File: control

package info (click to toggle)
pygithub 1.43.7-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,148 kB
  • sloc: python: 11,010; makefile: 10
file content (27 lines) | stat: -rw-r--r-- 1,043 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Source: pygithub
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Emmanuel Arias <emmanuelarias30@gmail.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 11),
               dh-python,
               python3-all (>=3.2.3),
               python3-setuptools (>= 0.6.24)
Standards-Version: 4.4.1
Testsuite: autopkgtest-pkg-python
Homepage: https://pypi.python.org/pypi/PyGithub
Vcs-Browser: https://salsa.debian.org/python-team/modules/pygithub
Vcs-Git: https://salsa.debian.org/python-team/modules/pygithub.git

Package: python3-github
Architecture: all
Conflicts: python3-pygithub
Replaces: python3-pygithub
Depends: ${misc:Depends}, ${python3:Depends}
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.