key value cache
Project description
Installation
$ [sudo] pip install kv-cache
How it works
$KV_CACHE/<key>
$XDG_CACHE_HOME/kv-value/<key>
by default
Examples
>>> import kv_cache >>> kv_cache.update("key",'value') >>> kv_cache.get("key") 'value' >>> kv_cache.exists("key") True >>> kv_cache.rm("key") >>> kv_cache.clear() # clear all keys
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.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size kv-cache-2020.12.3.tar.gz (1.6 kB) | File type Source | Python version None | Upload date | Hashes View |