LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.py
examples/_benchmark_utils.py
examples/benchmark_label_counts.py
examples/benchmark_matrix.py
examples/benchmark_overlap.py
examples/benchmark_regionprops.py
examples/benchmark_relabel.py
examples/benchmark_remove_small_objects.py
examples/usage_example.py
src/fastlabelops/__init__.py
src/fastlabelops/_api.py
src/fastlabelops/_bindings.inc
src/fastlabelops/_core.cpp
src/fastlabelops/_core.pyi
src/fastlabelops/_counts.inc
src/fastlabelops/_label_map.inc
src/fastlabelops/_overlap.inc
src/fastlabelops/_props.inc
src/fastlabelops/_relabel.inc
src/fastlabelops/_remove_small.inc
src/fastlabelops/_runs.inc
src/fastlabelops/py.typed
src/fastlabelops.egg-info/PKG-INFO
src/fastlabelops.egg-info/SOURCES.txt
src/fastlabelops.egg-info/dependency_links.txt
src/fastlabelops.egg-info/not-zip-safe
src/fastlabelops.egg-info/requires.txt
src/fastlabelops.egg-info/top_level.txt
tests/test_label_counts.py
tests/test_overlap.py
tests/test_public_api.py
tests/test_regionprops.py
tests/test_relabel.py
tests/test_remove_small_objects.py
tests/test_run_boundaries.py