- Remove LICENSE_FILE
Changes:
1.3: (2012-07-13)
- Implement markdown rendering
- GitAuthor.date is now a datetime, thank you bilderbuchi
- Fix documentation of Github.get_gist: id is a string, not an integer
1.2: (2012-06-29)
- Implement legacy search APIs, thank you kukuts for telling me Github had
released them
- Fix a bug with issue labels containing spaces, thank you philipkimmey for
detecting the bug and fixing it
- Clarify how collections of objects are returned by get_* methods, thank you
bilderbuchi for asking
PR: ports/169848
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com> (maintainer)
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.
WWW: http://vincent-jacques.net/PyGithub
PR: ports/168660
Submitted by: koobs <koobs.freebsd@gmail.com>