Google Cloud Datastore Protobuf client
Reason this release was yanked:
Please use 7.0.2
Project description
Google Cloud Datastore Protocol Buffer client.
Google Cloud Datastore is a fully managed, schemaless, non-relational database 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
>>> import googledatastore as datastore
>>> datastore.set_options(project_id='project-id')
>>> req = datastore.BeginTransactionRequest()
>>> datastore.begin_transaction(req)
<google.datastore.v1.datastore-pb2.BeginTransactionResponse ...>
Installation
$ pip install googledatastore
Documentation
Contribute
https://github.com/GoogleCloudPlatform/google-cloud-datastore
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
googledatastore-7.1.0.tar.gz
(14.3 kB
view details)
File details
Details for the file googledatastore-7.1.0.tar.gz
.
File metadata
- Download URL: googledatastore-7.1.0.tar.gz
- Upload date:
- Size: 14.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5adb84a1466470cc8e8054d45aa09e7e2148870cea8e25a10f9d617060122fa5 |
|
MD5 | c148bc3a70bfd6b0b32fe45a6d921a06 |
|
BLAKE2b-256 | e3999f6cb7984fc47b3c7ce70c2352409449a63df5f681a1d7203f08f457ad7d |