Skip to content

Commit 457210d

Browse files
committed
Some details
1 parent 2440c2c commit 457210d

File tree

3 files changed

+6
-11
lines changed

3 files changed

+6
-11
lines changed

AUTHORS

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,12 @@ Development Lead
55
````````````````
66

77
- Kenneth Reitz <me@kennethreitz.com>
8+
- David Medina <davidmedina9@gmail.com>
89

910

1011
Patches and Suggestions
1112
```````````````````````
1213

1314
- Mahdi Yusuf
1415
- Rok Garbas
15-
- Antti Kaihola <akaihol+github@ambitone.com>
16+
- Antti Kaihola <akaihol+github@ambitone.com>

README.rst

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,6 @@ Fork
22
======================================
33
Refactor 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-
145
Usage
156
-----
167

@@ -81,10 +72,11 @@ sure you add yourself to AUTHORS_.
8172
Roadmap
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?)

reqs.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
requests==0.7.4
22
python-dateutil==2.0
3+
mock==0.7.2
4+
nose

0 commit comments

Comments
 (0)