Purpose
The objective of this module is to provide a common API to different KeyValue stores like consul, etcd or zookeeper.
Usage examples
Basic usage examples:
import kvstore kv = kvstore.Client() kv.set(key, value) kv.get(key) kv.recurse(key) kv.delete(key) kv.delete(key, recursive=True) kv.index(key, recursive=True) kv.get(key, wait=True, index=index, wait='10m') kv.recurse(key, wait=True, index=index, wait='10m')
Release files for kvstore 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| kvstore-0.1.1.tar.gz | 2.3 kB | Details |
Release files / kvstore-0.1.1.tar.gz
| Download URL | kvstore-0.1.1.tar.gz |
|---|---|
| Size | 2.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
3ef794da8c2e12fff7d5feefc83cff710e05e2ea2fbcac610b724f132bfb3551
|
|
BLAKE2b-256 checksum How to use checksums |
00e41f45dfaaedfc916b05268135cf490f67170f4c0975878f2090e92b8fe063
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |