LICENSE
README.md
pyproject.toml
src/abi3t_doctor/__init__.py
src/abi3t_doctor/__main__.py
src/abi3t_doctor/_stable_abi_data.py
src/abi3t_doctor/cli.py
src/abi3t_doctor/diagnose.py
src/abi3t_doctor/environment.py
src/abi3t_doctor/findings.py
src/abi3t_doctor/pypi.py
src/abi3t_doctor/report.py
src/abi3t_doctor/requirements.py
src/abi3t_doctor/stable_abi.py
src/abi3t_doctor/tags.py
src/abi3t_doctor/wheel.py
src/abi3t_doctor.egg-info/PKG-INFO
src/abi3t_doctor.egg-info/SOURCES.txt
src/abi3t_doctor.egg-info/dependency_links.txt
src/abi3t_doctor.egg-info/entry_points.txt
src/abi3t_doctor.egg-info/requires.txt
src/abi3t_doctor.egg-info/top_level.txt
src/abi3t_doctor/binary/__init__.py
src/abi3t_doctor/binary/elf.py
src/abi3t_doctor/binary/macho.py
src/abi3t_doctor/binary/pe.py
tests/test_binary.py
tests/test_cli.py
tests/test_diagnose.py
tests/test_environment.py
tests/test_pypi.py
tests/test_requirements.py
tests/test_stable_abi.py
tests/test_tags.py
tests/test_wheel.py