Metadata-Version: 2.4
Name: UrbanToyGraph
Version: 1.0.0
Summary: Generator of stylized street networks.
Author-email: Clément Sebastiao <clse@itu.dk>
Maintainer: contributors
License: MIT License
Project-URL: Homepage, https://github.com/csebastiao/UrbanToyGraph
Keywords: street network,toy graph
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: GIS
Requires-Python: >=3.13
Description-Content-Type: text/x-rst
License-File: LICENSE
Requires-Dist: geopandas>=1.1.1
Requires-Dist: numpy>=2.3.2
Requires-Dist: networkx>=3.5
Requires-Dist: shapely>=2.1.1
Requires-Dist: pytest>=8.4.1
Requires-Dist: pre-commit>=4.2.0
Requires-Dist: scipy>=1.16.0
Dynamic: license-file

UrbanToyGraph is a generator of stylized street networks.
The goal is to have quick and easy street networks created.
It is built on top of `GeoPandas`_ and `networkX`_.

.. _GeoPandas: http://geopandas.org
.. _networkX : http://networkx.github.io
