.gitattributes
.gitignore
.pre-commit-config.yaml
CHANGELOG.md
LICENSE.txt
README.md
codecov.yml
environment.yml
pyproject.toml
.github/CONTRIBUTING.md
.github/ISSUE_TEMPLATE.md
.github/PULL_REQUEST_TEMPLATE.md
.github/dependabot.yml
.github/release.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/build_docs.yml
.github/workflows/release_and_publish.yml
.github/workflows/testing.yml
ci/310-latest.yaml
ci/310-no-optional.yaml
ci/310-oldest.yaml
ci/311-latest.yaml
ci/312-dev.yaml
ci/312-latest.yaml
docs/.buildinfo
docs/.nojekyll
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/installation.rst
docs/references.rst
docs/tutorials.rst
docs/_static/pysal-styles.css
docs/_static/pysal_favicon.ico
docs/_static/references.bib
docs/_static/images/ardc_logo.png
docs/_static/images/crime_counts.png
docs/_static/images/facility_location.png
docs/_static/images/mst_logo_pasta.png
docs/_static/images/net_rep.png
docs/_static/images/network_k.png
docs/_static/images/nsf_logo.png
docs/_static/images/pysal_favicon.ico
docs/_static/images/pysal_logo.png
docs/_static/images/pysal_logo.svg
docs/_static/images/pysal_nav_logo_2line.svg
docs/_static/images/spaghetti_nav_logo.svg
notebooks/caveats.ipynb
notebooks/connected-components.ipynb
notebooks/facility-location.ipynb
notebooks/network-segmentation.ipynb
notebooks/network-spatial-autocorrelation.ipynb
notebooks/network-spatial-dependence.ipynb
notebooks/network-spatial-weights.ipynb
notebooks/pointpattern-attributes.ipynb
notebooks/quickstart.ipynb
notebooks/shortest-path-visualization.ipynb
notebooks/spanning-trees.ipynb
notebooks/transportation-problem.ipynb
notebooks/tsp.ipynb
paper/paper.bib
paper/paper.md
paper/figs/spaghetti_network.png
paper/figs/spaghetti_pointpattern_moran.png
spaghetti/__init__.py
spaghetti/analysis.py
spaghetti/network.py
spaghetti/util.py
spaghetti.egg-info/PKG-INFO
spaghetti.egg-info/SOURCES.txt
spaghetti.egg-info/dependency_links.txt
spaghetti.egg-info/requires.txt
spaghetti.egg-info/top_level.txt
spaghetti/tests/__init__.py
spaghetti/tests/test_network.py