Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1012 Bytes

README.rst

File metadata and controls

21 lines (13 loc) · 1012 Bytes

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.

What's new?

Version 1.16.0 (May 31th, 2013) (Concarneau edition)

  • Add the html_url attribute to IssueComment and PullRequestComment

Documentation

All the documentation is here: http://jacquev6.github.com/PyGithub.