Metadata-Version: 2.1
Name: pycask
Version: 0.2.0
Summary: A Log-Structured KV Store based on bitcask, written in Python.
Home-page: https://github.com/Huangkai1008/pycask
License: MIT
Author: huangkai
Author-email: h1770360848@outlook.com
Maintainer: huangkai
Maintainer-email: h1770360848@outlook.com
Requires-Python: >=3.9,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Database
Project-URL: Repository, https://github.com/Huangkai1008/pycask
Description-Content-Type: text/markdown

# PyCask

A Log-Structured KV Store based on [bitcask](https://riak.com/assets/bitcask-intro.pdf), written in Python.

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

## Table of Contents

- [Requirements](#requirements)
- [License](#license)

## Requirements

Python 3.9+

## License

[MIT @ Huang Kai](./LICENSE)

