File: control

package info (click to toggle)
pygithub 1.26.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 20,432 kB
  • ctags: 1,780
  • sloc: python: 10,689; makefile: 6
file content (44 lines) | stat: -rw-r--r-- 1,561 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
39
40
41
42
43
44
Source: pygithub
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               dh-exec,
               python-all (>= 2.6.6),
               python-setuptools (>= 0.6b3),
               python3-all (>=3.2.3),
               python3-setuptools (>= 0.6.24)
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.2
Homepage: https://pypi.python.org/pypi/PyGithub
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/pygithub.git
Vcs-Git: git://anonscm.debian.org/users/kaction-guest/pygithub.git

Package: python-github
Conflicts: python-pygithub
Replaces: python-pygithub
Provides: python-pygithub
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Access to full Github API v3 from Python2
 This is a Python2 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.

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 Python3 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.