Metadata-Version: 2.4
Name: loch
Version: 1.0.2
Summary: Fast in‑memory data server with persistence, supporting strings, hashes, lists, sets, and sorted sets, with optional encryption and automatic compaction.
Author: Gausstic
Maintainer-email: Gausstic <pyps1k.mq@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/GaussticDev/loch
Project-URL: Repository, https://github.com/GaussticDev/loch
Project-URL: Issues, https://github.com/GaussticDev/loch/issues
Keywords: in-memory,database,server,data,persistence,key-value,asyncio
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Framework :: AsyncIO
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Loch

**Loch** is a fast in-memory data server with persistence to disk.  
It supports strings, hashes, lists, sets, and sorted sets, automatic compaction, and optional encryption.  
Ideal for lightweight applications that require low latency and reliability.

---
