commit | 8fd14ef9e496437007dbe1d3b8102166b88fc669 | [log] [tgz] |
---|---|---|
author | mmascolino <mark.mascolino@gmail.com> | Thu Mar 19 09:57:43 2015 -0400 |
committer | mmascolino <mark.mascolino@gmail.com> | Thu Mar 19 09:57:43 2015 -0400 |
tree | b3a7246770dfd3847848a89d614c2b274a282fed | |
parent | edf2d2e21acf56ae108d86a712ddc679386a4843 [diff] |
Removed unneeded/unused line of code The call to build(api, version, http) to setup the service stub is unneeded since the call to sample_tools.init above does that for the sample. Plus the build function was not imported from apiclient.discovery which causes this sample to not work at all.
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.
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 2.6 or 2.7 is required. Python 3.x is not yet supported.
The following libraries will be installed when you install the client library:
For development you will also need the following libraries:
Please see the contributing page for more information. In particular, we love pull requests - but please make sure to sign the contributor license agreement.