LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
src/fastHDMI/__init__.py
src/fastHDMI/cython_fun.c
src/fastHDMI/cython_fun.pyx
src/fastHDMI.egg-info/PKG-INFO
src/fastHDMI.egg-info/SOURCES.txt
src/fastHDMI.egg-info/dependency_links.txt
src/fastHDMI.egg-info/requires.txt
src/fastHDMI.egg-info/top_level.txt
src/fastHDMI/clumping/__init__.py
src/fastHDMI/clumping/clumping.py
src/fastHDMI/io/__init__.py
src/fastHDMI/io/io.py
src/fastHDMI/mi_estimation/__init__.py
src/fastHDMI/mi_estimation/mi_estimation.py
src/fastHDMI/screening/__init__.py
src/fastHDMI/screening/screening.py
src/fastHDMI/screening/unified_screening.py
src/fastHDMI/utils/__init__.py
src/fastHDMI/utils/data_handling.py
src/fastHDMI/utils/hardware_detection.py
src/fastHDMI/utils/utils.py
tests/test.py
tests/test_cython_performance.py
tests/test_integration.py
tests/test_mi_estimation.py
tests/test_screening.py
tests/test_unified_interface.py