Android p preview 4
Merge commit '08357b2' into google-api-python-client_v1.5.1

Inital commit of google-api-python-client 1.5.1 with history.

Added:
- Android.bp
- MODULE_LICENSE_APACHE2
- NOTICE
- METADATA
- README.android

Bug: b/80314772
Test: 1.make acloud with "py-google-api-python-client" in libs dependency and was able to import apiclient
      2.able to run acloud create/delete command.

Change-Id: Ibb37290d43009c5084764c2539572653582ba1bd
tree: 8e9f43e8c8de2ddc71e24f95ea4c950d6a4a3218
  1. apiclient/
  2. docs/
  3. googleapiclient/
  4. samples/
  5. static/
  6. tests/
  7. tools/
  8. .coveragerc
  9. .gitignore
  10. .gitmodules
  11. .hgignore
  12. .travis.yml
  13. Android.bp
  14. CHANGELOG
  15. describe.py
  16. expandsymlinks.py
  17. LICENSE
  18. Makefile
  19. MANIFEST.in
  20. METADATA
  21. MODULE_LICENSE_APACHE2
  22. README.md
  23. samples-index.py
  24. setup.py
  25. sitecustomize.py
  26. tox.ini
README.md

About

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.

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

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.