Add default active developers into OWNERS

Bug: 33166666
Test: gerrit uploader
Change-Id: I96e4e8f8032226e9510eb58daaf1a94915745aa2
1 file changed
tree: 4bdcfe54a23d934c2511854d629acdef877d4471
  1. apiclient/
  2. docs/
  3. googleapiclient/
  4. samples/
  5. static/
  6. tests/
  7. tools/
  8. .coveragerc
  9. .gitignore
  10. .hgignore
  11. .travis.yml
  12. Android.bp
  13. CHANGELOG
  14. describe.py
  15. expandsymlinks.py
  16. LICENSE
  17. Makefile
  18. MANIFEST.in
  19. METADATA
  20. MODULE_LICENSE_APACHE2
  21. OWNERS
  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.