forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
8 lines
298 B
Text
8 lines
298 B
Text
This is a Python 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.
|
|
|
|
WWW: https://github.com/jacquev6/PyGithub
|