Metadata-Version: 1.1
Name: google-cloud-happybase
Version: 0.20.0
Summary: Client library for Google Cloud Bigtable: HappyBase layer
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-python-happybase
Author: Google Cloud Platform
Author-email: jjg+google-cloud-python@google.com
License: Apache 2.0
Description: Google Cloud Python HappyBase Client
        ====================================
        
            Python idiomatic client for `Google Cloud Platform`_ HappyBase emulation.
        
        .. _Google Cloud Platform: https://cloud.google.com/
        
        |pypi| |build| |coverage| |versions|
        
        -  `Homepage`_
        -  `API Documentation`_
        
        .. _Homepage: https://googlecloudplatform.github.io/google-cloud-python/
        .. _API Documentation: https://googlecloudplatform.github.io/google-cloud-python/stable/
        
        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
        
        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/GoogleCloudPlatform/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/GoogleCloudPlatform/google-cloud-python-happybase/blob/master/CONTRIBUTING.rst
        
        License
        -------
        
        MIT - See `LICENSE`_ for more information.
        
        .. _LICENSE: https://github.com/GoogleCloudPlatform/google-cloud-python-happybase/blob/master/LICENSE
        
        .. |build| image:: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python-happybase.svg?branch=master
           :target: https://travis-ci.org/GoogleCloudPlatform/google-cloud-python-happybase
        .. |coverage| image:: https://coveralls.io/repos/GoogleCloudPlatform/google-cloud-python-happybase/badge.png?branch=master
           :target: https://coveralls.io/r/GoogleCloudPlatform/google-cloud-python-happybase?branch=master
        .. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-happybase.svg
           :target: https://pypi.python.org/pypi/google-cloud-python-happybase
        .. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-happybase.svg
           :target: https://pypi.python.org/pypi/google-cloud-python-happybase
        
Platform: Posix; MacOS X; Windows
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Topic :: Internet
