From 457210de9dade1b1408f632e12dde30eb3bfd18f Mon Sep 17 00:00:00 2001 From: David Medina Date: Thu, 10 Nov 2011 20:56:42 +0100 Subject: Some details --- AUTHORS | 3 ++- README.rst | 12 ++---------- reqs.txt | 2 ++ 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 +- David Medina Patches and Suggestions @@ -12,4 +13,4 @@ Patches and Suggestions - Mahdi Yusuf - Rok Garbas -- Antti Kaihola \ No newline at end of file +- Antti Kaihola 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 -- cgit v1.2.3-59-g8ed1b