.gitignore
.pre-commit-config.yaml
.zenodo.json
CHANGELOG.md
CITATION.cff
CONTRIBUTING.md
LICENSE
LIMITATIONS.md
PROBLEMS.md
README.md
REPRODUCE.md
SECURITY.md
STATUS.md
codemeta.json
mkdocs.yml
pyproject.toml
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/ISSUE_TEMPLATE/mathematical_correction.md
.github/workflows/ci.yml
.github/workflows/docs-deploy.yml
.github/workflows/release.yml
benchmarks/__init__.py
benchmarks/conftest.py
benchmarks/test_karcher_benchmark.py
docs/api.md
docs/index.md
docs/quickstart.md
docs/theory.md
docs/overrides/404.html
examples/README.md
examples/__init__.py
examples/synthetic_curve_demo.py
groupoid/__init__.py
groupoid/aggregation.py
groupoid/cohomology.py
groupoid/groupoid.py
groupoid/laplacian.py
groupoid/manifold.py
groupoid/optimizer.py
groupoid/persistence.py
groupoid/sheaf.py
groupoid/transport.py
groupoid.egg-info/PKG-INFO
groupoid.egg-info/SOURCES.txt
groupoid.egg-info/dependency_links.txt
groupoid.egg-info/requires.txt
groupoid.egg-info/top_level.txt
scripts/reproduce_sheaf_laplacian.py
tests/__init__.py
tests/test_aggregation_disconnected.py
tests/test_cohomology_cocycle.py
tests/test_coverage_gaps.py
tests/test_defensive_paths.py
tests/test_imports.py
tests/test_integration.py
tests/test_persistence.py
tests/test_persistence_dimension_labels.py
tests/test_sheaf_laplacian.py
tests/test_smoke.py
tests/test_transport_validation.py
tests/theory/__init__.py
tests/theory/test_mathematical_invariants.py