Source: python-pygithub
Section: python
Priority: extra
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools
Standards-Version: 3.9.3
Homepage: https://github.com/jacquev6/PyGithub
Vcs-Git: ssh://git@git.kali.org/packages/python-pygithub.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/python-pygithub.git;a=summary
XS-Python-Version: all

Package: python-pygithub
Architecture: all
Depends: ${Python:Depends}, ${misc:Depends}, python-simplejson
XB-Python-Version: ${python:Versions}
Description: Python library implementing the full Github API v3
 This is a Python (2 and 3) library to access the Github API v3. With it, you 
 can manage your Github resources (repositories, user profiles, organizations, 
 etc.) from Python scripts.
 .
 It covers the full API, and all methods are tested against the real Github 
 site.
