.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yaml
CITATION.cff
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
ROADMAP.md
justfile
pyproject.toml
uv.lock
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release-drafter.yml
.github/ISSUE_TEMPLATE/issue.yml
.github/workflows/docs-preview.yml
.github/workflows/draft-release.yml
.github/workflows/publish-docs.yml
.github/workflows/publish-pypi.yml
.github/workflows/run-tests.yml
docs/scripts/run_autobuild.py
docs/src/api.rst
docs/src/conf.py
docs/src/index.md
docs/src/readme.md
docs/src/scalability.md
docs/src/_static/custom.css
docs/src/features/Feature_Naming_Convention.md
docs/src/features/areasizeshape.md
docs/src/features/colocalization.md
docs/src/features/granularity.md
docs/src/features/intensity.md
docs/src/features/neighbors.md
docs/src/features/texture.md
docs/src/media/3D_Colocalization_Features.png
docs/src/media/3D_Granularity_Features.png
docs/src/media/3D_Intensity_Features.png
docs/src/media/3D_Neighbors_Features.png
docs/src/media/3D_Texture_Features.png
docs/src/media/3D_Volume_Shape_Features.png
docs/src/notebooks/walkthrough.ipynb
docs/src/notebooks/test_data/dummy_image_set/channel1.tif
docs/src/notebooks/test_data/dummy_image_set/channel2.tif
docs/src/notebooks/test_data/dummy_label_set/nuclei_labels.tif
docs/src/test_data/dummy_image_set/channel1.tif
docs/src/test_data/dummy_image_set/channel2.tif
docs/src/test_data/dummy_label_set/nuclei_labels.tif
logo/logo-animated.mp4
logo/logo.png
logo/with-text-for-dark-bg.png
logo/with-text-for-light-bg.png
logo/with-text.psd
logo/source/.gitignore
logo/source/README.md
logo/source/bun.lock
logo/source/index.html
logo/source/package.json
logo/source/tsconfig.json
logo/source/vite.config.ts
logo/source/src/App.tsx
logo/source/src/main.tsx
scripts/update_coverage_badge.py
src/zedprofiler/__init__.py
src/zedprofiler/_version.py
src/zedprofiler/contracts.py
src/zedprofiler/exceptions.py
src/zedprofiler.egg-info/PKG-INFO
src/zedprofiler.egg-info/SOURCES.txt
src/zedprofiler.egg-info/dependency_links.txt
src/zedprofiler.egg-info/entry_points.txt
src/zedprofiler.egg-info/requires.txt
src/zedprofiler.egg-info/top_level.txt
src/zedprofiler/IO/__init__.py
src/zedprofiler/IO/feature_writing_utils.py
src/zedprofiler/IO/loading_classes.py
src/zedprofiler/featurization/__init__.py
src/zedprofiler/featurization/colocalization.py
src/zedprofiler/featurization/granularity.py
src/zedprofiler/featurization/intensity.py
src/zedprofiler/featurization/neighbors.py
src/zedprofiler/featurization/texture.py
src/zedprofiler/featurization/volumesizeshape.py
src/zedprofiler/image_utils/image_utils.py
tests/conftest.py
tests/test_cli.py
tests/test_contracts.py
tests/test_data_profiles.py
tests/test_image_utils.py
tests/test_integrations.py
tests/test_main.py
tests/test_package_exports.py
tests/test_profile_fixtures.py
tests/test_robustness.py
tests/test_update_coverage_badge.py
tests/IO/feature_writing_utils_test.py
tests/IO/test_loading_classes.py
tests/featurization/conftest.py
tests/featurization/test_colocalization.py
tests/featurization/test_granularity.py
tests/featurization/test_intensity.py
tests/featurization/test_neighbors.py
tests/featurization/test_neighbors_additional.py
tests/featurization/test_texture.py
tests/featurization/test_volumesizeshape.py