mirror of
https://github.com/status-im/PyGithub.git
synced 2026-09-02 11:51:10 +00:00
33 lines
1.6 KiB
ReStructuredText
33 lines
1.6 KiB
ReStructuredText
This is a Python (2 and 3) library to access the `Github API v3 <http://developer.github.com/v3>`_.
|
|
With it, you can manage your `Github <http://github.com>`_ 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 <https://github.com/jacquev6/PyGithub/issues>`_.
|
|
|
|
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.12.2 (March 3rd, 2013)
|
|
--------------------------------
|
|
|
|
* `Fix <https://github.com/jacquev6/PyGithub/issues/142>`_ major issue with Python 3: Json decoding was broken. Thank you `bilderbuchi <https://github.com/bilderbuchi>`_ for reporting
|
|
|
|
Version 1.12.1 (February 20th, 2013)
|
|
------------------------------------
|
|
|
|
* Nothing, but packaging/upload of 1.12.0 failed
|
|
|
|
`Version 1.12.0 <https://github.com/jacquev6/PyGithub/issues?milestone=22&state=closed>`_ (February 20th, 2013)
|
|
---------------------------------------------------------------------------------------------------------------
|
|
|
|
* Much better documentation: http://jacquev6.github.com/PyGithub
|
|
* `Implement <https://github.com/jacquev6/PyGithub/issues/140>`_ ``github.Repository.Repository.get_gir_contents``. Thank you `ksookocheff-va <https://github.com/ksookocheff-va>`_ for asking
|
|
|
|
Documentation
|
|
=============
|
|
|
|
All the documentation is here: http://jacquev6.github.com/PyGithub.
|