Metadata-Version: 2.4
Name: alt-python-pynosqlc-memory
Version: 1.0.3
Summary: In-memory driver for pynosqlc — zero-dependency dict-backed storage for testing
Project-URL: Homepage, https://github.com/alt-python/pynosqlc
Project-URL: Repository, https://github.com/alt-python/pynosqlc
Project-URL: Documentation, https://github.com/alt-python/pynosqlc#getting-started
Project-URL: Bug Tracker, https://github.com/alt-python/pynosqlc/issues
Author: Craig Parravicini, Claude (Anthropic)
License: MIT
Keywords: async,database,memory,nosql,testing
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.12
Requires-Dist: alt-python-pynosqlc-core
Description-Content-Type: text/markdown

# pynosqlc-memory

In-memory driver for pynosqlc. Zero-dependency dict-backed storage; auto-registers on import.

URL scheme: `pynosqlc:memory:`

Designed for testing and CI — no external services required.
