blob: 1c9ffcd7dbd0c31ffc353eb1614cdc5f90e95345 [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
Joe Gregorio8097e2a2011-05-17 11:11:34 -04003
Joe Gregorio48d361f2010-08-18 13:19:21 -04004Installation
5============
6
Joe Gregorio46675d22012-06-20 12:15:24 -04007To install, simply use pip or easy_install:
8
9 $ pip --upgrade google-api-python-client
Joe Gregorio48d361f2010-08-18 13:19:21 -040010
Joe Gregorio205a0612011-12-14 11:38:16 -050011 $ easy_install --upgrade google-api-python-client
Tom Miller7c95d812010-10-11 11:50:52 -070012
Joe Gregorio46675d22012-06-20 12:15:24 -040013See the Developers Guide for more detailed instructions and documentation:
Tom Miller7c95d812010-10-11 11:50:52 -070014
Joe Gregoriof4839b02012-09-06 13:47:24 -040015 https://developers.google.com/api-client-library/python/start/get_started
Joe Gregorio48d361f2010-08-18 13:19:21 -040016
17
Tom Miller3a49e4c2010-09-28 15:16:25 -070018Third Party Libraries
Joe Gregorioe9e236f2011-03-21 22:23:14 -040019=====================
20
Joe Gregorio20a5aa92011-04-01 17:44:25 -040021These libraries will be installed when you install the client library:
Joe Gregorio48d361f2010-08-18 13:19:21 -040022
23http://code.google.com/p/httplib2
24http://code.google.com/p/uri-templates
Joe Gregorio8097e2a2011-05-17 11:11:34 -040025
26Depending on your version of Python, these libraries may also be installed:
27
28http://pypi.python.org/pypi/simplejson/
Joe Gregorio432f17e2011-05-22 23:18:00 -040029
Joe Gregorio7accf7a2011-10-14 12:07:20 -040030For development you will also need:
Joe Gregorio432f17e2011-05-22 23:18:00 -040031
32http://pythonpaste.org/webtest/