Metadata-Version: 2.4
Name: moltres-core
Version: 1.0.1
Summary: SQL execution core for Moltres with pydantable ExecutionEngine support.
Author-email: Odos Matthews <odosmatthews@gmail.com>
License: MIT License
Project-URL: Homepage, https://github.com/eddiethedean/moltres
Project-URL: Repository, https://github.com/eddiethedean/moltres
Classifier: Development Status :: 5 - Production/Stable
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Database
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: SQLAlchemy>=2.0
Requires-Dist: typing-extensions>=4.5
Requires-Dist: pydantable-protocol<2,>=1.14.0

# moltres-core

SQL execution utilities shared by [Moltres](https://github.com/eddiethedean/moltres) and an optional
[`pydantable`](https://pypi.org/project/pydantable/)-compatible **MoltresPydantableEngine**
implementing the `ExecutionEngine` protocol.

The `ExecutionEngine` protocol and related types come from the
[`pydantable-protocol`](https://pypi.org/project/pydantable-protocol/) package on PyPI
(`pydantable_protocol`). `moltres_core.embedded_protocol` is a backward-compatible alias
for that module.

See the parent repository README and `docs/PYDANTABLE_ENGINE.md` for usage.
