Metadata-Version: 2.4
Name: sheafstore
Version: 0.0.1a1
Summary: Bootstrap persistence store helpers for the SheafLab project.
Project-URL: Homepage, https://sheaflab.com
Project-URL: Repository, https://github.com/SheafLab/sheafstore-python
Project-URL: Issues, https://github.com/SheafLab/sheafstore-python/issues
Author: SheafLab
License: MIT
License-File: LICENSE
Keywords: json,persistence,sheaflab,store
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
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
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# sheafstore

`sheafstore` is the official Python package namespace for persistence helpers for simple JSON-backed key-value storage at small scale.

This initial public release provides a compact but real core with tests and a
small command-line entry point so the namespace is active immediately.
