diff options
Diffstat (limited to '')
-rw-r--r-- | AUTHORS.rst | 6 | ||||
-rw-r--r-- | README.rst | 7 |
2 files changed, 8 insertions, 5 deletions
diff --git a/AUTHORS.rst b/AUTHORS.rst index af05118..4415d5e 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -11,8 +11,9 @@ Forked and redesign from Kenneth Reitz's repo Forked from https://github.com/kennethreitz/python-github3 -Kenneth Reitz is also the author of the awesome `requests <https://github.com/kennethreitz/requests>`_ library -which `python-github3` needs it +Kenneth Reitz is also the author of the awesome +`requests <https://github.com/kennethreitz/requests>`_ library, which +`python-github3` requires. Patches and Suggestions ......................... @@ -21,3 +22,4 @@ Patches and Suggestions - Rok Garbas - Antti Kaihola <akaihol+github@ambitone.com> - Francisco Marcos <fmarcos83@gmail.com> +- Nathaniel Williams <nat.williams@gmail.com> @@ -41,11 +41,12 @@ Achievements - `Users service <http://developer.github.com/v3/users/>`_ - `Repos service <http://developer.github.com/v3/repos/>`_ - `Gists service <http://developer.github.com/v3/gists/>`_ +- `Git Data service <http://developer.github.com/v3/git/>`_ TODO ----- -- Services: Git Data, Issues, Orgs, Pull Requests, Events +- Services: Issues, Orgs, Pull Requests, Events - Oauth authorization API (service?) - Proxy methods into resources (e.g copitux.followers()) @@ -55,7 +56,7 @@ Contribute 1. Fork the `repository <https://github.com/copitux/python-github3>`_ 2. Write a test to cover new feature or to reproduce bug 3. Code with `pep8 <http://www.python.org/dev/peps/pep-0008/>`_ rules -4. Add you to ``AUTHORS`` +4. Add yourself to ``AUTHORS`` 5. Pull request it Tests @@ -63,4 +64,4 @@ Tests Test and docs requirements are listed in ``test_requirements.txt``. Run ``pip install -r test_requirements.txt`` to install them and ``nosetests`` -to run tests +to run tests. |