pygithub3

Python wrapper for the Github v3 API
Download

pygithub3 Ranking & Summary

Advertisement

  • Rating:
  • License:
  • ISC License
  • Price:
  • FREE
  • Publisher Name:
  • David Medina
  • Publisher web site:
  • https://github.com/copitux/

pygithub3 Tags


pygithub3 Description

pygithub3 is a Python wrapper to the Github API v3.It has been developed with extensibility in mind, because the API is in a beta state, trying to achieve a very loosly coupled software.It should be very easy to extend to support new requests and resources, because each of them are managed by itself.Pygithub3 docsGithub API v3 docsFast installpip install pygithub3Fast examplefrom pygithub3 import Githubgh = Github(login='copitux', password='password')copitux = gh.users.get()kennethreitz = gh.users.get('kennethreitz')copitux_repos = gh.repos.list().all()kennethreitz_repos = gh.repos.list('kennethreitz').all()Product's homepage


pygithub3 Related Software