python-github3
python-github3 copied to clipboard
Python wrapper for GitHub API v3
Unless I'm missing something, I don't think pygithub3 lets us access the 'owner' and 'parent' attributes of a repo fork. It would be useful to be able to do so....
from .keys import keys doesn't seem to work for pygithub3/service/user/**init**.py this affects many other files also.
The Repo API has been updated to include a [merging API](http://developer.github.com/v3/repos/merging/), which would be nice to have implemented in the library.