Joe Gregorio | c4fc095 | 2011-11-09 12:21:11 -0500 | [diff] [blame] | 1 | This is python client library for Google's discovery based APIs. |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 2 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame^] | 3 | [Full documentation](http://google.github.io/google-api-python-client) |
John Asmuth | 2fefc4c | 2014-04-24 16:13:05 -0400 | [diff] [blame] | 4 | |
Joe Gregorio | 8097e2a | 2011-05-17 11:11:34 -0400 | [diff] [blame] | 5 | |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 6 | Installation |
| 7 | ============ |
| 8 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame^] | 9 | To install, simply use `pip` or `easy_install`: |
Joe Gregorio | 46675d2 | 2012-06-20 12:15:24 -0400 | [diff] [blame] | 10 | |
Eduardo Cereto Carvalho | 24bff36 | 2014-04-25 19:05:03 -0300 | [diff] [blame] | 11 | $ pip install --upgrade google-api-python-client |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 12 | |
Joe Gregorio | 205a061 | 2011-12-14 11:38:16 -0500 | [diff] [blame] | 13 | $ easy_install --upgrade google-api-python-client |
Tom Miller | 7c95d81 | 2010-10-11 11:50:52 -0700 | [diff] [blame] | 14 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame^] | 15 | See the |
| 16 | [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) |
| 17 | for more detailed instructions and documentation. |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 18 | |
Tom Miller | 3a49e4c | 2010-09-28 15:16:25 -0700 | [diff] [blame] | 19 | Third Party Libraries |
Joe Gregorio | e9e236f | 2011-03-21 22:23:14 -0400 | [diff] [blame] | 20 | ===================== |
| 21 | |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 22 | These libraries will be installed when you install the client library: |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 23 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame^] | 24 | * http://code.google.com/p/httplib2 |
| 25 | * http://code.google.com/p/uri-templates |
Joe Gregorio | 8097e2a | 2011-05-17 11:11:34 -0400 | [diff] [blame] | 26 | |
| 27 | Depending on your version of Python, these libraries may also be installed: |
| 28 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame^] | 29 | * http://pypi.python.org/pypi/simplejson/ |
Joe Gregorio | 432f17e | 2011-05-22 23:18:00 -0400 | [diff] [blame] | 30 | |
Joe Gregorio | 7accf7a | 2011-10-14 12:07:20 -0400 | [diff] [blame] | 31 | For development you will also need: |
Joe Gregorio | 432f17e | 2011-05-22 23:18:00 -0400 | [diff] [blame] | 32 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame^] | 33 | * http://pythonpaste.org/webtest/ |
| 34 | |
| 35 | Contributing |
| 36 | ============ |
| 37 | |
| 38 | Please see the |
| 39 | [contributing page](http://google.github.io/google-api-python-client/contributing.html) |
| 40 | for more information. In particular, we love pull requests -- but please make |
| 41 | sure to sign the contributor license agreement. |