aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenneth Reitz <me@kennethreitz.com>2011-04-13 18:02:59 -0400
committerKenneth Reitz <me@kennethreitz.com>2011-04-13 18:02:59 -0400
commit8f895bc922a3ce5b7afc7820799acd6e609dfcdb (patch)
treef813807a86f240d30c9bc0eb03bf3dcec23f3323
parentbasic fabfile (diff)
downloadpython-github3-8f895bc922a3ce5b7afc7820799acd6e609dfcdb.tar.xz
python-github3-8f895bc922a3ce5b7afc7820799acd6e609dfcdb.zip
basic readme
-rw-r--r--README.rst34
1 files changed, 34 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index e69de29..9ba0393 100644
--- a/README.rst
+++ b/README.rst
@@ -0,0 +1,34 @@
+Github3: Python wrapper for the (new) GitHub API
+================================================
+
+Github's working on a new API. This is the new Python wrapper for it.
+
+This is going to be awesome.
+
+
+
+Dependencies
+------------
+
+- Requests
+- AnyJSON
+- OrderedDict
+
+
+License
+-------
+
+ISC License.
+
+
+
+Roadmap
+-------
+
+- Get it Started
+- HTTP BASIC
+- Get it working
+- Sphinx Documetnation
+- Examples
+- Unittests
+- OAuth Last (how?) \ No newline at end of file