commit | 70f163c966be910d84e117c38a3656cca3ae40ea | [log] [tgz] |
---|---|---|
author | Craig Citro <craigcitro@google.com> | Mon May 19 14:58:28 2014 -0700 |
committer | Craig Citro <craigcitro@google.com> | Mon May 19 14:58:28 2014 -0700 |
tree | 2d014e1ed0bd450b3dbc6c53622edecf96663f79 | |
parent | 0373725dca8d117ceac9a437f779f1eb135f70d5 [diff] |
Rename README to README.md.
This is python client library for Google's discovery based APIs.
http://google.github.io/google-api-python-client
To install, simply use pip or easy_install:
$ pip install --upgrade google-api-python-client
$ easy_install --upgrade google-api-python-client
See the Developers Guide for more detailed instructions and documentation:
https://developers.google.com/api-client-library/python/start/get_started
These libraries will be installed when you install the client library:
http://code.google.com/p/httplib2 http://code.google.com/p/uri-templates
Depending on your version of Python, these libraries may also be installed:
http://pypi.python.org/pypi/simplejson/
For development you will also need: