.gitignore
.pre-commit-config.yaml
CITATION.cff
LICENSE
README.md
pyproject.toml
.github/workflows/code-quality-main.yaml
.github/workflows/code-quality-pr.yaml
.github/workflows/python-build.yaml
.github/workflows/tests.yaml
src/__init__.py
src/omop_schema/__init__.py
src/omop_schema/convert.py
src/omop_schema/utils.py
src/omop_schema/validate.py
src/omop_schema.egg-info/PKG-INFO
src/omop_schema.egg-info/SOURCES.txt
src/omop_schema.egg-info/dependency_links.txt
src/omop_schema.egg-info/requires.txt
src/omop_schema.egg-info/top_level.txt
src/omop_schema/schema/__init__.py
src/omop_schema/schema/base.py
src/omop_schema/schema/v4.py
src/omop_schema/schema/v5_0.py
src/omop_schema/schema/v5_3.py
src/omop_schema/schema/v5_4.py
tests/test_convert.py
tests/test_loading.py
tests/test_validate.py