README.md
pyproject.toml
src/simplegraph/__init__.py
src/simplegraph/cli.py
src/simplegraph/py.typed
src/simplegraph/runtime.py
src/simplegraph/algorithms/__init__.py
src/simplegraph/algorithms/components.py
src/simplegraph/algorithms/distance.py
src/simplegraph/algorithms/pagerank.py
src/simplegraph/algorithms/propagation.py
src/simplegraph/algorithms/reachability.py
src/simplegraph/core/__init__.py
src/simplegraph/core/ids.py
src/simplegraph/core/models.py
src/simplegraph/core/schema.py
src/simplegraph/core/store.py
src/simplegraph/core/traversal.py
src/simplegraph/core/validation.py
src/simplegraph/projections/__init__.py
src/simplegraph/projections/duckdb.py
src/simplegraph/projections/matrix.py
src/simplegraph/stores/__init__.py
src/simplegraph/stores/memory.py
src/simplegraph/stores/postgres.py
src/simplegraph/stores/sqlite.py
src/simplegraph_kernel.egg-info/PKG-INFO
src/simplegraph_kernel.egg-info/SOURCES.txt
src/simplegraph_kernel.egg-info/dependency_links.txt
src/simplegraph_kernel.egg-info/entry_points.txt
src/simplegraph_kernel.egg-info/requires.txt
src/simplegraph_kernel.egg-info/top_level.txt
tests/test_algorithms.py
tests/test_cli.py
tests/test_core_store.py
tests/test_docs_contract.py
tests/test_packaging.py
tests/test_projection.py
tests/test_runtime.py
tests/test_traversal.py