.gitignore
.gitmodules
.pre-commit-config.yaml
LICENSE
Makefile
README.md
pyproject.toml
.devcontainer/devcontainer.json
.github/ISSUE_TEMPLATE/bug-report.yaml
.github/ISSUE_TEMPLATE/feature-request.yaml
.github/workflows/python-cqa.yaml
.github/workflows/release.yaml
notebooks/1_Quick_Start.ipynb
notebooks/README.md
src/ga4gh.va_spec.egg-info/PKG-INFO
src/ga4gh.va_spec.egg-info/SOURCES.txt
src/ga4gh.va_spec.egg-info/dependency_links.txt
src/ga4gh.va_spec.egg-info/requires.txt
src/ga4gh.va_spec.egg-info/top_level.txt
src/ga4gh/va_spec/__init__.py
src/ga4gh/va_spec/aac_2017/__init__.py
src/ga4gh/va_spec/aac_2017/models.py
src/ga4gh/va_spec/acmg_2015/__init__.py
src/ga4gh/va_spec/acmg_2015/models.py
src/ga4gh/va_spec/base/__init__.py
src/ga4gh/va_spec/base/core.py
src/ga4gh/va_spec/base/domain_entities.py
src/ga4gh/va_spec/base/enums.py
src/ga4gh/va_spec/base/validators.py
src/ga4gh/va_spec/ccv_2022/__init__.py
src/ga4gh/va_spec/ccv_2022/derived_evidence.py
src/ga4gh/va_spec/ccv_2022/models.py
tests/__init__.py
tests/conftest.py
tests/test_ccv_derived_evidence.py
tests/validation/test_va_spec_fixtures_validation.py
tests/validation/test_va_spec_models.py
tests/validation/test_va_spec_schema.py