diff options
Diffstat (limited to '')
| -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 |
