File: control

package info (click to toggle)
python-xkcd 2.4.1-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 132 kB
  • ctags: 88
  • sloc: python: 302; makefile: 134
file content (69 lines) | stat: -rw-r--r-- 2,713 bytes parent folder | download | duplicates (2)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
Source: python-xkcd
Section: python
Priority: optional
Maintainer: Gianfranco Costamagna <locutusofborg@debian.org>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-sphinx,
               python-pypandoc,
               python-setuptools,
               python3-all,
               python3-pypandoc,
               python3-setuptools
Standards-Version: 3.9.8
Homepage: https://pythonhosted.org/xkcd/

Package: python-xkcd
Architecture: all
Suggests: python-xkcd-doc
Depends: ${misc:Depends}, ${python:Depends}
Description: Python2 library for accessing xkcd.com
 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the Python 2 version of the package.

Package: python3-xkcd
Architecture: all
Suggests: python-xkcd-doc
Depends: ${misc:Depends}, ${python3:Depends}
Description: Python3 library for accessing xkcd.com
 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the Python 3 version of the package.

Package: python-xkcd-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Description: Python library for accessing xkcd.com (common documentation)
 This is a Python library for accessing and retrieving links to comics from the
 xkcd webcomic by Randall Munroe. It is NOT endorsed or made by him, it’s an
 entirely independent project.
 .
 It makes use of the JSON interface to Randall’s site to retrieve comic data.
 .
 One can create comic objects manually using Comic(number), or can use the
 helper functions provided- getLatestComic(), getRandomComic(), and getComic()-
 to do this. Once you have a Comic object, you can access data from it using
 various provided methods.
 .
 This is the common documentation package.