No description, website, or topics provided.
Python Other
Clone or download
Image Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
Image .github Update issue tracker to link to g suite public issue trackers (#475) Feb 2, 2018
Image apiclient Make apiclient.sample_tools optional (#525) Jun 4, 2018
Image docs Handle unknown media length (#406) Jan 16, 2018
Image googleapiclient Release v1.7.3 (#526) Jun 4, 2018
Image samples Fixing django-sample (#413) Jul 13, 2017
Image static Replacing image with a non-Python-specific one for reuse elsewhere. May 5, 2011
Image tests Drop oauth2client dependency (#499) May 31, 2018
Image tools Version 1.3 release. Oct 15, 2014
Image .coveragerc Adding coveralls integration Mar 30, 2015
Image .gitignore Adding coveralls integration Mar 30, 2015
Image .gitmodules Drop oauth2client as a submodule. Oct 9, 2014
Image .hgignore Adding Python DFA Reporting API Samples. Nov 18, 2013
Image .travis.yml Match travis matrix with tox testenv (#498) Apr 27, 2018
Image CHANGELOG Release v1.7.3 (#526) Jun 4, 2018
Image LICENSE Version 1.3 release. Oct 15, 2014
Image MANIFEST.in Include tests in source distribution (#514) May 31, 2018
Image Makefile Use twine to upload the package to pypi. Sep 11, 2015
Image README.md Promote GCP APIs (#490) Apr 13, 2018
Image describe.py Fix method doc signatures for multiline required parameters (#374) Mar 27, 2017
Image expandsymlinks.py Replace remaining python2.4 shebang lines. Mar 2, 2015
Image samples-index.py 2to3 -f print Nov 8, 2014
Image setup.py Remove unnecessary check during setup (#518) Jun 1, 2018
Image sitecustomize.py Transition apiclient from googlecode to github. Apr 24, 2014
Image tox.ini Remove unused keyring test dependency (#496) Apr 23, 2018

README.md

Google API Client

This is the Python client library for Google's discovery based APIs. To get started, please see the full documentation for this library. Additionally, dynamically generated documentation is available for all of the APIs supported by this library.

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.

Google Cloud Platform

For Google Cloud Platform APIs such as Datastore, Cloud Storage or Pub/Sub, we recommend using Cloud Client Libraries for Python which is under active development.

Installation

To install, simply use pip or easy_install:

$ pip install --upgrade google-api-python-client

or

$ easy_install --upgrade google-api-python-client

See the Developers Guide for more detailed instructions and additional documentation.

Python Version

Python 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.

Third Party Libraries and Dependencies

The following libraries will be installed when you install the client library:

For development you will also need the following libraries:

Contributing

Please see the contributing page for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.