Skip to main content

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


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.1.tar.gz (2.3 kB view details)

Uploaded Source

File details

Details for the file kvstore-0.1.1.tar.gz.

File metadata

  • Download URL: kvstore-0.1.1.tar.gz
  • Upload date:
  • Size: 2.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for kvstore-0.1.1.tar.gz
Algorithm Hash digest
SHA256 3ef794da8c2e12fff7d5feefc83cff710e05e2ea2fbcac610b724f132bfb3551
MD5 928874fd223998e998d1d4399e5e71bc
BLAKE2b-256 00e41f45dfaaedfc916b05268135cf490f67170f4c0975878f2090e92b8fe063

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page