From ffb7c6ccd47644605349b31093b5e5b474b498bf Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 13 Feb 2011 10:33:01 -0500 Subject: [PATCH] readme --- README | 0 README.rst | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+) delete mode 100644 README create mode 100644 README.rst diff --git a/README b/README deleted file mode 100644 index e69de29..0000000 diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..3334243 --- /dev/null +++ b/README.rst @@ -0,0 +1,50 @@ +Convore: Python API Wrapper +=========================== + +:: + + .d8888b .d88b. 88888b. 888 888 .d88b. 888d888 .d88b. + d88P" d88""88b 888 "88b 888 888 d88""88b 888P" d8P Y8b + 888 888 888 888 888 Y88 88P 888 888 888 88888888 + Y88b. Y88..88P 888 888 Y8bd8P Y88..88P 888 Y8b. + "Y8888P "Y88P" 888 888 Y88P "Y88P" 888 "Y8888 + + + +Overview +-------- + +TBD + +Usage +----- + +TBD +Installation +------------ + +To install tablib, simply: :: + + $ pip install convore + +Or, if you absolutely must: :: + + $ easy_install convore + +But, you really shouldn't do that. + +Contribute +---------- + +If you'd like to contribute, simply fork `the repository`_, commit your changes to the **develop** branch (or branch off of it), and send a pull request. Make sure you add yourself to AUTHORS_. + + +Roadmap +------- +- Documentation +- Write it! +- Test it! +- Fo shizzle + +.. _`the repository`: http://github.com/kennethreitz/tablib +.. _AUTHORS: http://github.com/kennethreitz/tablib/blob/master/AUTHORS