MANIFEST.in
README.md
pyproject.toml
setup.py
src/stainx/__init__.py
src/stainx/base.py
src/stainx/utils.py
src/stainx.egg-info/PKG-INFO
src/stainx.egg-info/SOURCES.txt
src/stainx.egg-info/dependency_links.txt
src/stainx.egg-info/not-zip-safe
src/stainx.egg-info/requires.txt
src/stainx.egg-info/top_level.txt
src/stainx/backends/__init__.py
src/stainx/backends/cuda_backend.py
src/stainx/backends/torch_backend.py
src/stainx/normalizers/__init__.py
src/stainx/normalizers/_template.py
src/stainx/normalizers/histogram_matching.py
src/stainx/normalizers/macenko.py
src/stainx/normalizers/reinhard.py
src/stainx_cuda/__init__.py
src/stainx_cuda/csrc/bindings.cpp
src/stainx_cuda/csrc/histogram_matching.cu
src/stainx_cuda/csrc/macenko.cu
src/stainx_cuda/csrc/reinhard.cu