Metadata-Version: 2.1
Name: spaghetti
Version: 1.7.4
Summary: Analysis of Network-constrained Spatial Data
Maintainer-email: "James D. Gaboardi" <jgaboardi@gmail.com>
License: BSD 3-Clause
Project-URL: Home, https://pysal.org/spaghetti/
Project-URL: Repository, https://github.com/pysal/spaghetti
Keywords: spatial statistics,networks,graphs
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.8
Description-Content-Type: text/x-rst
License-File: LICENSE.txt
Requires-Dist: esda
Requires-Dist: libpysal
Requires-Dist: numpy
Requires-Dist: pandas>=1.0
Requires-Dist: rtree
Requires-Dist: scipy>=1.0
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: ruff; extra == "dev"
Requires-Dist: pre-commit; extra == "dev"
Provides-Extra: docs
Requires-Dist: nbsphinx; extra == "docs"
Requires-Dist: numpydoc; extra == "docs"
Requires-Dist: sphinx; extra == "docs"
Requires-Dist: sphinxcontrib-bibtex; extra == "docs"
Requires-Dist: sphinx-bootstrap-theme; extra == "docs"
Provides-Extra: nb_conda
Requires-Dist: matplotlib; extra == "nb-conda"
Requires-Dist: matplotlib-scalebar; extra == "nb-conda"
Requires-Dist: pulp; extra == "nb-conda"
Requires-Dist: seaborn; extra == "nb-conda"
Requires-Dist: splot; extra == "nb-conda"
Requires-Dist: watermark; extra == "nb-conda"
Provides-Extra: nb_pypi
Requires-Dist: mip; extra == "nb-pypi"
Requires-Dist: ortools; extra == "nb-pypi"
Provides-Extra: plus
Requires-Dist: geopandas>=0.12.0; extra == "plus"
Requires-Dist: shapely>=2; extra == "plus"
Provides-Extra: tests
Requires-Dist: pytest; extra == "tests"
Requires-Dist: pytest-cov; extra == "tests"
Requires-Dist: pytest-timeout; extra == "tests"
Requires-Dist: pytest-xdist; extra == "tests"
Requires-Dist: codecov; extra == "tests"
Requires-Dist: coverage; extra == "tests"
Requires-Dist: twine; extra == "tests"
Requires-Dist: wheel; extra == "tests"

Spaghetti is an open-source Python library for the analysis of network-based
spatial data. Originating from the `network` module in `PySAL`_
(Python Spatial Analysis Library), it is under active development
for the inclusion of newly proposed methods for building
graph-theoretic networks and the analysis of network events.

.. _PySAL: http://pysal.org
