.gitattributes
.gitignore
.pre-commit-config.yaml
CONTRIBUTING
LICENSE
README.md
geff-schema.json
mkdocs.yml
pyproject.toml
.github/PULL_REQUEST_TEMPLATE.md
.github/release.yml
.github/workflows/ci.yaml
.github/workflows/gh-pages.yaml
.github/workflows/test.yaml
docs/_hooks.py
docs/api.md
docs/command-line-tools.md
docs/index.md
docs/specification.md
docs/what-is-geff.md
docs/css/schema_doc.css
docs/js/schema_doc.min.js
scripts/benchmark-pr.py
scripts/export_json_schema.py
src/geff/__init__.py
src/geff/_cli.py
src/geff/affine.py
src/geff/geff_reader.py
src/geff/io_utils.py
src/geff/metadata_schema.py
src/geff/typing.py
src/geff/units.py
src/geff/utils.py
src/geff/write_arrays.py
src/geff/write_dicts.py
src/geff.egg-info/PKG-INFO
src/geff.egg-info/SOURCES.txt
src/geff.egg-info/dependency_links.txt
src/geff.egg-info/entry_points.txt
src/geff.egg-info/requires.txt
src/geff.egg-info/top_level.txt
src/geff/interops/__init__.py
src/geff/interops/ctc.py
src/geff/interops/trackmate_xml.py
src/geff/io/README.md
src/geff/io/__init__.py
src/geff/io/read.py
src/geff/io/supported_backends.py
src/geff/networkx/__init__.py
src/geff/networkx/io.py
src/geff/rustworkx/__init__.py
src/geff/rustworkx/io.py
src/geff/spatial_graph/io.py
src/geff/testing/__init__.py
src/geff/testing/data.py
src/geff/testing/utils.py
src/geff/validators/__init__.py
src/geff/validators/segmentation_validators.py
src/geff/validators/validators.py
tests/bench.py
tests/test_cli.py
tests/test_geff_reader.py
tests/test_io.py
tests/test_testing_data.py
tests/test_validators.py
tests/data/FakeTracks.xml
tests/test_agnostic/test_affine.py
tests/test_agnostic/test_dtype_validation.py
tests/test_agnostic/test_metadata_schema.py
tests/test_agnostic/test_utils.py
tests/test_agnostic/test_write_arrays.py
tests/test_agnostic/test_write_dicts.py
tests/test_interops/test_ctc.py
tests/test_interops/test_trackmate_xml.py
tests/test_networkx/test_nx_basics.py
tests/test_networkx/test_nx_missing_attrs.py
tests/test_rustworkx/test_rx_basics.py
tests/test_rustworkx/test_rx_missing_attrs.py
tests/test_spatial_graph/test_sg_basics.py
tests/test_validators/test_segmentation_validators.py