Metadata-Version: 1.1
Name: testing-v1beta3-googledatastore
Version: 4.0.0b2
Summary: google cloud datastore protobuf client
Home-page: https://github.com/GoogleCloudPlatform/google-cloud-datastore
Author: Google Cloud Datastore Team
Author-email: gcd-discuss@google.com
License: UNKNOWN
Description: googledatastore
        ===============
        
        Google Cloud Datastore Protocol Buffer client.
        
        Google Cloud Datastore is a fully managed, schemaless, non-relational
        datastore accessible through Google APIs infrastructure. It provides
        a rich set of query capabilities, supports atomic transactions, and
        automatically scales up and down in response to load.
        
        Usage
        -----
        .. code-block:: pycon
        
            >>> import googledatastore as datastore
            >>> datastore.set_options(project_id='project-id')
            >>> req = datastore.BeginTransactionRequest()
            >>> datastore.begin_transaction(req)
            <google.datastore.v1beta3.datastore-pb2.BeginTransactionResponse ...>
        
        
        Installation
        ------------
        .. code-block:: bash
        
            $ pip install googledatastore
        
        Documentation
        -------------
        https://developers.google.com/datastore
        
        Contribute
        ----------
        https://github.com/GoogleCloudPlatform/google-cloud-datastore
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Database
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
