An open API service indexing awesome lists of open source software.

https://github.com/handrake/py-toy-kv

Toy key-value store in Python
https://github.com/handrake/py-toy-kv

Last synced: about 1 year ago
JSON representation

Toy key-value store in Python

Awesome Lists containing this project

README

          

# py-toy-kv

Toy key-value store in Python

It uses a Python dictionary as a storage engine and a Python queue for synchronization

## Run

Simply execute the following command.

```
uvicorn main:app --reload
```