Metadata-Version: 2.1
Name: schematic-db
Version: 0.0.11
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
Provides-Extra: mysql
Provides-Extra: postgres
Provides-Extra: synapse
Requires-Dist: PyYAML (>=6.0,<7.0)
Requires-Dist: SQLAlchemy (>=1.4.39,<2.0.0)
Requires-Dist: SQLAlchemy-Utils (>=0.38.3,<0.39.0)
Requires-Dist: mysqlclient (>=2.1.1,<3.0.0) ; extra == "mysql"
Requires-Dist: networkx (>=2.8.6,<3.0.0)
Requires-Dist: pandas (>=1.4.3,<2.0.0)
Requires-Dist: psycopg2-binary (>=2.9.5,<3.0.0) ; extra == "postgres"
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: synapseclient (>=2.7.0,<3.0.0) ; extra == "synapse"
