blob: b460bfb8a9c02e26f493516b957d7e5fcb050153 [file] [log] [blame] [view]
Michael Mattioli2b2705a2014-07-14 13:52:54 -04001# About
Michael Mattioli460a4ad2014-08-01 21:37:56 -04002This 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 -04003
Joe Gregorio8097e2a2011-05-17 11:11:34 -04004
Michael Mattioli2b2705a2014-07-14 13:52:54 -04005# Installation
Craig Citro3f8dc782014-05-19 15:00:07 -07006To install, simply use `pip` or `easy_install`:
Joe Gregorio46675d22012-06-20 12:15:24 -04007
Michael Mattiolib2b518f2014-07-14 00:48:04 -04008```bash
Michael Mattioli460a4ad2014-08-01 21:37:56 -04009$ pip install --upgrade google-api-python-client
Michael Mattiolib2b518f2014-07-14 00:48:04 -040010```
Craig Citro4cc527f2014-05-19 15:01:17 -070011or
Michael Mattiolib2b518f2014-07-14 00:48:04 -040012```bash
Michael Mattioli460a4ad2014-08-01 21:37:56 -040013$ easy_install --upgrade google-api-python-client
Michael Mattiolib2b518f2014-07-14 00:48:04 -040014```
Tom Miller7c95d812010-10-11 11:50:52 -070015
Michael Mattiolib2b518f2014-07-14 00:48:04 -040016See 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 -040017
Michael Mattioli460a4ad2014-08-01 21:37:56 -040018# Third Party Libraries and Dependencies
Michael Mattiolib2b518f2014-07-14 00:48:04 -040019The following libraries will be installed when you install the client library:
Michael Mattioli30598d62014-07-14 00:52:52 -040020* [httplib2](https://github.com/jcgregorio/httplib2)
21* [uri-templates](https://github.com/uri-templates/uritemplate-py)
Joe Gregorio8097e2a2011-05-17 11:11:34 -040022
23Depending on your version of Python, these libraries may also be installed:
Michael Mattioli30598d62014-07-14 00:52:52 -040024* [simplejson](https://pypi.python.org/pypi/simplejson/)
Joe Gregorio432f17e2011-05-22 23:18:00 -040025
Michael Mattioli460a4ad2014-08-01 21:37:56 -040026For development you will also need the following libraries:
Michael Mattioli30598d62014-07-14 00:52:52 -040027* [WebTest](http://pythonpaste.org/webtest/)
Michael Mattioli460a4ad2014-08-01 21:37:56 -040028* [pycrypto](https://pypi.python.org/pypi/pycrypto)
29* [pyopenssl](https://pypi.python.org/pypi/pyOpenSSL)
Craig Citro3f8dc782014-05-19 15:00:07 -070030
Michael Mattioli2b2705a2014-07-14 13:52:54 -040031# Contributing
Michael Mattioli30598d62014-07-14 00:52:52 -040032Please 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.