Generic Python K/V Store Client
Project description
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')
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
kvstore-0.1.0.tar.gz
(2.2 kB
view details)
File details
Details for the file kvstore-0.1.0.tar.gz
.
File metadata
- Download URL: kvstore-0.1.0.tar.gz
- Upload date:
- Size: 2.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 027e296d42f7ebb81018529be58ee8b7e718cbe23aa77bfae7da5f140ab89b56 |
|
MD5 | dcfa943499c44e43aad03e274ff4c22e |
|
BLAKE2b-256 | e150a1ee71bd61bc8ef01810a76bf032d8b397e06529f496290f1cf0d2d39c5a |