blob: 6eda8cfb75d7b6652c87a2cf2497e5aeb48b2a30 [file] [log] [blame] [view]
Dan O'Meara9c203d32017-07-07 09:03:31 -07001# Library maintenance
2This client library is supported but in maintenance mode only. We are fixing necessary bugs and adding essential features to ensure this library continues to meet your needs for accessing Google APIs. Non-critical issues will be closed. Any issue may be reopened if it is causing ongoing problems.
3
Michael Mattioli2b2705a2014-07-14 13:52:54 -04004# About
Michael Mattioli460a4ad2014-08-01 21:37:56 -04005This is the Python client library for Google's discovery based APIs. To get started, please see the [full documentation for this library](http://google.github.io/google-api-python-client). Additionally, [dynamically generated documentation](http://api-python-client-doc.appspot.com/) is available for all of the APIs supported by this library.
John Asmuth2fefc4c2014-04-24 16:13:05 -04006
Jon Wayne Parrott42818cf2017-05-12 09:35:24 -07007## Google Cloud Platform APIs
8If you're working with **Google Cloud Platform** APIs such as Datastore or Pub/Sub, consider using the [Cloud Client Libraries for Python](https://github.com/GoogleCloudPlatform/google-cloud-python) instead. These are the new and idiomatic Python libraries targeted specifically at Google Cloud Platform Services.
Joe Gregorio8097e2a2011-05-17 11:11:34 -04009
Michael Mattioli2b2705a2014-07-14 13:52:54 -040010# Installation
Craig Citro3f8dc782014-05-19 15:00:07 -070011To install, simply use `pip` or `easy_install`:
Joe Gregorio46675d22012-06-20 12:15:24 -040012
Michael Mattiolib2b518f2014-07-14 00:48:04 -040013```bash
Michael Mattioli460a4ad2014-08-01 21:37:56 -040014$ pip install --upgrade google-api-python-client
Michael Mattiolib2b518f2014-07-14 00:48:04 -040015```
Craig Citro4cc527f2014-05-19 15:01:17 -070016or
Michael Mattiolib2b518f2014-07-14 00:48:04 -040017```bash
Michael Mattioli460a4ad2014-08-01 21:37:56 -040018$ easy_install --upgrade google-api-python-client
Michael Mattiolib2b518f2014-07-14 00:48:04 -040019```
Tom Miller7c95d812010-10-11 11:50:52 -070020
Michael Mattiolib2b518f2014-07-14 00:48:04 -040021See the [Developers Guide](https://developers.google.com/api-client-library/python/start/get_started) for more detailed instructions and additional documentation.
Joe Gregorio48d361f2010-08-18 13:19:21 -040022
Jay Lee9cd0eb02014-09-12 07:15:11 -040023# Python Version
Jon Wayne Parrott12751ca2017-01-31 09:21:36 -080024Python 2.7, 3.4, 3.5, and 3.6 are fully supported and tested. This library may work on later versions of 3, but we do not currently run tests against those versions.
Jay Lee9cd0eb02014-09-12 07:15:11 -040025
Michael Mattioli460a4ad2014-08-01 21:37:56 -040026# Third Party Libraries and Dependencies
Michael Mattiolib2b518f2014-07-14 00:48:04 -040027The following libraries will be installed when you install the client library:
Luis Nell4859b142016-08-01 18:43:35 +020028* [httplib2](https://github.com/httplib2/httplib2)
Simon Weberc952fd02016-10-13 12:48:44 -040029* [uritemplate](https://github.com/sigmavirus24/uritemplate)
Joe Gregorio8097e2a2011-05-17 11:11:34 -040030
Michael Mattioli460a4ad2014-08-01 21:37:56 -040031For development you will also need the following libraries:
andrewnester31677812017-03-31 16:39:30 +030032* [WebTest](http://webtest.pythonpaste.org/en/latest/index.html)
Michael Mattioli460a4ad2014-08-01 21:37:56 -040033* [pycrypto](https://pypi.python.org/pypi/pycrypto)
34* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
Craig Citro3f8dc782014-05-19 15:00:07 -070035
Michael Mattioli2b2705a2014-07-14 13:52:54 -040036# Contributing
Jay Lee9cd0eb02014-09-12 07:15:11 -040037Please 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.