.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/publish.yml
scripts/build_data.py
src/icdlookup/__init__.py
src/icdlookup/cli.py
src/icdlookup/loader.py
src/icdlookup/lookup.py
src/icdlookup.egg-info/PKG-INFO
src/icdlookup.egg-info/SOURCES.txt
src/icdlookup.egg-info/dependency_links.txt
src/icdlookup.egg-info/entry_points.txt
src/icdlookup.egg-info/requires.txt
src/icdlookup.egg-info/top_level.txt
src/icdlookup/_data/icd10_2026.csv.gz
tests/test_lookup.py