githubpy GitHub的Python开发包

程序名称:githubpy

授权协议: Apache

操作系统: 跨平台

开发语言: Python

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')

githubpy 官网

http://michaelliao.github.com/githubpy/

相关编程语言

MuPlayer 是一款跨平台、轻量级的音频播放解决方案,...
OS FLV 是一个 开源和可嵌入网页的flv播放器。 这个...
DewPlayer音乐播放器,样式很简单,而且很实用.播放器...
JW FLV MEDIA PLAYER是一个开源的在网页上使用的Fla...
Speakker 是一个基于 Web 浏览器的音乐播放器,只提...
Player Framework 是一个开源的支持 HTML5 的视频播...