Metadata-Version: 2.1
Name: bkv
Version: 0.0.2
Summary: A simple kv store
Home-page: https://github.com/xupingmao/bkv
Author: mark
Author-email: 578749341@qq.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

<!--
 * @Author: xupingmao
 * @email: 578749341@qq.com
 * @Date: 2023-06-22 12:23:05
 * @LastEditors: xupingmao
 * @LastEditTime: 2023-06-22 15:06:35
 * @FilePath: \bkv\README.md
 * @Description: 描述
-->
# bkv

A simple kv store.

# Feature

- get
- put
- delete
- compact

# TODO

- [] 
