.flake8
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
.github/workflows/python-build.yml
.github/workflows/python-test.yml
src/meds/__init__.py
src/meds/_version.py
src/meds/py.typed
src/meds/schema.py
src/meds.egg-info/PKG-INFO
src/meds.egg-info/SOURCES.txt
src/meds.egg-info/dependency_links.txt
src/meds.egg-info/requires.txt
src/meds.egg-info/top_level.txt
tests/test_schema.py