Metadata-Version: 2.1
Name: tree-to-table
Version: 0.1.0
Summary: A lightweight SQLAlchemy extension which flattens nested JSON into a tabular format
License: MIT
Author: James Seymour
Author-email: james.seymour@cubiko.com.au
Requires-Python: >=3.9,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: SQLAlchemy (>=1.4.40,<2.0.0)
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: mypy (>=0.971,<0.972)
Requires-Dist: pytest (>=7.1.2,<8.0.0)
Requires-Dist: sqlalchemy-stubs (>=0.4,<0.5)
