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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file arcane_datastore-1.1.16.tar.gz.
File metadata
- Download URL: arcane_datastore-1.1.16.tar.gz
- Upload date:
- Size: 3.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
80fe7f96c36d8d319bb98eef7dcb1af3b4f03a71132c106ccceee364542c470c
|
|
| MD5 |
d311c8055ab48532be6e2d20ae710194
|
|
| BLAKE2b-256 |
69a2705dc46c47130eb7a572044f087c1485714685efc280ada624ca73de9825
|
File details
Details for the file arcane_datastore-1.1.16-py3-none-any.whl.
File metadata
- Download URL: arcane_datastore-1.1.16-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/2.2.1 CPython/3.12.12 Linux/6.11.0-1018-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1c2ad7cc0d2b55674724b7e99a73c98b1d6f3220bd677949a7d250f6041d83c6
|
|
| MD5 |
6df115ff070551f160a57afa7d5edde3
|
|
| BLAKE2b-256 |
37e1173fb606cb76d4ca4bbbd8f2bbe2cc6c97038476208a25ddf458f299f4ba
|