python-github3
python-github3 copied to clipboard
Github API v3 library for Python.
Without this fix paging can break sometimes
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') ```