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
|
Source: python-gdata
Section: python
Priority: extra
Maintainer: Gustavo Franco <stratus@debian.org>
Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5), python, python-support (>= 0.5.3)
Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-gdata/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-gdata/trunk/
Homepage: http://code.google.com/p/gdata-python-client
Standards-Version: 3.8.0
Package: python-gdata
Architecture: all
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends},
python (>= 2.5) | python-celementtree | python-elementtree
Description: Google Data Python client library
The GData (Google data) APIs provide a simple protocol for reading
and writing data on the web.
.
Each of the following Google services provides a Google data API:
* Base
* Blogger
* Calendar
* Code Search
* Contacts
* Document List
* Google Apps Provisioning
* Notebook
* Picasa Web Albums
* Spreadsheets
* YouTube
.
The Google data Python client library provides a library and source
code that make it easy to access data through Google data APIs.
|