Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mbr/simplekv
A simple key-value store for binary data.
https://github.com/mbr/simplekv
Last synced: about 1 month ago
JSON representation
A simple key-value store for binary data.
- Host: GitHub
- URL: https://github.com/mbr/simplekv
- Owner: mbr
- License: mit
- Created: 2011-05-11T08:11:21.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T18:18:29.000Z (about 1 year ago)
- Last Synced: 2024-09-18T19:26:41.153Z (3 months ago)
- Language: Python
- Homepage: http://simplekv.readthedocs.io
- Size: 429 KB
- Stars: 152
- Watchers: 15
- Forks: 50
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
- Authors: AUTHORS
Awesome Lists containing this project
README
simple key-value storage api
============================.. image:: https://travis-ci.org/mbr/simplekv.png?branch=master
:target: https://travis-ci.org/mbr/simplekv
.. image:: https://coveralls.io/repos/github/mbr/simplekv/badge.svg?branch=master
:target: https://coveralls.io/github/mbr/simplekv?branch=master*simplekv* is an API for very basic key-value stores used for small, frequently
accessed data or large binary blobs. Its basic interface is easy to implement
and it supports a number of backends, including the filesystem, SQLAlchemy,
MongoDB, Redis and Amazon S3/Google Storage.Installation
------------
simplekv is `available on PyPI `_ and
can be installed through `pip `_::pip install simplekv
or via ``conda`` on `conda-forge `_::conda install -c conda-forge simplekv
Documentation
-------------
The documentation for simplekv is available at
https://simplekv.readthedocs.io.License
-------
simplekv is `MIT licensed
`_.