- 授权协议: 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')
Spring揭秘
王福强 / 人民邮电出版社 / 2009.8 / 99.00元
没有教程似的训导,更多的是说故事般的娓娓道来,本书是作者在多年的工作中积累的第一手Spring框架使用经验的总结,深入剖析了Spring框架各个模块的功能、出现的背景、设计理念和设计原理,揭开了Spring框架的神秘面纱,使你“知其然,更知其所以然”。每部分的扩展篇帮助读者活学活用Spring框架的方方面面,同时可以触类旁通,衍生出新的思路和解决方案。 本书内容全面,论述深刻入理,必将成为每......一起来看看 《Spring揭秘》 这本书的介绍吧!
RGB HSV 转换
RGB HSV 互转工具
RGB CMYK 转换工具
RGB CMYK 互转工具
