commit | 6b7517109f9e87bb6e3fd9bb6eb2fa68dc55eb58 | [log] [tgz] |
---|---|---|
author | Craig Citro <craigcitro@google.com> | Wed Feb 18 07:49:00 2015 -0800 |
committer | Craig Citro <craigcitro@google.com> | Wed Feb 18 08:23:28 2015 -0800 |
tree | e15dca58c0dd616817ac57a237a25597f0e26486 | |
parent | 8a0c8be74a68b154e5bf2ea7dd40ff84be723d23 [diff] |
Remove a newly-added exception. It turns out that the same code in `http.py` is used for processing both (1) the initial response and redirect and (2) the replies containing actual bytes for download. This means that the new exception we added for (2) leads to problems in (1).
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.