- 授权协议: LGPL
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: https://github.com/PyGithub/PyGithub
- 软件文档: http://pygithub.readthedocs.io/en/latest/introduction.html
软件介绍
PyGithub 是一个 Python 库,封装了 Github V3 API 的各种操作。
示例代码:
from github import Github
# First create a Github instance:
g = Github("user", "password")
# Then play with your Github objects:
for repo in g.get_user().get_repos():
print repo.nameAlgorithms Unlocked
Thomas H. Cormen / The MIT Press / 2013-3-1 / USD 25.00
Have you ever wondered how your GPS can find the fastest way to your destination, selecting one route from seemingly countless possibilities in mere seconds? How your credit card account number is pro......一起来看看 《Algorithms Unlocked》 这本书的介绍吧!
