Info2:<< Package: pytwitter-py%type_pkg[python] Version: 1.0 Revision: 2 Type: python (2.7) Source: http://python-twitter.googlecode.com/files/python-twitter-%v.tar.gz Source-Checksum: SHA256(e54e730bc40b969f35ed6ddfb310eac7256a2caac335a8971a46ae56beb7c814) License: BSD Homepage: http://code.google.com/p/python-twitter/ Maintainer: None Description: Python wrapper around the Twitter API DescDetail:<< This library provides a pure python interface for the Twitter API. Twitter (http://twitter.com) 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. << DocFiles: CHANGES COPYING LICENSE NOTICE README.md doc/twitter.html Depends: << python%type_pkg[python] << BuildDepends: << simplejson-py%type_pkg[python] << CompileScript: << #!/bin/sh -ev %p/bin/python%type_raw[python] setup.py build << InstallScript: << #!/bin/sh -ev %p/bin/python%type_raw[python] setup.py install --root=%d << InfoTest: << TestScript: << #!/bin/bash -ev %p/bin/python%type_raw[python] setup.py test << TestSuiteSize: small << DescPackaging: << Former maintainer: Pierre-Henri Lavigne << <<