File: control

package info (click to toggle)
twython 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 272 kB
  • ctags: 181
  • sloc: python: 753; makefile: 5
file content (56 lines) | stat: -rw-r--r-- 1,993 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
Source: twython
Section: python
Priority: optional
Maintainer: Josue Ortega <josueortega@debian.org.gt>
Build-Depends: debhelper (>= 9),
 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.6
X-Python3-Version: >= 3.2
Standards-Version: 3.9.5
Homepage: https://pypi.python.org/pypi/twython
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/python-twython.git;a=summary
Vcs-Git: git://anonscm.debian.org/collab-maint/python-twython.git

Package: python-twython
Architecture: all
Depends: ${python:Depends}, ${misc:Depends},
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}
Suggests: python-twython-docs
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.