From a6ffd97ef150f50eb1a0e0e54edf217831011753 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 13 Feb 2011 13:56:54 -0500 Subject: [PATCH] initial readme --- README.rst | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 README.rst diff --git a/README.rst b/README.rst new file mode 100644 index 0000000..dfcb7c5 --- /dev/null +++ b/README.rst @@ -0,0 +1,59 @@ +Requests: The Simple (e.g. usable) HTTP Module +============================================== + +:: + + ::::::::: :::::::::: :::::::: ::: ::: :::::::::: :::::::: ::::::::::: :::::::: + :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: :+: + +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ +:+ + +#++:++#: +#++:++# +#+ +:+ +#+ +:+ +#++:++# +#++:++#++ +#+ +#++:++#++ + +#+ +#+ +#+ +#+ # +#+ +#+ +#+ +#+ +#+ +#+ +#+ + #+# #+# #+# #+# +#+ #+# #+# #+# #+# #+# #+# #+# #+# + ### ### ########## ###### ### ######## ########## ######## ### ######## + + + + +Overview +-------- + +This is going to be awesome. + +Usage +----- + +Hmm.. :: + + # something + + + + +Installation +------------ + +To install tablib, simply: :: + + $ pip install requests + +Or, if you absolutely must: :: + + $ easy_install requests + +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/requests +.. _AUTHORS: http://github.com/kennethreitz/requests/blob/master/AUTHORS -- 2.7.4