.gitignore
.pre-commit-config.yaml
Dockerfile
LICENSE
README.md
mkdocs.yml
pyproject.toml
setup.py
.github/workflows/ci.yml
.github/workflows/docs.yaml
docs/index.md
examples/basic_usage.py
examples/query_nearest_vispy.py
src/spatial_graph/__init__.py
src/spatial_graph/_dtypes.py
src/spatial_graph/_spatial_graph.py
src/spatial_graph/_util.py
src/spatial_graph/py.typed
src/spatial_graph.egg-info/PKG-INFO
src/spatial_graph.egg-info/SOURCES.txt
src/spatial_graph.egg-info/dependency_links.txt
src/spatial_graph.egg-info/requires.txt
src/spatial_graph.egg-info/scm_file_list.json
src/spatial_graph.egg-info/scm_version.json
src/spatial_graph.egg-info/top_level.txt
src/spatial_graph/_graph/__init__.py
src/spatial_graph/_graph/graph.py
src/spatial_graph/_graph/graph_base.py
src/spatial_graph/_graph/views.py
src/spatial_graph/_graph/wrapper_template.pyx
src/spatial_graph/_graph/src/LICENSE.txt
src/spatial_graph/_graph/src/graph_lite.h
src/spatial_graph/_rtree/__init__.py
src/spatial_graph/_rtree/_codegen.py
src/spatial_graph/_rtree/_naming.py
src/spatial_graph/_rtree/line_rtree.py
src/spatial_graph/_rtree/point_rtree.py
src/spatial_graph/_rtree/rtree.py
src/spatial_graph/_rtree/tree_base.py
src/spatial_graph/_rtree/wrapper_template.pyx
src/spatial_graph/_rtree/_prebuilt/__init__.py
src/spatial_graph/_rtree/src/ARCHITECTURE.md
src/spatial_graph/_rtree/src/LICENSE
src/spatial_graph/_rtree/src/config.h
src/spatial_graph/_rtree/src/rtree.c
src/spatial_graph/_rtree/src/rtree.h
tests/test_attributes.py
tests/test_bench.py
tests/test_dtype.py
tests/test_graph.py
tests/test_invalid_inputs.py
tests/test_prebuilt.py
tests/test_rtree.py
tests/test_spatial_graph.py