- 授权协议: 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.nameDesigning for Emotion
Aarron Walter / Happy Cog / 2011-10-18 / USD 18.00
Make your users fall in love with your site via the precepts packed into this brief, charming book by MailChimp user experience design lead Aarron Walter. From classic psychology to case studies, high......一起来看看 《Designing for Emotion》 这本书的介绍吧!
