File: control

package info (click to toggle)
twython 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • ctags: 191
  • sloc: python: 911; makefile: 5
file content (58 lines) | stat: -rw-r--r-- 2,095 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
54
55
56
57
58
Source: twython
Section: python
Priority: optional
Maintainer: Josue Ortega <josueortega@debian.org.gt>
Build-Depends: debhelper (>= 9~),
 dh-python,
 python-setuptools(>= 2.0.2~),
 python-all (>= 2.6.6-3~),
 python-requests (>= 2.1.0~),
 python-requests-oauthlib (>= 0.4.0~),
 python-coverage (>= 3.6.0~),
 python-docutils,
 python3-all,
 python3-requests (>= 2.2.1~),
 python3-requests-oauthlib(>= 0.4.0~),
 python3-coverage (>= 3.7~)
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.5
Standards-Version: 3.9.8
Homepage: https://pypi.python.org/pypi/twython
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/python-twython.git/
Vcs-Git: https://anonscm.debian.org/cgit/collab-maint/python-twython.git

Package: python-twython
Architecture: all
Depends: ${python:Depends},
 ${misc:Depends},
 python-requests (>= 2.1.0),
 python-requests-oauthlib (>= 0.4.0),
Description: Pure Python wrapper for the Twitter API
 Twython is the premier Python library providing an easy (and up-to-date) way to
 access Twitter data. Supports both normal and streaming Twitter APIs.
 Twython can query data for:
  -User information
  -Twitter lists
  -Timelines
  -Direct Messages.
 Twython implements many features that work with the different tasks that can be
 performed with the Twitter images like update user status with images,
 change user avatar, change user background image, change user banner image.

Package: python3-twython
Architecture: all
Depends: ${python3:Depends},
 ${misc:Depends},
 python3-requests (>= 2.2.1),
 python3-requests-oauthlib(>= 0.4.0)
Description: Pure Python3 wrapper for the Twitter API
 Twython is the premier Python3 library providing an easy (and up-to-date) way
 to access Twitter data. Supports both normal and streaming Twitter APIs.
 Twython can query data for:
  -User information
  -Twitter lists
  -Timelines
  -Direct Messages.
 Twython implements many features that work with the different tasks that can be
 performed with the Twitter images like update user status with images,
 change user avatar, change user background image, change user banner image.