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
Raw data
{
"_id": null,
"home_page": null,
"name": "UrbanToyGraph",
"maintainer": "contributors",
"docs_url": null,
"requires_python": ">=3.13",
"maintainer_email": null,
"keywords": "street network, toy graph",
"author": null,
"author_email": "Cl\u00e9ment Sebastiao <clse@itu.dk>",
"download_url": "https://files.pythonhosted.org/packages/6d/82/96fc79245e918153c48846aa0e7d0eb0d46a9c908151534780a3e3dfec53/urbantoygraph-1.0.1.tar.gz",
"platform": null,
"description": "UrbanToyGraph is a generator of stylized street networks.\nThe goal is to have quick and easy street networks created.\nIt is built on top of `GeoPandas`_ and `networkX`_.\n\n.. _GeoPandas: http://geopandas.org\n.. _networkX : http://networkx.github.io\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Generator of stylized street networks.",
"version": "1.0.1",
"project_urls": {
"Homepage": "https://github.com/csebastiao/UrbanToyGraph"
},
"split_keywords": [
"street network",
" toy graph"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "c8ffab857a5fe85f19b453bd5c26f6dac571f40509f59d82e1e58642ecf34330",
"md5": "eb5ccfc2cc1f79499d5b6928f81805de",
"sha256": "4bad262d00197ed8815a764c751a7ed56db39bc2627197679a289d56899c3d75"
},
"downloads": -1,
"filename": "urbantoygraph-1.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "eb5ccfc2cc1f79499d5b6928f81805de",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.13",
"size": 14015,
"upload_time": "2025-07-30T15:00:36",
"upload_time_iso_8601": "2025-07-30T15:00:36.496105Z",
"url": "https://files.pythonhosted.org/packages/c8/ff/ab857a5fe85f19b453bd5c26f6dac571f40509f59d82e1e58642ecf34330/urbantoygraph-1.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6d8296fc79245e918153c48846aa0e7d0eb0d46a9c908151534780a3e3dfec53",
"md5": "d2dbde5190ce127829cc9ba271ff4748",
"sha256": "82f9f3912d857f5f0edcaa55e3c511719205f7f025bd3f868deb67560cd612f0"
},
"downloads": -1,
"filename": "urbantoygraph-1.0.1.tar.gz",
"has_sig": false,
"md5_digest": "d2dbde5190ce127829cc9ba271ff4748",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.13",
"size": 13814,
"upload_time": "2025-07-30T15:00:37",
"upload_time_iso_8601": "2025-07-30T15:00:37.722755Z",
"url": "https://files.pythonhosted.org/packages/6d/82/96fc79245e918153c48846aa0e7d0eb0d46a9c908151534780a3e3dfec53/urbantoygraph-1.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-30 15:00:37",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "csebastiao",
"github_project": "UrbanToyGraph",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "geopandas",
"specs": [
[
">=",
"1.1"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"2.3"
]
]
},
{
"name": "networkx",
"specs": [
[
">=",
"3.5"
]
]
},
{
"name": "shapely",
"specs": [
[
">=",
"2.1"
]
]
},
{
"name": "pytest",
"specs": [
[
">=",
"8.4"
]
]
},
{
"name": "pre-commit",
"specs": [
[
">=",
"4.2"
]
]
},
{
"name": "scipy",
"specs": [
[
">=",
"1.16"
]
]
},
{
"name": "matplotlib",
"specs": [
[
">=",
"3.10"
]
]
}
],
"lcname": "urbantoygraph"
}