commit | 56052ecfe29ee088fb3c10574f76a45bc1efc94e | [log] [tgz] |
---|---|---|
author | Pepper Lebeck-Jobe <eljobe@gmail.com> | Sat Jun 13 14:07:14 2015 -0400 |
committer | Pepper Lebeck-Jobe <eljobe@gmail.com> | Sat Jun 13 22:45:54 2015 -0400 |
tree | fb3aa894e31e9112ca7280f0c904e9350a058831 | |
parent | b7f27604ae725707bde4c583532222d64ac7b9cc [diff] |
Adds a doc comment for new_batch_http_request This comment doesn't actually show up in the generated epydoc, but it does allow the "make docs" command to complete, and it is nice to have the explanation of how to use the method in the source repository. Without this change running "make docs" would have an error: $> make docs cd docs; ./build mkdir -p docs/dyn python describe.py Traceback (most recent call last): File "describe.py", line 388, in <module> document_api(api['name'], api['version']) File "describe.py", line 354, in document_api service, '%s_%s.' % (name, version), discovery, discovery) File "describe.py", line 320, in document_collection_recursive html = document_collection(resource, path, root_discovery, discovery) File "describe.py", line 302, in document_collection params = method_params(doc) File "describe.py", line 192, in method_params doclines = doc.splitlines() AttributeError: 'NoneType' object has no attribute 'splitlines' make: *** [docs] Error 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 are fully supported.
Python 3.3+ is also now supported! However, this library has not yet been used as thoroughly with Python 3, so we'd recommend testing before deploying with Python 3 in production.
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.