File: control

package info (click to toggle)
twyt 0.9.0-1
  • links: PTS, VCS
  • area: main
  • in suites: lenny
  • size: 124 kB
  • ctags: 177
  • sloc: python: 1,016; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 955 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
Source: twyt
Section: python
Priority: optional
Maintainer: Andy Price <andy@andrewprice.me.uk>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.38), python-support (>= 0.6), python
Standards-Version: 3.8.0
Homepage: http://andrewprice.me.uk/projects/twyt/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/twyt/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/twyt/trunk/

Package: python-twyt
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-simplejson
Description: interface to Twitter API functions for Python
 Twyt provides an interface to the remote Twitter API functions and classes
 to allow easy manipulation of the returned sets of data, such as Twitter 
 status messages and user information.
 .
 This package also provides an example command line Twitter client (twyt)
 which utilises the provided modules.