Source: pygithub
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <emmanuelarias30@gmail.com>,
 Romain Porte <debian@microjoe.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all (>= 3.6),
 python3-setuptools (>= 0.6.24),
Standards-Version: 4.6.0
Testsuite: autopkgtest-pkg-python
Homepage: https://github.com/pygithub/pygithub
Vcs-Browser: https://salsa.debian.org/python-team/packages/pygithub
Vcs-Git: https://salsa.debian.org/python-team/packages/pygithub.git

Package: python3-github
Architecture: all
Conflicts:
 python3-pygithub,
Replaces:
 python3-pygithub,
Depends:
 ${misc:Depends},
 ${python3:Depends},
 python3-nacl,
 python3-jwt,
 python3-requests,
Description: Access the full Github API v3 from Python3
 This is a Python library to access the Github API v3.
 With it, you can manage Github resources (repositories, user
 profiles, organizations, etc.) from Python scripts.
 .
 It covers almost the full API and all methods are tested against the
 real Github site.
