Skip to main content

Async key-value store ABC. Implementations over SQLAlchemy, the filesystem, Redis, Azure Blob, and more.

Project description

KV

KV is an async key-value store interface for Python. It provides a simple API to store serializable objects.

pip install python-kv

KV supports multiple backends, including the filesystem, SQLite, Redis, Azure Blob, and many more.

from kv import KV

kv = KV.of('sql+sqlite:///path/to/db.sqlite', type=dict) 

await kv.insert('hello', {'world': 42})
await kv.read('hello') # {'world': 42}
await kv.delete('hello')
async for k, v in kv.items():
  ...
await kv.clear()

Read the docs!

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

python_kv-0.3.9.tar.gz (16.5 kB view details)

Uploaded Source

Built Distribution

python_kv-0.3.9-py3-none-any.whl (25.0 kB view details)

Uploaded Python 3

File details

Details for the file python_kv-0.3.9.tar.gz.

File metadata

  • Download URL: python_kv-0.3.9.tar.gz
  • Upload date:
  • Size: 16.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for python_kv-0.3.9.tar.gz
Algorithm Hash digest
SHA256 0f13ec194a1629fada5a40e0b61977e326cc7903ae659fa4e05d3d0a1c6d7643
MD5 f2e3921e1bdb67df56b188392f22966e
BLAKE2b-256 9acf449a9fe54c869dc7376cbe2387b9034c15489fc239624c8f67b9d659303a

See more details on using hashes here.

File details

Details for the file python_kv-0.3.9-py3-none-any.whl.

File metadata

  • Download URL: python_kv-0.3.9-py3-none-any.whl
  • Upload date:
  • Size: 25.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.11.10

File hashes

Hashes for python_kv-0.3.9-py3-none-any.whl
Algorithm Hash digest
SHA256 50a7ce17efe25bfb281eb4398cce1a37fd3ee5eb26907d7540a2d30c1a6b799e
MD5 9e79721d4d65c97333b0ab14287a5443
BLAKE2b-256 43ee7088867d4644164da3655e182e0428a7601b3a95f1657e688ed2b6b66421

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