LICENSE
README.md
pyproject.toml
setup.py
src/imgshape/__init__.py
src/imgshape/__main__.py
src/imgshape/analyze.py
src/imgshape/atlas.py
src/imgshape/augmentations.py
src/imgshape/compare_v4.py
src/imgshape/compatibility.py
src/imgshape/fingerprint_v4.py
src/imgshape/gpu_v4.py
src/imgshape/pipeline.py
src/imgshape/recommender.py
src/imgshape/report.py
src/imgshape/resize.py
src/imgshape/semantic_v4.py
src/imgshape/shape.py
src/imgshape/torchloader.py
src/imgshape/version.py
src/imgshape.egg-info/PKG-INFO
src/imgshape.egg-info/SOURCES.txt
src/imgshape.egg-info/dependency_links.txt
src/imgshape.egg-info/entry_points.txt
src/imgshape.egg-info/requires.txt
src/imgshape.egg-info/top_level.txt
src/imgshape/atlas/__init__.py
src/imgshape/atlas/distribution.py
src/imgshape/atlas/drift.py
src/imgshape/atlas/gpu.py
src/imgshape/atlas/orchestrator.py
src/imgshape/atlas/quality.py
src/imgshape/atlas/semantic.py
src/imgshape/atlas/signal.py
src/imgshape/atlas/spatial.py
src/imgshape/audit/__init__.py
src/imgshape/audit/fingerprint_lock.py
src/imgshape/audit/provenance.py
src/imgshape/audit/trail.py
src/imgshape/cli/__init__.py
src/imgshape/cli/diff.py
src/imgshape/cli/fingerprint.py
src/imgshape/cli/main.py
src/imgshape/cli/test.py
src/imgshape/cli/validate.py
src/imgshape/contract/__init__.py
src/imgshape/contract/clauses.py
src/imgshape/contract/loader.py
src/imgshape/contract/validator.py
src/imgshape/contract/violations.py
src/imgshape/diff/__init__.py
src/imgshape/diff/comparator.py
src/imgshape/diff/report.py
src/imgshape/output/__init__.py
src/imgshape/output/json.py
src/imgshape/output/markdown.py
src/imgshape/output/text.py
src/imgshape/plugins/__init__.py
src/imgshape/plugins/sample_plugin.py
src/imgshape/profiles/edge.yaml
src/imgshape/profiles/medical.yaml
src/imgshape/profiles/ocr.yaml
src/imgshape/profiles/satellite.yaml
src/imgshape/schemas/plugin_schema.py
src/imgshape/test/__init__.py
src/imgshape/test/assertions.py
src/imgshape/test/report.py
src/imgshape/test/runner.py
tests/test_analyze.py
tests/test_atlas_v5.py
tests/test_augmentations.py
tests/test_compatibility.py
tests/test_contract_v5.py
tests/test_gpu_batching.py
tests/test_gpu_integration.py
tests/test_profiles.py
tests/test_recommender.py
tests/test_report.py
tests/test_resize.py
tests/test_semantic_v4.py
tests/test_shape.py
tests/test_torchloader.py
tests/test_v5_cli.py
tests/test_v5_more.py