diff options
-rw-r--r-- | README.rst | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -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 |