Kraken DB API
Project description
Python library to access kraken-db via api
How to use:
import kraken_db_api as db
db.set_db_url('url of the db server')
Post db.post(observation)
Get observations = db.get(record_type, record_id, key, value)
Search search_params = { 'record_type': 'person', 'record_id': 'id', 'order_by': 'created_date', 'order_direction': 'desc', 'limit': 20, 'offset': 20 } observations = db.search(search_params)
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 kraken-db-api-0.0.1.tar.gz.
File metadata
- Download URL: kraken-db-api-0.0.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
76efc457602ba893f5ad8650900c5b43f813f698892ac4435db0cd9b76ab7931
|
|
| MD5 |
0aa790d7437cfb14a0b8867c19531278
|
|
| BLAKE2b-256 |
8bf7819bbae24e96fbc11ba06da445e0c792bf0fd5d9614fdadd633fff54faf1
|
File details
Details for the file kraken_db_api-0.0.1-py3-none-any.whl.
File metadata
- Download URL: kraken_db_api-0.0.1-py3-none-any.whl
- Upload date:
- Size: 3.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.7.1 importlib_metadata/4.9.0 pkginfo/1.8.2 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.3 CPython/3.9.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8819b838cdc662d041f463e54ae2bdf84387d98a2994967a45bfcbd9cfa99133
|
|
| MD5 |
0bf525d34483ace9fdfd13cd1d6d15f5
|
|
| BLAKE2b-256 |
66bfc8706a4723ee12d4a049cce77f9abb5c2764ec783294a047dfefb96be465
|