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
|
Source: python-twitter
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Build-Depends: debhelper-compat (= 13), dh-python, python3,
python3-pytest-runner, python3-pytest,
python3-responses, python3-setuptools,
python3-requests-oauthlib, python3-sphinx,
python3-sphinx-rtd-theme
Standards-Version: 4.1.1
Homepage: https://github.com/bear/python-twitter
Vcs-Git: https://salsa.debian.org/python-team/packages/python-twitter.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-twitter
Testsuite: autopkgtest-pkg-python
Package: python3-twitter
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
Suggests: www-browser, python-twitter-doc
Description: Twitter API wrapper for Python 3
This library provides a pure Python 3 interface for the Twitter API.
.
Twitter provides a service that allows people to connect via the web, IM, and
SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this
library is intended to make it even easier for Python programmers to use.
Package: python-twitter-doc
Section: doc
Architecture: all
Depends: ${misc:Depends}, ${sphinxdoc:Depends}
Multi-Arch: foreign
Description: Twitter API wrapper for Python: documentation files
This library provides a pure Python interface for the Twitter API.
.
Twitter provides a service that allows people to connect via the web, IM, and
SMS. Twitter exposes a web services API (http://twitter.com/help/api) and this
library is intended to make it even easier for Python programmers to use.
.
This package contains documentation files.
|