File: control

package info (click to toggle)
praw 6.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 129,040 kB
  • sloc: python: 9,858; makefile: 146
file content (50 lines) | stat: -rw-r--r-- 1,649 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
45
46
47
48
49
50
Source: praw
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper (>= 11),
 python3,
 python3-setuptools,
 dh-python,
 python3-decorator (>=3.4.2),
 python3-requests (>=2.3.0),
 python-six (>=1.4),
 python3-six (>=1.4),
 python3-sphinx,
 python3-sphinx-rtd-theme,
 python3-prawcore,
 python3-pytest-runner,
 texinfo,
 python3-websocket
Standards-Version: 4.3.0
Homepage: http://praw.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/modules/praw.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/praw
Rules-Requires-Root: no

Package: python3-praw
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends},
 python3-prawcore (>= 0.13.0),
 python3-websocket
Recommends: praw-doc
Description: Python Reddit API Wrapper (Python 3 version)
 PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
 allows for simple access to Reddit's API. PRAW aims to be as easy to use as
 possible and is designed to follow all of Reddit's API rules.
 .
 This package provides the Python 3 version.

Package: praw-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, install-info
Recommends: libjs-jquery, libjs-underscore
Suggests: python3-praw
Description: Python Reddit API Wrapper (Documentation)
 PRAW, an acronym for "Python Reddit API Wrapper", is a Python module that
 allows for simple access to Reddit's API. PRAW aims to be as easy to use as
 possible and is designed to follow all of Reddit's API rules.
 .
 This package provides documentation and tests for PRAW.