blob: fdce94604d742c3ad91a33c11252839c52d30b97 [file] [log] [blame] [view]
Matt Whisenhunt3c2c8052018-04-13 10:03:46 -07001# Google API Client
Dan O'Meara9c203d32017-07-07 09:03:31 -07002
Sander Brauwers729d9ae2018-12-13 19:28:04 +01003[![PyPI version](https://badge.fury.io/py/google-api-python-client.svg)](https://badge.fury.io/py/google-api-python-client)
ylil93d82f3e72019-06-10 11:08:14 -07004[![Compat check PyPI](https://python-compatibility-tools.appspot.com/one_badge_image?package=google-api-python-client)](https://python-compatibility-tools.appspot.com/one_badge_target?package=google-api-python-client)
5[![Compat check github](https://python-compatibility-tools.appspot.com/one_badge_image?package=git%2Bgit%3A//github.com/googleapis/google-api-python-client.git)](https://python-compatibility-tools.appspot.com/one_badge_target?package=git%2Bgit%3A//github.com/googleapis/google-api-python-client.git)
Sander Brauwers729d9ae2018-12-13 19:28:04 +01006
Bu Sun Kimc9773042019-07-17 14:03:17 -07007This is the Python client library for Google's discovery based APIs. To get started, please see the [docs folder](docs/README.md).
John Asmuth2fefc4c2014-04-24 16:13:05 -04008
Matt Whisenhunt3c2c8052018-04-13 10:03:46 -07009These 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 Timmerman5c11b0a2019-06-26 07:39:48 -070011## Documentation
12
13See the [docs folder](docs/README.md) for more detailed instructions and additional documentation.
14
Matt Whisenhunt3c2c8052018-04-13 10:03:46 -070015## Google Cloud Platform
16
17For 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 Gregorio8097e2a2011-05-17 11:11:34 -040018
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070019## Installation
20
Craig Citro3f8dc782014-05-19 15:00:07 -070021To install, simply use `pip` or `easy_install`:
Joe Gregorio46675d22012-06-20 12:15:24 -040022
Michael Mattiolib2b518f2014-07-14 00:48:04 -040023```bash
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070024pip install --upgrade google-api-python-client
Michael Mattiolib2b518f2014-07-14 00:48:04 -040025```
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070026
Craig Citro4cc527f2014-05-19 15:01:17 -070027or
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070028
Michael Mattiolib2b518f2014-07-14 00:48:04 -040029```bash
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070030easy_install --upgrade google-api-python-client
Michael Mattiolib2b518f2014-07-14 00:48:04 -040031```
Tom Miller7c95d812010-10-11 11:50:52 -070032
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070033## Supported Python Versions
Joe Gregorio48d361f2010-08-18 13:19:21 -040034
Christopher Wilcox8f4a5302018-12-14 12:24:44 -080035Python 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 Timmerman5c11b0a2019-06-26 07:39:48 -070037## Deprecated Python Versions
38
Christopher Wilcox8f4a5302018-12-14 12:24:44 -080039Python == 2.7
Jay Lee9cd0eb02014-09-12 07:15:11 -040040
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070041## Third Party Libraries and Dependencies
42
Michael Mattiolib2b518f2014-07-14 00:48:04 -040043The following libraries will be installed when you install the client library:
Luis Nell4859b142016-08-01 18:43:35 +020044* [httplib2](https://github.com/httplib2/httplib2)
Simon Weberc952fd02016-10-13 12:48:44 -040045* [uritemplate](https://github.com/sigmavirus24/uritemplate)
Joe Gregorio8097e2a2011-05-17 11:11:34 -040046
Michael Mattioli460a4ad2014-08-01 21:37:56 -040047For development you will also need the following libraries:
andrewnester31677812017-03-31 16:39:30 +030048* [WebTest](http://webtest.pythonpaste.org/en/latest/index.html)
Michael Mattioli460a4ad2014-08-01 21:37:56 -040049* [pycrypto](https://pypi.python.org/pypi/pycrypto)
50* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
Craig Citro3f8dc782014-05-19 15:00:07 -070051
Grant Timmerman5c11b0a2019-06-26 07:39:48 -070052## Contributing
53
Jay Lee9cd0eb02014-09-12 07:15:11 -040054Please 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.