.gitignore
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md
dev-requirements.txt
docs-requirements.txt
pyproject.toml
setup.py
.github/workflows/package.yml
.github/workflows/test.yml
docs/Makefile
docs/make.bat
docs/source/conf.py
docs/source/getting_started.rst
docs/source/index.rst
docs/source/license.rst
docs/source/_static/connected-network.png
docs/source/_static/theme_tweaks.css
docs/source/_static/unconnected-network.png
notebooks/small-demo.geojson
notebooks/snkit-demo.ipynb
src/snkit/__init__.py
src/snkit/network.py
src/snkit/utils.py
src/snkit.egg-info/PKG-INFO
src/snkit.egg-info/SOURCES.txt
src/snkit.egg-info/dependency_links.txt
src/snkit.egg-info/not-zip-safe
src/snkit.egg-info/requires.txt
src/snkit.egg-info/top_level.txt
tests/test_init.py