blob: eef073339d42b15bc89288cc83fbf589e6b09396 [file] [log] [blame]
Joe Gregorioc4fc0952011-11-09 12:21:11 -05001This is python client library for Google's discovery based APIs.
Joe Gregorio48d361f2010-08-18 13:19:21 -04002
John Asmuth2fefc4c2014-04-24 16:13:05 -04003http://google.github.io/google-api-python-client
4
Joe Gregorio8097e2a2011-05-17 11:11:34 -04005
Joe Gregorio48d361f2010-08-18 13:19:21 -04006Installation
7============
8
Joe Gregorio46675d22012-06-20 12:15:24 -04009To install, simply use pip or easy_install:
10
11 $ pip --upgrade google-api-python-client
Joe Gregorio48d361f2010-08-18 13:19:21 -040012
Joe Gregorio205a0612011-12-14 11:38:16 -050013 $ easy_install --upgrade google-api-python-client
Tom Miller7c95d812010-10-11 11:50:52 -070014
Joe Gregorio46675d22012-06-20 12:15:24 -040015See the Developers Guide for more detailed instructions and documentation:
Tom Miller7c95d812010-10-11 11:50:52 -070016
Joe Gregoriof4839b02012-09-06 13:47:24 -040017 https://developers.google.com/api-client-library/python/start/get_started
Joe Gregorio48d361f2010-08-18 13:19:21 -040018
19
Tom Miller3a49e4c2010-09-28 15:16:25 -070020Third Party Libraries
Joe Gregorioe9e236f2011-03-21 22:23:14 -040021=====================
22
Joe Gregorio20a5aa92011-04-01 17:44:25 -040023These libraries will be installed when you install the client library:
Joe Gregorio48d361f2010-08-18 13:19:21 -040024
25http://code.google.com/p/httplib2
26http://code.google.com/p/uri-templates
Joe Gregorio8097e2a2011-05-17 11:11:34 -040027
28Depending on your version of Python, these libraries may also be installed:
29
30http://pypi.python.org/pypi/simplejson/
Joe Gregorio432f17e2011-05-22 23:18:00 -040031
Joe Gregorio7accf7a2011-10-14 12:07:20 -040032For development you will also need:
Joe Gregorio432f17e2011-05-22 23:18:00 -040033
34http://pythonpaste.org/webtest/