File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,12 +6,24 @@ github2 - Github API v2 library for Python.
66 Ask Solem (askh@opera.com)
77:Version: 0.6.1
88
9+ .. warning ::
10+
11+ GitHub are planning to `switch off API v2 `_ on 2012-05-01, you should
12+ be looking to replace ``github2 `` as soon as possible.
13+
14+ Both remoteobjects _ and micromodels _ provide easy-to-use functionality for
15+ creating bindings to remote APIs, and should significantly reduce the amount
16+ of work needed in moving away from GitHub's API v2.
17+
918This is a Python library implementing all of the features available in version 2
1019of the `Github API `_.
1120
1221See the ``doc/ `` directory for installation instructions and usage information.
1322If you prefer you can also read the `documentation online `_.
1423
24+ .. _switch off API v2 : https://github.com/blog/1090-github-api-moving-on
25+ .. _remoteobjects : https://github.com/saymedia/remoteobjects
26+ .. _micromodels : https://github.com/j4mie/micromodels
1527.. _Github API : http://develop.github.com/
1628.. _documentation online : http://packages.python.org/github2
1729
Original file line number Diff line number Diff line change 1313``github2 `` - Github API v2 library for Python
1414==============================================
1515
16+ .. warning ::
17+
18+ GitHub are planning to `switch off API v2 `_ on 2012-05-01, you should
19+ be looking to replace ``github2 `` as soon as possible.
20+
21+ Both remoteobjects _ and micromodels _ provide easy-to-use functionality for
22+ creating bindings to remote APIs, and should significantly reduce the amount
23+ of work needed in moving away from GitHub's API v2.
24+
25+ .. _switch off API v2 : https://github.com/blog/1090-github-api-moving-on
26+ .. _remoteobjects : https://github.com/saymedia/remoteobjects
27+ .. _micromodels : https://github.com/j4mie/micromodels
28+
1629.. pypi-release :: github2
1730 :prefix: Download
1831 :class: sidebar
You can’t perform that action at this time.
0 commit comments