Metadata-Version: 2.4
Name: datavlt
Version: 0.0.1
Summary: Simple local database with API key auth and autosave
Author: maksalmaz
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# DataVLT

DataVLT is a simple lightweight key-value database written in Python.

It stores data in a log file and supports:
- API key authentication
- user-based data isolation
- autosave
- caching

---

## 📦 Installation

```bash
pip install datavlt
