minimalkv 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.
minimalkv is available on PyPI and can be installed through pip:
pip install minimalkv
or via conda
on conda-forge:
conda install -c conda-forge minimalkv
The documentation for minimalkv is available at https://minimalkv.readthedocs.io.
minimalkv is licensed under the terms of the BSD-3-Clause license.