Override datastore client
Project description
Arcane Datastore
This package is based on google-cloud-datastore.
Get Started
pip install arcane-datastore
Example Usage
from arcane import datastore
client = datastore.Client()
entity = client.get_entity('kind-id-here', 1)
or
from arcane import datastore
# Import your configs
from configure import Config
client = datastore.Client.from_service_account_json(Config.KEY, project=Config.GCP_PROJECT)
entity = client.get_entity('kind-id-here', 1)
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
Built Distribution
File details
Details for the file arcane_datastore-1.1.10.tar.gz
.
File metadata
- Download URL: arcane_datastore-1.1.10.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c636916a8d05790e6c900f58864125339bf8e25140aec58ee0d0a68c5adfe9a |
|
MD5 | 2e5a2327085bf657915db6d6a1813f83 |
|
BLAKE2b-256 | 9a6c8c0bb71fa52bf3a4e321346435066a441b0a75fd30d6d2b36fa1b2f5e009 |
File details
Details for the file arcane_datastore-1.1.10-py3-none-any.whl
.
File metadata
- Download URL: arcane_datastore-1.1.10-py3-none-any.whl
- Upload date:
- Size: 3.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.4 CPython/3.12.7 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dc2b21cf401f80829b16b65c21a22f92e0e6ddef24a7c7a4c62e353758982120 |
|
MD5 | 5a9d0fb0ff71bd8d013d50fd42b35077 |
|
BLAKE2b-256 | 19686f94f51b8580796e35fec2417d3e7aa2f37ce3540416a114e10f076477d3 |