Metadata-Version: 2.1
Name: rocksdb-client
Version: 0.1.2
Summary: Python client for interacting with RocksDB server
Home-page: https://github.com/s00d/RocksDBFusion
Author: s00d
Author-email: Virus191288@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: asyncio

# RocksDB Client for Python

A Python client for interacting with RocksDB server.

## Overview

This package is a part of the [RocksDBFusion](https://github.com/s00d/RocksDBFusion) project. Before integrating this client into your application, you need to run the RocksDB server provided by RocksDBFusion.

## Installation

You can install the package via pip:

```bash
pip install rocksdb-client
```
