This is a Python (2 and 3) library to access the Github API v3. With it, you can manage your Github resources (repositories, user profiles, organizations, etc.) from Python scripts.
It covers the full API, and all methods are tested against the real Github site.
Should you have any question, any remark, or if you find a bug, or if there is something you can do with the API but not with PyGithub, please open an issue.
PyGithub is stable. I will maintain it up to date with the API, and fix bugs if any, but I don't plan new heavy developments.
You may have noticed I'm a bit slower than usual to manage your issues and pull requests. That's because I'm traveling a lot this summer. Please be patient.
Version 1.17.0 (Jully 7th, 2013) (Hamburg edition)
- Fix bug in
Repository.get_comment
when using customper_page
. Thank you davidbrai - Handle Http redirects in
Repository.get_dir_contents
. Thank you MarkRoddy - Implement API
/user
inGithub.get_users
. Thank you rakeshcusat for asking - Improve the documentation. Thank you martinqt
All the documentation is here: http://jacquev6.github.com/PyGithub.