File: control

package info (click to toggle)
python-twitter 0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 396 kB
  • ctags: 344
  • sloc: python: 1,807; makefile: 39
file content (23 lines) | stat: -rw-r--r-- 1,070 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
Source: python-twitter
Section: python
Priority: optional
Maintainer: Mauro Lizaur <lavaramano@gmail.com>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
XS-Python-Version: all
Build-Depends: debhelper (>= 5), python (>= 2.3.5-11), python-all-dev
Build-Depends-Indep: python-setuptools, python-support (>= 0.6.4)
Standards-Version: 3.8.0
Homepage: http://code.google.com/p/python-twitter/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-twitter/trunk
Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-twitter/trunk/?op=log	

Package: python-twitter
Architecture: all
XB-Python-Version: ${python:Versions}
Depends: ${python:Depends}, python-simplejson
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.