Metadata-Version: 2.1
Name: macrostrat.database
Version: 1.0.0
Summary: A small library based on SQLAlchemy to assist with common database tasks.
Author: Daven Quinn
Author-email: dev@davenquinn.com
Requires-Python: >=3.8,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: GeoAlchemy2 (>=0.9.4,<0.10.0)
Requires-Dist: SQLAlchemy (>=1.4.26,<2.0.0)
Requires-Dist: SQLAlchemy-Utils (>=0.37.0,<0.38.0)
Requires-Dist: macrostrat.utils (>=1.0.0,<2.0.0)
Requires-Dist: migra (>=3.0.1621480950,<4.0.0)
Requires-Dist: psycopg2-binary (>=2.9.1,<3.0.0)
Requires-Dist: schemainspect (>=3.0.1616029793,<4.0.0)
Requires-Dist: sqlparse (>=0.4.0,<0.5.0)
