File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,12 @@ Development Lead
55````````````````
66
77- Kenneth Reitz <me@kennethreitz.com>
8+ - David Medina <davidmedina9@gmail.com>
89
910
1011Patches and Suggestions
1112```````````````````````
1213
1314- Mahdi Yusuf
1415- Rok Garbas
15- - Antti Kaihola <akaihol+github@ambitone.com>
16+ - Antti Kaihola <akaihol+github@ambitone.com>
Original file line number Diff line number Diff line change 22======================================
33Refactor and complete api wrapper. Intensive work in progress
44
5- Github3: Python wrapper for the (new) GitHub API v3
6- ===================================================
7-
8- Github has a new API. This is the best Python wrapper for it.
9-
10- **This a work in progress. ** Should be relased soon.
11-
12-
13-
145Usage
156-----
167
@@ -81,10 +72,11 @@ sure you add yourself to AUTHORS_.
8172Roadmap
8273-------
8374
75+ - Unittests
76+ - Handlers
8477- Get it Started
8578- HTTP BASIC
8679- Get it working
8780- Sphinx Documetnation
8881- Examples
89- - Unittests
9082- OAuth Last (how?)
Original file line number Diff line number Diff line change 11requests==0.7.4
22python-dateutil==2.0
3+ mock==0.7.2
4+ nose
You can’t perform that action at this time.
0 commit comments