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
|
Source: python-gdata
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Dmitry Shachnev <mitya57@gmail.com>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-twisted-core
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-gdata/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-gdata/trunk/
Homepage: http://code.google.com/p/gdata-python-client
Standards-Version: 3.9.5
X-Python-Version: >= 2.6
Package: python-gdata
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-crypto
Suggests: python-gdata-doc, python-twisted-core
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.
Package: python-gdata-doc
Architecture: all
Section: doc
Depends: ${misc:Depends}
Suggests: python-gdata
Breaks: python-gdata (<< 2.0.14-2)
Replaces: python-gdata (<< 2.0.14-2)
Description: Google Data Python client library, documentation and examples
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
.
This package contains the documentation and examples for the Google data
Python client library.
|