Metadata-Version: 2.1
Name: schematic-db
Version: 0.0.9
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: black
Provides-Extra: mypy
Provides-Extra: mysql
Provides-Extra: pdoc
Provides-Extra: postgres
Provides-Extra: pylint
Provides-Extra: pytest-mock
Provides-Extra: synapse
Provides-Extra: tenacity
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: black (==23.1.0) ; extra == "black"
Requires-Dist: mypy (==0.991) ; extra == "mypy"
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: pdoc (>=12.1.0,<13.0.0) ; extra == "pdoc"
Requires-Dist: psycopg2-binary (>=2.9.5,<3.0.0) ; extra == "postgres"
Requires-Dist: pylint (==2.16.1) ; extra == "pylint"
Requires-Dist: pytest-mock (>=3.10.0,<4.0.0) ; extra == "pytest-mock"
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: synapseclient (>=2.6.0,<3.0.0) ; extra == "synapse"
Requires-Dist: tenacity (>=8.1.0,<9.0.0) ; extra == "tenacity"
