Matt Whisenhunt | 3c2c805 | 2018-04-13 10:03:46 -0700 | [diff] [blame] | 1 | # Google API Client |
Dan O'Meara | 9c203d3 | 2017-07-07 09:03:31 -0700 | [diff] [blame] | 2 | |
Sander Brauwers | 729d9ae | 2018-12-13 19:28:04 +0100 | [diff] [blame] | 3 | [](https://badge.fury.io/py/google-api-python-client) |
ylil93 | d82f3e7 | 2019-06-10 11:08:14 -0700 | [diff] [blame] | 4 | [](https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-python-client) |
| 5 | [](https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-api-python-client.git) |
Sander Brauwers | 729d9ae | 2018-12-13 19:28:04 +0100 | [diff] [blame] | 6 | |
Chris McDonough | c7533a0 | 2018-07-17 13:31:48 -0400 | [diff] [blame] | 7 | This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](https://developers.google.com/api-client-library/python/). Additionally, [dynamically generated documentation](http://google.github.io/google-api-python-client/docs/epy/index.html) is available for all of the APIs supported by this library. |
John Asmuth | 2fefc4c | 2014-04-24 16:13:05 -0400 | [diff] [blame] | 8 | |
Matt Whisenhunt | 3c2c805 | 2018-04-13 10:03:46 -0700 | [diff] [blame] | 9 | These client libraries are officially supported by Google. However, the libraries are considered complete and are in maintenance mode. This means that we will address critical bugs and security issues but will not add any new features. |
| 10 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 11 | ## Documentation |
| 12 | |
| 13 | See the [docs folder](docs/README.md) for more detailed instructions and additional documentation. |
| 14 | |
Matt Whisenhunt | 3c2c805 | 2018-04-13 10:03:46 -0700 | [diff] [blame] | 15 | ## Google Cloud Platform |
| 16 | |
| 17 | For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using [Cloud Client Libraries for Python](https://github.com/GoogleCloudPlatform/google-cloud-python) which is under active development. |
Joe Gregorio | 8097e2a | 2011-05-17 11:11:34 -0400 | [diff] [blame] | 18 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 19 | ## Installation |
| 20 | |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame] | 21 | To install, simply use `pip` or `easy_install`: |
Joe Gregorio | 46675d2 | 2012-06-20 12:15:24 -0400 | [diff] [blame] | 22 | |
Michael Mattioli | b2b518f | 2014-07-14 00:48:04 -0400 | [diff] [blame] | 23 | ```bash |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 24 | pip install --upgrade google-api-python-client |
Michael Mattioli | b2b518f | 2014-07-14 00:48:04 -0400 | [diff] [blame] | 25 | ``` |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 26 | |
Craig Citro | 4cc527f | 2014-05-19 15:01:17 -0700 | [diff] [blame] | 27 | or |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 28 | |
Michael Mattioli | b2b518f | 2014-07-14 00:48:04 -0400 | [diff] [blame] | 29 | ```bash |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 30 | easy_install --upgrade google-api-python-client |
Michael Mattioli | b2b518f | 2014-07-14 00:48:04 -0400 | [diff] [blame] | 31 | ``` |
Tom Miller | 7c95d81 | 2010-10-11 11:50:52 -0700 | [diff] [blame] | 32 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 33 | ## Supported Python Versions |
Joe Gregorio | 48d361f | 2010-08-18 13:19:21 -0400 | [diff] [blame] | 34 | |
Christopher Wilcox | 8f4a530 | 2018-12-14 12:24:44 -0800 | [diff] [blame] | 35 | Python 3.4, 3.5, 3.6 and 3.7 are fully supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions |
| 36 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 37 | ## Deprecated Python Versions |
| 38 | |
Christopher Wilcox | 8f4a530 | 2018-12-14 12:24:44 -0800 | [diff] [blame] | 39 | Python == 2.7 |
Jay Lee | 9cd0eb0 | 2014-09-12 07:15:11 -0400 | [diff] [blame] | 40 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 41 | ## Third Party Libraries and Dependencies |
| 42 | |
Michael Mattioli | b2b518f | 2014-07-14 00:48:04 -0400 | [diff] [blame] | 43 | The following libraries will be installed when you install the client library: |
Luis Nell | 4859b14 | 2016-08-01 18:43:35 +0200 | [diff] [blame] | 44 | * [httplib2](https://github.com/httplib2/httplib2) |
Simon Weber | c952fd0 | 2016-10-13 12:48:44 -0400 | [diff] [blame] | 45 | * [uritemplate](https://github.com/sigmavirus24/uritemplate) |
Joe Gregorio | 8097e2a | 2011-05-17 11:11:34 -0400 | [diff] [blame] | 46 | |
Michael Mattioli | 460a4ad | 2014-08-01 21:37:56 -0400 | [diff] [blame] | 47 | For development you will also need the following libraries: |
andrewnester | 3167781 | 2017-03-31 16:39:30 +0300 | [diff] [blame] | 48 | * [WebTest](http://webtest.pythonpaste.org/en/latest/index.html) |
Michael Mattioli | 460a4ad | 2014-08-01 21:37:56 -0400 | [diff] [blame] | 49 | * [pycrypto](https://pypi.python.org/pypi/pycrypto) |
| 50 | * [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL) |
Craig Citro | 3f8dc78 | 2014-05-19 15:00:07 -0700 | [diff] [blame] | 51 | |
Grant Timmerman | 5c11b0a | 2019-06-26 07:39:48 -0700 | [diff] [blame] | 52 | ## Contributing |
| 53 | |
Jay Lee | 9cd0eb0 | 2014-09-12 07:15:11 -0400 | [diff] [blame] | 54 | Please see the [contributing page](http://google.github.io/google-api-python-client/contributing.html) for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement. |