.coveragerc
.gitignore
.pre-commit-config.yaml
LICENSE
README.md
pyproject.toml
setup.cfg
tox.ini
.github/workflows/build-docs.yml
.github/workflows/deploy-docs.yml
.github/workflows/test_and_deploy.yml
docs/Makefile
docs/conf.py
docs/index.md
docs/make.bat
docs/api/api.md
src/napari_graph/__init__.py
src/napari_graph/_version.py
src/napari_graph/base_graph.py
src/napari_graph/directed_graph.py
src/napari_graph/interops.py
src/napari_graph/numba.py
src/napari_graph/undirected_graph.py
src/napari_graph.egg-info/PKG-INFO
src/napari_graph.egg-info/SOURCES.txt
src/napari_graph.egg-info/dependency_links.txt
src/napari_graph.egg-info/requires.txt
src/napari_graph.egg-info/top_level.txt
src/napari_graph/_tests/test_graph.py
src/napari_graph/_tests/test_interops.py