Metadata-Version: 2.1
Name: sqlalchemy-flattener
Version: 0.3.3
Summary: Flatten SQLAlchemy model trees to raw data
License: MIT
Author: Michael Bosch
Author-email: michael@lonelyviking.com
Requires-Python: >=3.8,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: SQLAlchemy (>=2.0.0,<3.0.0)
Description-Content-Type: text/markdown

# SQLAlchemy Flattener

Flatten SQLAlchemy model trees to raw data

