File: control

package info (click to toggle)
pygithub 1.55-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,908 kB
  • sloc: python: 15,000; makefile: 7
file content (38 lines) | stat: -rw-r--r-- 1,079 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
28
29
30
31
32
33
34
35
36
37
38
Source: pygithub
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Emmanuel Arias <emmanuelarias30@gmail.com>,
 Agathe Porte <debian@microjoe.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-python,
 python3-all,
 python3-setuptools,
Standards-Version: 4.6.2
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
Rules-Requires-Root: no

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