Metadata-Version: 2.1
Name: schematic_db
Version: 0.0.41
Summary: 
Author: andrewelamb
Author-email: andrewelamb@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: synapse
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: SQLAlchemy (>=2.0.19,<3.0.0)
Requires-Dist: SQLAlchemy-Utils (>=0.41.1,<0.42.0)
Requires-Dist: deprecation (>=2.1.0,<3.0.0)
Requires-Dist: interrogate (>=1.5.0,<2.0.0)
Requires-Dist: mysqlclient (>=2.1.1,<3.0.0) ; extra == "mysql"
Requires-Dist: networkx (>=2.8.6,<3.0.0)
Requires-Dist: pandas (>=2.0.0,<3.0.0)
Requires-Dist: psycopg2-binary (>=2.9.5,<3.0.0) ; extra == "postgres"
Requires-Dist: pydantic (>=1.10.7,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: synapseclient (>=4.0.0,<5.0.0) ; extra == "synapse"
Requires-Dist: tenacity (>=8.1.0,<9.0.0)
Requires-Dist: validators (>=0.20.0,<0.21.0)
