File: control

package info (click to toggle)
python-twitter 3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,040 kB
  • sloc: python: 6,244; makefile: 213
file content (53 lines) | stat: -rw-r--r-- 2,455 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
51
52
53
Source: python-twitter
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Koichi Akabe <vbkaisetsu@gmail.com>
Build-Depends: debhelper (>= 9.0.0), dh-python, python (>= 2.7), python3 (>= 3.5),
               python-pytest-runner, python3-pytest-runner, python-pytest, python3-pytest,
               python-responses, python3-responses, python-setuptools, python3-setuptools,
               python-requests-oauthlib, python3-requests-oauthlib, python3-sphinx,
               python3-sphinx-rtd-theme
Standards-Version: 4.1.1
Homepage: https://github.com/bear/python-twitter
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-twitter.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-twitter.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5

Package: python-twitter
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
Suggests: www-browser, python-twitter-doc
Description: Twitter API wrapper for Python
 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.

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}
Replaces: python-twitter (<< 1.1+git20131227-1)
Breaks: python-twitter (<< 1.1+git20131227-1)
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.