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 | |
Craig Citro | 4cc527f | 2014-05-19 15:01:17 -0700 | [diff] [blame] | 11 | $ pip install --upgrade google-api-python-client |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 12 | |
Craig Citro | 4cc527f | 2014-05-19 15:01:17 -0700 | [diff] [blame] | 13 | or |
| 14 | |
| 15 | $ easy_install --upgrade google-api-python-client |
Tom Miller | 7c95d81 | 2010-10-11 11:50:52 -0700 | [diff] [blame] | 16 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame] | 17 | See the |
| 18 | [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) |
| 19 | for more detailed instructions and documentation. |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 20 | |
Tom Miller | 3a49e4c | 2010-09-28 15:16:25 -0700 | [diff] [blame] | 21 | Third Party Libraries |
Joe Gregorio | e9e236f | 2011-03-21 22:23:14 -0400 | [diff] [blame] | 22 | ===================== |
| 23 | |
Joe Gregorio | 20a5aa9 | 2011-04-01 17:44:25 -0400 | [diff] [blame] | 24 | These libraries will be installed when you install the client library: |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 25 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame] | 26 | * http://code.google.com/p/httplib2 |
| 27 | * http://code.google.com/p/uri-templates |
Joe Gregorio | 8097e2a | 2011-05-17 11:11:34 -0400 | [diff] [blame] | 28 | |
| 29 | Depending on your version of Python, these libraries may also be installed: |
| 30 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame] | 31 | * http://pypi.python.org/pypi/simplejson/ |
Joe Gregorio | 432f17e | 2011-05-22 23:18:00 -0400 | [diff] [blame] | 32 | |
Joe Gregorio | 7accf7a | 2011-10-14 12:07:20 -0400 | [diff] [blame] | 33 | For development you will also need: |
Joe Gregorio | 432f17e | 2011-05-22 23:18:00 -0400 | [diff] [blame] | 34 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame] | 35 | * http://pythonpaste.org/webtest/ |
| 36 | |
| 37 | Contributing |
| 38 | ============ |
| 39 | |
| 40 | Please see the |
| 41 | [contributing page](http://google.github.io/google-api-python-client/contributing.html) |
| 42 | for more information. In particular, we love pull requests -- but please make |
| 43 | sure to sign the contributor license agreement. |