aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Medina <davidmedina9@gmail.com>2011-11-10 20:56:42 +0100
committerDavid Medina <davidmedina9@gmail.com>2011-11-10 20:56:42 +0100
commit457210de9dade1b1408f632e12dde30eb3bfd18f (patch)
tree21b6b4ff4d2cdb6af95992a4330eb97272117d59
parentMerge pull request #2 from akaihola/gists (diff)
downloadpython-github3-457210de9dade1b1408f632e12dde30eb3bfd18f.tar.xz
python-github3-457210de9dade1b1408f632e12dde30eb3bfd18f.zip
Some details
-rw-r--r--AUTHORS3
-rw-r--r--README.rst12
-rw-r--r--reqs.txt2
3 files changed, 6 insertions, 11 deletions
diff --git a/AUTHORS b/AUTHORS
index d562a71..29bea31 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -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>
diff --git a/README.rst b/README.rst
index 1686d89..4c74cfa 100644
--- a/README.rst
+++ b/README.rst
@@ -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?)
diff --git a/reqs.txt b/reqs.txt
index e97df0b..516c4b0 100644
--- a/reqs.txt
+++ b/reqs.txt
@@ -1,2 +1,4 @@
requests==0.7.4
python-dateutil==2.0
+mock==0.7.2
+nose