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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73
|
Source: tweepy
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Miguel Landaeta <nomadium@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9~),
dh-python,
python-all (>= 2.6.6-3~),
python-docutils,
python-pip,
python-requests-oauthlib,
python-setuptools,
python-sphinx,
python3-all (>= 3.4.2),
python3-docutils,
python3-pip,
python3-requests-oauthlib,
python3-setuptools,
python3-sphinx
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/python-team/modules/tweepy.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/tweepy
Homepage: http://tweepy.github.com/
Testsuite: autopkgtest-pkg-python
Package: python-tweepy
Architecture: all
Depends: python-simplejson | python (>= 2.6),
${misc:Depends},
${python:Depends}
Suggests: python-tweepy-doc
Description: Twitter library for Python
Tweepy is a Twitter and Identi.ca library for Python
that can be used in desktop and web applications. It has the
following features:
- OAuth support
- Covers the entire Twitter API
- Streaming API support
- Cache system (memory, file)
- Easy to use
Package: python3-tweepy
Architecture: all
Depends: python3 (>= 3.4), ${misc:Depends}, ${python3:Depends}
Suggests: python-tweepy-doc
Description: Twitter library for Python 3
Tweepy is a Twitter and Identi.ca library for Python
that can be used in desktop and web applications. It has the
following features:
- OAuth support
- Covers the entire Twitter API
- Streaming API support
- Cache system (memory, file)
- Easy to use
.
This package is for Python3.
Package: python-tweepy-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Recommends: libjs-jquery, libjs-underscore
Description: Documentation for python-tweepy module
Documentation for Tweepy that is a Twitter and Identi.ca
library for Python that can be used in desktop and web
applications. It has the following features:
- OAuth support
- Covers the entire Twitter API
- Streaming API support
- Cache system (memory, file)
- Easy to use
.
This package contains tutorials, examples and the Tweepy API.
|