blob: ce5c2d9d2cf361a3aa7b559de7512f0f8157608a [file] [log] [blame]
This is python client library for Google's discovery based APIs.
Installation
============
To install, simply use pip or easy_install:
$ pip --upgrade google-api-python-client
$ easy_install --upgrade google-api-python-client
See the Developers Guide for more detailed instructions and documentation:
http://code.google.com/p/google-api-python-client/wiki/GettingStarted
Third Party Libraries
=====================
These libraries will be installed when you install the client library:
http://code.google.com/p/httplib2
http://code.google.com/p/uri-templates
http://code.google.com/p/python-gflags
Depending on your version of Python, these libraries may also be installed:
http://pypi.python.org/pypi/simplejson/
For development you will also need:
http://pythonpaste.org/webtest/