diff options
author | 2011-11-10 20:56:42 +0100 | |
---|---|---|
committer | 2011-11-10 20:56:42 +0100 | |
commit | 457210de9dade1b1408f632e12dde30eb3bfd18f (patch) | |
tree | 21b6b4ff4d2cdb6af95992a4330eb97272117d59 | |
parent | Merge pull request #2 from akaihola/gists (diff) | |
download | python-github3-457210de9dade1b1408f632e12dde30eb3bfd18f.tar.xz python-github3-457210de9dade1b1408f632e12dde30eb3bfd18f.zip |
Some details
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | README.rst | 12 | ||||
-rw-r--r-- | reqs.txt | 2 |
3 files changed, 6 insertions, 11 deletions
@@ -5,6 +5,7 @@ Development Lead ```````````````` - Kenneth Reitz <me@kennethreitz.com> +- David Medina <davidmedina9@gmail.com> Patches and Suggestions @@ -12,4 +13,4 @@ Patches and Suggestions - Mahdi Yusuf - Rok Garbas -- Antti Kaihola <akaihol+github@ambitone.com>
\ No newline at end of file +- Antti Kaihola <akaihol+github@ambitone.com> @@ -2,15 +2,6 @@ Fork ====================================== Refactor and complete api wrapper. Intensive work in progress -Github3: Python wrapper for the (new) GitHub API v3 -=================================================== - -Github has a new API. This is the best Python wrapper for it. - -**This a work in progress.** Should be relased soon. - - - Usage ----- @@ -81,10 +72,11 @@ sure you add yourself to AUTHORS_. Roadmap ------- +- Unittests +- Handlers - Get it Started - HTTP BASIC - Get it working - Sphinx Documetnation - Examples -- Unittests - OAuth Last (how?) @@ -1,2 +1,4 @@ requests==0.7.4 python-dateutil==2.0 +mock==0.7.2 +nose |