Metadata-Version: 2.1
Name: dzdomop
Version: 0.0.5
Summary: A Python ORM/data classes representation of the [Observational Medical Outcomes Partnership (OMOP) Common Data Model (CDM)](https://www.ohdsi.org/data-standardization/) in different flavors powered by [sqlacodegen](https://github.com/agronholm/sqlacodegen)
Author-email: Tim Bleimehl <bleimehl@helmholtz-munich.de>
License: MIT
Project-URL: Source, https://github.com/DZD-eV-Diabetes-Research/dzd-omop-cdm-python-models
Project-URL: Issues, https://github.com/DZD-eV-Diabetes-Research/dzd-omop-cdm-python-models/issues
Keywords: DZD,OMOP
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: sqlmodel
Requires-Dist: sqlalchemy
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: deepdiff; extra == "test"
Provides-Extra: docs
Requires-Dist: mkdocs; extra == "docs"
Requires-Dist: mkdocstrings[python]; extra == "docs"
Requires-Dist: mkdocs-autorefs; extra == "docs"
Requires-Dist: mkdocs-material; extra == "docs"
