A simple key-value storage for binary data.
Project description
simplekv is an API for very basic key-value stores for storing binary data. Due to its basic interface, it is easy to implemented a large number of backends. simplekv’s origins are in storing user-uploaded files on websites, but its low overhead and design should make it applicable for numerous other problems.
Features include storage in memory, local and remote filesystems and cloud storage services such as Amazon S3 and Google Storage.
Installation
simplekv is available on PyPI and can be installed through pip or easy_install:
$ pip install simplekv
Documentation
The documentation for simplekv is available at http://simplekv.readthedocs.org.
License
simplekv is MIT licensed.
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
File details
Details for the file simplekv-0.4.tar.gz
.
File metadata
- Download URL: simplekv-0.4.tar.gz
- Upload date:
- Size: 12.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bc91b54353129f87dec1e3a1f96cedd54983e0b6826f399c3b2a576c53f43b9d |
|
MD5 | b57c0cdd396514df7608235d282fcdf3 |
|
BLAKE2b-256 | 53fe5b6beb1dd182f0ccb52cfd1a410cdd3d138f5bdeb96385bf330aca6d288b |