Python simple key-value store.
Project description
pykvs
PyKVS is key-value store for Python. keys must be string and values must be picklable object.
Installation
git clone https://github.com/yutayamazaki/pykvs.git
python setup.py install
Example
import pykvs
kvs = pykvs.PyKVS('./kvs')
kvs['some-key'] = 'some-value'
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
pykvs-0.0.2.tar.gz
(2.3 kB
view details)
Built Distribution
pykvs-0.0.2-py3-none-any.whl
(2.4 kB
view details)
File details
Details for the file pykvs-0.0.2.tar.gz
.
File metadata
- Download URL: pykvs-0.0.2.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 432da2397a893746cc2adaf68f70e6827511ab15a6548e109ce4007d9ce1da89 |
|
MD5 | 8086041e33ba29c05c98e56270cc8cfd |
|
BLAKE2b-256 | 3aded8cbe37297e6d7e5b40880c0a81d194324d47c70ecdc45c3d50eb697a6aa |
File details
Details for the file pykvs-0.0.2-py3-none-any.whl
.
File metadata
- Download URL: pykvs-0.0.2-py3-none-any.whl
- Upload date:
- Size: 2.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/52.0.0 requests-toolbelt/0.9.1 tqdm/4.56.2 CPython/3.9.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ff01d16913aff65f05db1c736d09f5fae6e6aa957ed24748f44242339ade0dec |
|
MD5 | c92484c4e67411d564a07571c245010c |
|
BLAKE2b-256 | d8697bf4c1d0cb9cfde8c2e69e32264b9924252cc51d847301ea4d144e14555e |