Source: praw
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Josue Ortega <josue@debian.org>
Build-Depends: debhelper-compat (= 13),
 dh-python,
 python3,
 python3-setuptools,
 python3-sphinx,
 python3-prawcore,
 python3-websocket,
 texinfo,
 furo
Standards-Version: 4.6.2
Homepage: https://praw.readthedocs.org/
Vcs-Git: https://salsa.debian.org/python-team/packages/praw.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/praw
Rules-Requires-Root: no
Testsuite: autopkgtest-pkg-python

Package: python3-praw
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
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: ${sphinxdoc:Depends}, ${misc:Depends}
Suggests: python3-praw
Multi-Arch: foreign
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.
