.coveragerc
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
AUTHORS.rst
CHANGELOG.rst
CONTRIBUTING.rst
LICENSE.txt
README.md
README.rst
pyproject.toml
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/authors.rst
docs/changelog.rst
docs/conf.py
docs/contributing.rst
docs/index.rst
docs/license.rst
docs/readme.rst
docs/requirements.txt
docs/_static/.gitignore
src/__init__.py
src/label_tree/__init__.py
src/label_tree/diseases_tree.py
src/label_tree/exceptions.py
src/label_tree/utils.py
src/label_tree.egg-info/PKG-INFO
src/label_tree.egg-info/SOURCES.txt
src/label_tree.egg-info/dependency_links.txt
src/label_tree.egg-info/not-zip-safe
src/label_tree.egg-info/requires.txt
src/label_tree.egg-info/top_level.txt
test_data/categories.py
test_data/v1.0/diagnosis_tree.yaml
test_data/v1.0/synonyms.yaml
test_data/v1.0.1/diagnosis_tree.yaml
test_data/v1.0.1/synonyms.yaml
test_data/v1.0.2/diagnosis_tree.yaml
test_data/v1.0.2/synonyms.yaml
test_data/v1.0.3/diagnosis_tree.yaml
test_data/v1.0.3/synonyms.yaml
test_data/v1.0.4/diagnosis_tree.yaml
test_data/v1.0.4/synonyms.yaml
test_data/v1.0.5/diagnosis_tree.yaml
test_data/v1.0.5/synonyms.yaml
tests/conftest.py
tests/test_app_db.py
tests/test_checkpoints.py
tests/test_diseases_tree.py
tests/test_utils.py
tests/test_vs_old_categories.py