Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/googleapis/google-cloud-python-happybase
https://github.com/googleapis/google-cloud-python-happybase
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/googleapis/google-cloud-python-happybase
- Owner: googleapis
- License: other
- Created: 2016-08-17T17:37:24.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-10-31T01:44:10.000Z (2 months ago)
- Last Synced: 2024-12-29T01:14:23.889Z (14 days ago)
- Language: Python
- Size: 491 KB
- Stars: 21
- Watchers: 63
- Forks: 29
- Open Issues: 4
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
Awesome Lists containing this project
- awesome-bigtable - HappyBase - Official client which uses a HappyBase emulation layer which uses Bigtable as the underlying storage layer. (Tools / Official Client Libraries)
README
Google Cloud Python HappyBase Client
====================================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.4Deprecated 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/authenticationContributing
------------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/