python-github3 icon indicating copy to clipboard operation
python-github3 copied to clipboard

Github API v3 library for Python.

Results 3 python-github3 issues
Sort by recently updated
recently updated
newest added

In doing so I broke backward compatibility (by renaming the existing `comments` method on the `Repo` class to `issue_comments`) so you may not want to merge this in as-is.

``` # easy_install-3.2 github3 Searching for github3 Reading http://pypi.python.org/simple/github3/ Reading https://github.com/kennethreitz/python-github3 No local packages or download links found for github3 error: Could not find suitable distribution for Requirement.parse('github3') ```