Metadata-Version: 2.4
Name: mongokv
Version: 0.4
Summary: Tiny key-value wrapper around MongoDB
Keywords: key-value,database,mongodb,asyncio,motor,kv,cache
Author-email: Harrison Erd <harrisonerd@gmail.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Framework :: AsyncIO
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
License-File: LICENSE
Requires-Dist: pymongo>=4.15.5
Project-URL: Homepage, https://patx.github.io/mongokv
Project-URL: Repository, https://github.com/patx/mongokv

**mongoKV** is a unified sync + async key-value store backed by `pymongo` that 
provides a dead-simple Redis-like API (`set`, `get`, `remove`, etc). MongoDB 
handles concurrency — safe across threads, processes, and ASGI workers.

[Read the API docs and user guide to get started](https://patx.github.io/mongokv)


