Google Cloud Python HappyBase Client

February 15, 2019 ยท View on GitHub

Python idiomatic client for `Google Cloud Platform`_ HappyBase emulation.

.. _Google Cloud Platform: https://cloud.google.com/

|pypi| |versions|

  • Documentation_

.. _Documentation: http://google-cloud-python-happybase.readthedocs.io/

This client is provided as a HappyBase_ emulation layer which uses Google Cloud Bigtable as the underlying storage layer.

If you need support for other Google APIs, check out the Google APIs Python Client library_.

.. _Google APIs Python Client library: https://github.com/google/google-api-python-client .. _HappyBase: https://happybase.readthedocs.io/en/latest/

Quick Start

::

$ pip install --upgrade google-cloud-happybase

Supported Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^ Python >= 3.4

Deprecated Python Versions ^^^^^^^^^^^^^^^^^^^^^^^^^^ Python == 2.7. Python 2.7 support will be removed on January 1, 2020.

Authentication

With google-cloud-python we try to make authentication as painless as possible. Check out the Authentication section_ in our documentation to learn more. You may also find the authentication document_ shared by all the google-cloud-* libraries to be helpful.

.. _Authentication section: http://google-cloud-python.readthedocs.io/en/latest/google-cloud-auth.html .. _authentication document: https://github.com/googleapis/gcloud-common/tree/master/authentication

Contributing

Contributions to this library are always welcome and highly encouraged.

See CONTRIBUTING_ for more information on how to get started.

.. _CONTRIBUTING: https://github.com/googleapis/google-cloud-python-happybase/blob/master/CONTRIBUTING.rst

License

MIT - See LICENSE_ for more information.

.. _LICENSE: https://github.com/googleapis/google-cloud-python-happybase/blob/master/LICENSE

.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-happybase.svg :target: https://pypi.org/project/google-cloud-happybase/ .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-happybase.svg :target: https://pypi.org/project/google-cloud-happybase/