- 授权协议: Apache
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://michaelliao.github.com/githubpy/
- 软件文档: http://michaelliao.github.com/githubpy/
软件介绍
githubpy是专门为GitHub API编写的Python SDK。根据GitHub的API文档说明,就可以轻松调用API。
例如,获取issues列表的API说明如下:
GET /repos/:owner/:repo/issues
参数:
milestone:Integer Milestone number none for Issues with no Milestone.
state:open, closed, default: open
...
调用代码:
gh = GitHub(username='your-login-username', password='your-password')
r = gh.repos('michaelliao')('githubpy').issues.get(state='open', assignee='michaelliao')
Hive编程指南
卡普廖洛 (Edward Capriolo)、万普勒 (Dean Wampler)、卢森格林 (Jason Rutherglen) / 曹坤 / 人民邮电出版社 / 2013-12-1 / 69
市场中第一本Hive图书。 Hive在Hadoop系统中的应用趋势比较可观。一起来看看 《Hive编程指南》 这本书的介绍吧!
