AWS Quantum Ledger Database python wrapper
Project description
DGTL Health AWS Quantum Ledger Database Wrapper
Use this code to access the ledger based databases.
As of writing, 2022-04-07
, the pyqldb library has a dependency that doesn't
compile on Apple ARM-processors. For local development make a venv
with the intel64-python to use Rosetta2 emulation.
Compiling with --platform linux/arm64 using docker will work normally.
Installation
- (Optional) Create venv:
python3 -m venv venv
or on Apple Silicon:python3-intel64 -m venv venv
- (Optional) Activate venv:
source venv/bin/activate
- Install:
python -m pip install dgtl-pyqldb
Usage
- Make sure your AWS credentials are set-up using
aws-config
from dgtl_pyqldb.ledger_helper import LedgerHelper
lh = LedgerHelper(ledger_name="pyqldb_tests", table="test_ledger", index="PID", region="eu-central-1")
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
dgtl_pyqldb-0.0.8.tar.gz
(3.1 kB
view hashes)
Built Distribution
Close
Hashes for dgtl_pyqldb-0.0.8-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9fd03bf21b2c4d96eb905340ab9353ec933515edeed1b1f6eec0cb945e5eac2 |
|
MD5 | d2cb0a6e55c5a1ff648bf8afe179718e |
|
BLAKE2b-256 | b1314e3412e1ea4215ad34589c918339f58f7bdecb943542e21caf342dcb4b72 |