Google API Extensions
This project has been deprecated and will no longer be developed. It has
been wholly replaced by google-api-core_.
.. _google-api-core: https://pypi.org/project/google-api-core/
.. image:: https://img.shields.io/travis/googleapis/gax-python.svg :target: https://travis-ci.org/googleapis/gax-python
.. image:: https://img.shields.io/pypi/dw/google-gax.svg :target: https://pypi.python.org/pypi/google-gax
.. image:: https://readthedocs.org/projects/gax-python/badge/?version=latest :target: http://gax-python.readthedocs.org/
.. image:: https://img.shields.io/codecov/c/github/googleapis/gax-python.svg :target: https://codecov.io/github/googleapis/gax-python
Google API Extensions for Python (gax-python) is a set of modules which aids the
development of APIs for clients and servers based on gRPC_ and Google API
conventions.
Application code will rarely need to use most of the classes within this library
directly, but code generated automatically from the API definition files in
Google APIs_ can use services such as page streaming and request bundling to
provide a more convenient and idiomatic API surface to callers.
.. _gRPC: http://grpc.io
.. _Google APIs: https://github.com/googleapis/googleapis/
gax-python is currently tested with Python 2.7, 3.4, 3.5, and 3.6.
Contributions to this library are always welcome and highly encouraged.
See CONTRIBUTING.rst_ for more information on how to get started.
.. _CONTRIBUTING.rst: https://github.com/googleapi/gax-python/blob/master/CONTRIBUTING.rst
This library follows Semantic Versioning_
It is currently in major version zero (0.y.z), which means that anything
may change at any time and the public API should not be considered
stable.
.. _Semantic Versioning: http://semver.org/
For detailed documentation of the modules in gax-python, please watch DOCUMENTATION_.
.. _DOCUMENTATION: https://gax-python.readthedocs.org/
BSD - See the LICENSE_ for more information.
.. _the LICENSE: https://github.com/googleapis/gax-python/blob/master/LICENSE