# cityseer
A `Python` package for pedestrian-scale network-based urban analysis: network analysis, landuse accessibilities and mixed uses, statistical aggregations.
[![PyPI version](https://badge.fury.io/py/cityseer.svg)](https://badge.fury.io/py/cityseer)
[![publish package](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/publish_package.yml/badge.svg)](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/publish_package.yml)
[![deploy docs](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/firebase-hosting-merge.yml/badge.svg)](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/firebase-hosting-merge.yml)
[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
- Documentation for `v1.x`: see documented code per tagged release [v1](https://github.com/benchmark-urbanism/cityseer-api/tree/v1.2.1/cityseer)
- Documentation for `v2.x`: see documented code per tagged release [v2](https://github.com/benchmark-urbanism/cityseer-api/tree/v2.0.0/cityseer)
- Documentation for `v3.x`: see documented code per tagged release [v3](https://github.com/benchmark-urbanism/cityseer-api/tree/v3.7.2)
- Documentation for `v4+`: <https://cityseer.benchmarkurbanism.com/>
Demo Notebooks: <https://benchmark-urbanism.github.io/cityseer-examples/>
Issues: <https://github.com/benchmark-urbanism/cityseer-api/issues>
Questions: <https://github.com/benchmark-urbanism/cityseer-api/discussions>
Cite as: [The cityseer Python package for pedestrian-scale network-based urban analysis](https://journals.sagepub.com/doi/full/10.1177/23998083221133827)
The `cityseer-api` `Python` package addresses a range of issues specific to computational workflows for urban analytics from an urbanist's point of view and contributes a combination of techniques to support developments in this field:
- High-resolution workflows including localised moving-window analysis with strict network-based distance thresholds; spatially precise assignment of land-use or other data points to adjacent street-fronts for improved contextual sensitivity; dynamic aggregation workflows which aggregate and compute distances on-the-fly from any selected point on the network to any accessible land-use or data point within a selected distance threshold; facilitation of workflows eschewing intervening steps of aggregation and associated issues such as ecological correlations; and the optional use of network decomposition to increase the resolution of the analysis.
- Localised computation of network centralities using either shortest or simplest path heuristics on either primal or dual graphs, including tailored methods such as harmonic closeness centrality (which behaves more suitably than traditional variants of closeness), and segmented versions of centrality (which convert centrality methods from a discretised to an explicitly continuous form). For more information, see [_"Network centrality measures and their correlation to mixed-uses at the pedestrian-scale"_](https://arxiv.org/abs/2106.14040).
- Land-use accessibilities and mixed-use calculations incorporate dynamic and directional aggregation workflows with the optional use of spatial-impedance-weighted forms. These can likewise be applied with either shortest or simplest path heuristics and on either primal or dual graphs. For more information, see [_"The application of mixed-use measures at the pedestrian-scale"_](https://arxiv.org/abs/2106.14048).
- Network centralities dovetailed with land-use accessibilities, mixed-uses, and general statistical aggregations from the same points of analysis to generate multi-scalar and multi-variable datasets facilitating downstream data science and machine learning workflows. For examples, see [_"Untangling urban data signatures: unsupervised machine learning methods for the detection of urban archetypes at the pedestrian scale"_](https://arxiv.org/abs/2106.15363) and [_"Prediction of 'artificial' urban archetypes at the pedestrian-scale through a synthesis of domain expertise with machine learning methods"_](https://arxiv.org/abs/2106.15364).
- The inclusion of graph cleaning methods reduce topological distortions for higher quality network analysis and aggregation workflows while accommodating workflows bridging the wider `NumPy` ecosystem of scientific and geospatial packages. See the [Graph Cleaning Guide](https://cityseer.benchmarkurbanism.com/guide#graph-cleaning).
- Underlying loop-intensive algorithms are implemented in `rust`, allowing these methods to be applied to large and, optionally, decomposed graphs, which have substantial computational demands.
## Development
`brew install pdm rust rust-analyzer rustfmt`
`pdm install`
Raw data
{
"_id": null,
"home_page": null,
"name": "cityseer",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.14,>=3.10",
"maintainer_email": "Gareth Simons <info@benchmarkurbanism.com>",
"keywords": "network-topology, numpy, architecture, openstreetmap, urban-planning, python3, networkx, networks, spatial-analysis, geographical-information-system, spatial-data, morphometrics, network-analysis, momepy, spatial-data-analysis, centrality, shapely, landuse, osmnx, network-centralities",
"author": null,
"author_email": "Gareth Simons <info@benchmarkurbanism.com>",
"download_url": "https://files.pythonhosted.org/packages/53/2f/84419a09514b2601ee001874b2b4441ec877deef88f6ec53ac3ea2ff98d1/cityseer-4.17.3.tar.gz",
"platform": null,
"description": "# cityseer\n\nA `Python` package for pedestrian-scale network-based urban analysis: network analysis, landuse accessibilities and mixed uses, statistical aggregations.\n\n[![PyPI version](https://badge.fury.io/py/cityseer.svg)](https://badge.fury.io/py/cityseer)\n\n[![publish package](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/publish_package.yml/badge.svg)](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/publish_package.yml)\n\n[![deploy docs](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/firebase-hosting-merge.yml/badge.svg)](https://github.com/benchmark-urbanism/cityseer-api/actions/workflows/firebase-hosting-merge.yml)\n\n[![pdm-managed](https://img.shields.io/badge/pdm-managed-blueviolet)](https://pdm.fming.dev)\n\n[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)\n\n- Documentation for `v1.x`: see documented code per tagged release [v1](https://github.com/benchmark-urbanism/cityseer-api/tree/v1.2.1/cityseer)\n- Documentation for `v2.x`: see documented code per tagged release [v2](https://github.com/benchmark-urbanism/cityseer-api/tree/v2.0.0/cityseer)\n- Documentation for `v3.x`: see documented code per tagged release [v3](https://github.com/benchmark-urbanism/cityseer-api/tree/v3.7.2)\n- Documentation for `v4+`: <https://cityseer.benchmarkurbanism.com/>\n\nDemo Notebooks: <https://benchmark-urbanism.github.io/cityseer-examples/>\n\nIssues: <https://github.com/benchmark-urbanism/cityseer-api/issues>\n\nQuestions: <https://github.com/benchmark-urbanism/cityseer-api/discussions>\n\nCite as: [The cityseer Python package for pedestrian-scale network-based urban analysis](https://journals.sagepub.com/doi/full/10.1177/23998083221133827)\n\nThe `cityseer-api` `Python` package addresses a range of issues specific to computational workflows for urban analytics from an urbanist's point of view and contributes a combination of techniques to support developments in this field:\n\n- High-resolution workflows including localised moving-window analysis with strict network-based distance thresholds; spatially precise assignment of land-use or other data points to adjacent street-fronts for improved contextual sensitivity; dynamic aggregation workflows which aggregate and compute distances on-the-fly from any selected point on the network to any accessible land-use or data point within a selected distance threshold; facilitation of workflows eschewing intervening steps of aggregation and associated issues such as ecological correlations; and the optional use of network decomposition to increase the resolution of the analysis.\n- Localised computation of network centralities using either shortest or simplest path heuristics on either primal or dual graphs, including tailored methods such as harmonic closeness centrality (which behaves more suitably than traditional variants of closeness), and segmented versions of centrality (which convert centrality methods from a discretised to an explicitly continuous form). For more information, see [_\"Network centrality measures and their correlation to mixed-uses at the pedestrian-scale\"_](https://arxiv.org/abs/2106.14040).\n- Land-use accessibilities and mixed-use calculations incorporate dynamic and directional aggregation workflows with the optional use of spatial-impedance-weighted forms. These can likewise be applied with either shortest or simplest path heuristics and on either primal or dual graphs. For more information, see [_\"The application of mixed-use measures at the pedestrian-scale\"_](https://arxiv.org/abs/2106.14048).\n- Network centralities dovetailed with land-use accessibilities, mixed-uses, and general statistical aggregations from the same points of analysis to generate multi-scalar and multi-variable datasets facilitating downstream data science and machine learning workflows. For examples, see [_\"Untangling urban data signatures: unsupervised machine learning methods for the detection of urban archetypes at the pedestrian scale\"_](https://arxiv.org/abs/2106.15363) and [_\"Prediction of 'artificial' urban archetypes at the pedestrian-scale through a synthesis of domain expertise with machine learning methods\"_](https://arxiv.org/abs/2106.15364).\n- The inclusion of graph cleaning methods reduce topological distortions for higher quality network analysis and aggregation workflows while accommodating workflows bridging the wider `NumPy` ecosystem of scientific and geospatial packages. See the [Graph Cleaning Guide](https://cityseer.benchmarkurbanism.com/guide#graph-cleaning).\n- Underlying loop-intensive algorithms are implemented in `rust`, allowing these methods to be applied to large and, optionally, decomposed graphs, which have substantial computational demands.\n\n## Development\n\n`brew install pdm rust rust-analyzer rustfmt`\n`pdm install`\n\n",
"bugtrack_url": null,
"license": "AGPL-3.0",
"summary": "Computational tools for network-based pedestrian-scale urban analysis",
"version": "4.17.3",
"project_urls": {
"documentation": "https://cityseer.benchmarkurbanism.com/",
"homepage": "https://cityseer.benchmarkurbanism.com/",
"repository": "https://github.com/benchmark-urbanism/cityseer-api"
},
"split_keywords": [
"network-topology",
" numpy",
" architecture",
" openstreetmap",
" urban-planning",
" python3",
" networkx",
" networks",
" spatial-analysis",
" geographical-information-system",
" spatial-data",
" morphometrics",
" network-analysis",
" momepy",
" spatial-data-analysis",
" centrality",
" shapely",
" landuse",
" osmnx",
" network-centralities"
],
"urls": [
{
"comment_text": null,
"digests": {
"blake2b_256": "991e3c2af8541efc9c95cb73b74c7e0acb953ed22a2525d3ea60b5610f8b1878",
"md5": "4f9bc802fe13d5062a4c3416433cb2e4",
"sha256": "df7dc74ed88b44b7eeac8c6102c3bb8688df814f03b96b6446ffb4f809659148"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "4f9bc802fe13d5062a4c3416433cb2e4",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 627370,
"upload_time": "2024-12-12T15:07:29",
"upload_time_iso_8601": "2024-12-12T15:07:29.922795Z",
"url": "https://files.pythonhosted.org/packages/99/1e/3c2af8541efc9c95cb73b74c7e0acb953ed22a2525d3ea60b5610f8b1878/cityseer-4.17.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2d2c58fe1ec15be11c0dde617e9237db6d41d8c4219617130a5d4403d8ce33c1",
"md5": "fd0a4337b44e7949071b55a2fce6baec",
"sha256": "e0df86a9cc53367994bfd7e9d23599ae78c8e39be2021898fa564781b40d3217"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "fd0a4337b44e7949071b55a2fce6baec",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 628060,
"upload_time": "2024-12-12T15:07:45",
"upload_time_iso_8601": "2024-12-12T15:07:45.016145Z",
"url": "https://files.pythonhosted.org/packages/2d/2c/58fe1ec15be11c0dde617e9237db6d41d8c4219617130a5d4403d8ce33c1/cityseer-4.17.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b4d7536feaa692bfcb1693d2bd09af33fc065d3dfa33e5459364e1497597913f",
"md5": "5f99f9c26a39fabcd5ecff67aa4b799b",
"sha256": "f635827b80ff9262b6387dfa7a856d12acd17997f84afcc7be1b46db73db1e7e"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "5f99f9c26a39fabcd5ecff67aa4b799b",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 668970,
"upload_time": "2024-12-12T15:08:29",
"upload_time_iso_8601": "2024-12-12T15:08:29.173638Z",
"url": "https://files.pythonhosted.org/packages/b4/d7/536feaa692bfcb1693d2bd09af33fc065d3dfa33e5459364e1497597913f/cityseer-4.17.3-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9677e1e8ff21be454667f8c42d8c7f13b9061601bcae6762a663db6cc455acfc",
"md5": "e1c9de85fc015879af0a820d51ecbb25",
"sha256": "5f22b721b1163519f4d5000f6fda6965ff01eee88f9c0cf53698f88a411f1c99"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "e1c9de85fc015879af0a820d51ecbb25",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 700408,
"upload_time": "2024-12-12T15:08:02",
"upload_time_iso_8601": "2024-12-12T15:08:02.034592Z",
"url": "https://files.pythonhosted.org/packages/96/77/e1e8ff21be454667f8c42d8c7f13b9061601bcae6762a663db6cc455acfc/cityseer-4.17.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "911071e4e46505a0e65fddd832414bceefdd06e12521c0e2cbc63d34890dbbe7",
"md5": "ff0ea3a3e90afb9a819e70034f8556a5",
"sha256": "af44de3081b1161e24d0b706303c36c553a114da76c8dcc402884b6c5bd40931"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "ff0ea3a3e90afb9a819e70034f8556a5",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 740768,
"upload_time": "2024-12-12T15:08:18",
"upload_time_iso_8601": "2024-12-12T15:08:18.660258Z",
"url": "https://files.pythonhosted.org/packages/91/10/71e4e46505a0e65fddd832414bceefdd06e12521c0e2cbc63d34890dbbe7/cityseer-4.17.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "640b7a4ead9dda0a44eaf512167bccc47b382e4db46c2b404234ce6a88dec744",
"md5": "f9d5c796f3c29b9e191106cf20909dd6",
"sha256": "8e69db87d7676399ab493476329e9dfa19c46c9160be0377e90853b48f3a8ef6"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "f9d5c796f3c29b9e191106cf20909dd6",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 641501,
"upload_time": "2024-12-12T15:08:40",
"upload_time_iso_8601": "2024-12-12T15:08:40.598727Z",
"url": "https://files.pythonhosted.org/packages/64/0b/7a4ead9dda0a44eaf512167bccc47b382e4db46c2b404234ce6a88dec744/cityseer-4.17.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f26ec3883fd1601679d6b961bae6b9321788721013c45935199e0f3de827a6e5",
"md5": "b317b04c34f6a570da4d05d835ad3079",
"sha256": "012bf2c72eb5a212f3bbe0ee27df4d9bc715024b7fdcda24d49c772e8d051838"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "b317b04c34f6a570da4d05d835ad3079",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 803142,
"upload_time": "2024-12-12T15:09:03",
"upload_time_iso_8601": "2024-12-12T15:09:03.624086Z",
"url": "https://files.pythonhosted.org/packages/f2/6e/c3883fd1601679d6b961bae6b9321788721013c45935199e0f3de827a6e5/cityseer-4.17.3-cp310-cp310-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "208a011c2817d83544b5dcc0d12c4cef394c5b3ed9411918ce490d4fe80626d2",
"md5": "f4481139f38c7cdeffc24fd41d6ceb42",
"sha256": "149b28feb71c09c1f18430e24e4d594c30434897e254f0ac8d4feeea0daf8ec9"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "f4481139f38c7cdeffc24fd41d6ceb42",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 890416,
"upload_time": "2024-12-12T15:09:17",
"upload_time_iso_8601": "2024-12-12T15:09:17.337727Z",
"url": "https://files.pythonhosted.org/packages/20/8a/011c2817d83544b5dcc0d12c4cef394c5b3ed9411918ce490d4fe80626d2/cityseer-4.17.3-cp310-cp310-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "c259b0e28e57b533e9f1983a8fa2833bb9412d7b021bd40f0a283b72f37401d7",
"md5": "9871ff479525a680ecf7eb435a5803d2",
"sha256": "1c44eaa2e10da5a9c1b0300da503bcba4a891c4a8d6e41b61f09851aaf172afd"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "9871ff479525a680ecf7eb435a5803d2",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 832597,
"upload_time": "2024-12-12T15:09:34",
"upload_time_iso_8601": "2024-12-12T15:09:34.477142Z",
"url": "https://files.pythonhosted.org/packages/c2/59/b0e28e57b533e9f1983a8fa2833bb9412d7b021bd40f0a283b72f37401d7/cityseer-4.17.3-cp310-cp310-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "70ba1877f60112dadf5e4501a3e1b86a9be7b478a0d37ddb570d839d100df827",
"md5": "7cf825d34416ea1e83dd4534ef193408",
"sha256": "8ce61256ecba3bcc7d8ecdd9c8997ba2ca99d1e3def0b91d0753fbcff2ec3efa"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "7cf825d34416ea1e83dd4534ef193408",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 811031,
"upload_time": "2024-12-12T15:09:52",
"upload_time_iso_8601": "2024-12-12T15:09:52.105211Z",
"url": "https://files.pythonhosted.org/packages/70/ba/1877f60112dadf5e4501a3e1b86a9be7b478a0d37ddb570d839d100df827/cityseer-4.17.3-cp310-cp310-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "18bed0caaaa6ce8152fb6b44e06979fc2d43fda537b2674764954aa4a726b183",
"md5": "0d129c90d938faf06bce9f519f36fcbe",
"sha256": "a996d5ac59050608e996f33796e56b91ed145912e3db25ab5b70dcf74558151b"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-win32.whl",
"has_sig": false,
"md5_digest": "0d129c90d938faf06bce9f519f36fcbe",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 418376,
"upload_time": "2024-12-12T15:10:14",
"upload_time_iso_8601": "2024-12-12T15:10:14.424346Z",
"url": "https://files.pythonhosted.org/packages/18/be/d0caaaa6ce8152fb6b44e06979fc2d43fda537b2674764954aa4a726b183/cityseer-4.17.3-cp310-cp310-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e38624aed4a7ddd7d1b51f69d397e37b041b04d44b00ba808c8c96392e1fa1b9",
"md5": "efe57a9c567f1e0d9025dcc1c9ca42ac",
"sha256": "4a4da024de3ae11436f0e1452a9c640023bacf62c78c0ce2ff6beb3903688ce4"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp310-cp310-win_amd64.whl",
"has_sig": false,
"md5_digest": "efe57a9c567f1e0d9025dcc1c9ca42ac",
"packagetype": "bdist_wheel",
"python_version": "cp310",
"requires_python": "<3.14,>=3.10",
"size": 460487,
"upload_time": "2024-12-12T15:10:08",
"upload_time_iso_8601": "2024-12-12T15:10:08.143809Z",
"url": "https://files.pythonhosted.org/packages/e3/86/24aed4a7ddd7d1b51f69d397e37b041b04d44b00ba808c8c96392e1fa1b9/cityseer-4.17.3-cp310-cp310-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "812e489edf5f3728bb718e61ddfcde56bd5e241c137b0b15cb587190506087cb",
"md5": "185d68c0b896758bcf27e817f5e8eb8d",
"sha256": "ff83d3e492cbcf44929225b8fcdc6942eba4ce5db0d7eb545f027841f9a3d5c1"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "185d68c0b896758bcf27e817f5e8eb8d",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 586694,
"upload_time": "2024-12-12T15:08:55",
"upload_time_iso_8601": "2024-12-12T15:08:55.706810Z",
"url": "https://files.pythonhosted.org/packages/81/2e/489edf5f3728bb718e61ddfcde56bd5e241c137b0b15cb587190506087cb/cityseer-4.17.3-cp311-cp311-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "92f50e06b728ca20e34d6cd7da71d89c65db285efbbbac9e94621819226d0214",
"md5": "3cd3abcd2336678eb9346a17ca7db5e5",
"sha256": "ed78bce4fdf719526bdf723653a5357fc3d4e806f3d88e4d2356b8342f3d26c9"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "3cd3abcd2336678eb9346a17ca7db5e5",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 561707,
"upload_time": "2024-12-12T15:08:50",
"upload_time_iso_8601": "2024-12-12T15:08:50.276313Z",
"url": "https://files.pythonhosted.org/packages/92/f5/0e06b728ca20e34d6cd7da71d89c65db285efbbbac9e94621819226d0214/cityseer-4.17.3-cp311-cp311-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d22ae73ef2b279f303e0ab1c8926d3ef0e839612ade1379d91e595b639bc5eae",
"md5": "9be7daab8b09d4968fc7660496c231c1",
"sha256": "139edd0e2f90dfbe15cd1b485a6f0ace11ca7538838371123b560456d5b4e6ee"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "9be7daab8b09d4968fc7660496c231c1",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 627370,
"upload_time": "2024-12-12T15:07:32",
"upload_time_iso_8601": "2024-12-12T15:07:32.190009Z",
"url": "https://files.pythonhosted.org/packages/d2/2a/e73ef2b279f303e0ab1c8926d3ef0e839612ade1379d91e595b639bc5eae/cityseer-4.17.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "8b4a7c52958a6af3eacfc6bf54c9d0e93e508f8f604c905d559ac73a521e345b",
"md5": "5c72d7cb2142a2f46598d8ccb322f8fe",
"sha256": "bcffdb1be5c3b3e78c225054c2be66f27f680118c370f8b7dbd0a8a9ba01d009"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "5c72d7cb2142a2f46598d8ccb322f8fe",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 628061,
"upload_time": "2024-12-12T15:07:47",
"upload_time_iso_8601": "2024-12-12T15:07:47.916382Z",
"url": "https://files.pythonhosted.org/packages/8b/4a/7c52958a6af3eacfc6bf54c9d0e93e508f8f604c905d559ac73a521e345b/cityseer-4.17.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a64a3c16fd0f42ebca59aceb7ce953aeb615b7074986913a90ee10bd33f61cf1",
"md5": "77ba562f85b60b475492c406f44b9d76",
"sha256": "a8ba64fbdf3448656361918a62615cc0c92650f223f1a0606d01739195692e98"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "77ba562f85b60b475492c406f44b9d76",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 668967,
"upload_time": "2024-12-12T15:08:30",
"upload_time_iso_8601": "2024-12-12T15:08:30.979859Z",
"url": "https://files.pythonhosted.org/packages/a6/4a/3c16fd0f42ebca59aceb7ce953aeb615b7074986913a90ee10bd33f61cf1/cityseer-4.17.3-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "314138d02112cc41d6100897be4aae52d84d52a06fbf968d111d79d08766576b",
"md5": "7fb472923d4fc7bfa6126115b6739abf",
"sha256": "c64e2ec949b3af525345e27ec3548bbb3858fd876fd44c47287d8048823b22f5"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "7fb472923d4fc7bfa6126115b6739abf",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 700409,
"upload_time": "2024-12-12T15:08:05",
"upload_time_iso_8601": "2024-12-12T15:08:05.109201Z",
"url": "https://files.pythonhosted.org/packages/31/41/38d02112cc41d6100897be4aae52d84d52a06fbf968d111d79d08766576b/cityseer-4.17.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b1dd35f7e942119bbf83354b623d25412f8d20dea1d36ca16f7e67c2eb965fe4",
"md5": "b15e5d68cbfabe3ad5ac6fcfa9661484",
"sha256": "3fff221af80ff482d45d3dff5947a409649545771a5a9fda86d6073937902637"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "b15e5d68cbfabe3ad5ac6fcfa9661484",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 740768,
"upload_time": "2024-12-12T15:08:20",
"upload_time_iso_8601": "2024-12-12T15:08:20.647669Z",
"url": "https://files.pythonhosted.org/packages/b1/dd/35f7e942119bbf83354b623d25412f8d20dea1d36ca16f7e67c2eb965fe4/cityseer-4.17.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "31381a51237371d381ad98b6b32b663613b7d0fa9f3d879bf62ba3f1c3b8f22f",
"md5": "dfd68aacbd5cbad7b5e684561bc19068",
"sha256": "b4389374e930c726b096ac0a40085f69fcc94e8e4daf5f1bbe10492ab768cbce"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "dfd68aacbd5cbad7b5e684561bc19068",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 641500,
"upload_time": "2024-12-12T15:08:42",
"upload_time_iso_8601": "2024-12-12T15:08:42.551208Z",
"url": "https://files.pythonhosted.org/packages/31/38/1a51237371d381ad98b6b32b663613b7d0fa9f3d879bf62ba3f1c3b8f22f/cityseer-4.17.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0ac36095afa691c1bda69ee787fe2178ea6b558203bf0399460df796c091579c",
"md5": "2d1d70145d986468c948317505922a3c",
"sha256": "aca27d1234dda9a4d17e59de2c2e347713e6d5f386452bf59d1f85de774e033f"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "2d1d70145d986468c948317505922a3c",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 803145,
"upload_time": "2024-12-12T15:09:05",
"upload_time_iso_8601": "2024-12-12T15:09:05.520761Z",
"url": "https://files.pythonhosted.org/packages/0a/c3/6095afa691c1bda69ee787fe2178ea6b558203bf0399460df796c091579c/cityseer-4.17.3-cp311-cp311-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d6eb9a195574628f5ebdfd0ad4174370d92e733a0b5d9324ad5f908340fdae8e",
"md5": "4134f4a34e9244c15134f5e6ac0e1e62",
"sha256": "8c7653b2bebbe080b267ebf618321f479d434939e482875d5901440eba000d7c"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "4134f4a34e9244c15134f5e6ac0e1e62",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 890418,
"upload_time": "2024-12-12T15:09:20",
"upload_time_iso_8601": "2024-12-12T15:09:20.314943Z",
"url": "https://files.pythonhosted.org/packages/d6/eb/9a195574628f5ebdfd0ad4174370d92e733a0b5d9324ad5f908340fdae8e/cityseer-4.17.3-cp311-cp311-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "26e6520d68b403a4dff7c8f4be28e6aa24fe6803046ca221222670475eadb1f3",
"md5": "ebaf9264d2c7137dbb598d23571fecc2",
"sha256": "af7c215d12075f607f80328260987c679b73487ef20488d9de4a1ddbe5106e0c"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "ebaf9264d2c7137dbb598d23571fecc2",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 832600,
"upload_time": "2024-12-12T15:09:37",
"upload_time_iso_8601": "2024-12-12T15:09:37.570820Z",
"url": "https://files.pythonhosted.org/packages/26/e6/520d68b403a4dff7c8f4be28e6aa24fe6803046ca221222670475eadb1f3/cityseer-4.17.3-cp311-cp311-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e28b32c0089b9e3d186fcdb696f16728b1700c252e97a2b5e11886c01a6d6d0e",
"md5": "1e15312ce36b29019ce90dd736d8dc32",
"sha256": "92c27e95f19efd0a52e2bd8579b55ead21c35051a60109fae1dd589017e83efb"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "1e15312ce36b29019ce90dd736d8dc32",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 811035,
"upload_time": "2024-12-12T15:09:54",
"upload_time_iso_8601": "2024-12-12T15:09:54.136580Z",
"url": "https://files.pythonhosted.org/packages/e2/8b/32c0089b9e3d186fcdb696f16728b1700c252e97a2b5e11886c01a6d6d0e/cityseer-4.17.3-cp311-cp311-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4fc6cf753cbae6a04228c528fd59a3560ed25d63e5726bc2db67cb464d0941a6",
"md5": "f109362b63dae8559542cd5cb4735431",
"sha256": "47a6ebb5777727cfd22a7cf981fd11ca9599cb3077af0d993eaebab5ff037bd7"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-win32.whl",
"has_sig": false,
"md5_digest": "f109362b63dae8559542cd5cb4735431",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 418379,
"upload_time": "2024-12-12T15:10:16",
"upload_time_iso_8601": "2024-12-12T15:10:16.305326Z",
"url": "https://files.pythonhosted.org/packages/4f/c6/cf753cbae6a04228c528fd59a3560ed25d63e5726bc2db67cb464d0941a6/cityseer-4.17.3-cp311-cp311-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "7ef72b0676635773e662d12effabfaedc1d171c10986efb0df9884105ae82e14",
"md5": "f134c1a1ac285df0317f0ee1511b9252",
"sha256": "8dfd6b1a0c4d571898cc60e28fd4cf6907a05bbec798147181a0310ab8c53409"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp311-cp311-win_amd64.whl",
"has_sig": false,
"md5_digest": "f134c1a1ac285df0317f0ee1511b9252",
"packagetype": "bdist_wheel",
"python_version": "cp311",
"requires_python": "<3.14,>=3.10",
"size": 460487,
"upload_time": "2024-12-12T15:10:10",
"upload_time_iso_8601": "2024-12-12T15:10:10.278645Z",
"url": "https://files.pythonhosted.org/packages/7e/f7/2b0676635773e662d12effabfaedc1d171c10986efb0df9884105ae82e14/cityseer-4.17.3-cp311-cp311-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9c82d388e0589b579a15ecb7e8b539acbac258ac1e54496ec0f15750b11364ca",
"md5": "5ccc107d62f6f851529e5314ef497ec6",
"sha256": "1b8fc599b8840b493efa2fd6f739f7b4da4342d95ab2e6a9699fb9db8e0566c4"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "5ccc107d62f6f851529e5314ef497ec6",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 586719,
"upload_time": "2024-12-12T15:08:58",
"upload_time_iso_8601": "2024-12-12T15:08:58.065125Z",
"url": "https://files.pythonhosted.org/packages/9c/82/d388e0589b579a15ecb7e8b539acbac258ac1e54496ec0f15750b11364ca/cityseer-4.17.3-cp312-cp312-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d35cb234b2ad65fe8df28b3f95d611c77c00de531f17d159e472bf5e552e3654",
"md5": "856413063f5f1a7798a11eb0cd45e800",
"sha256": "30634da7369582ca50e881dbda32c7337416ff3b9cc71bfd4839c0212bf15146"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "856413063f5f1a7798a11eb0cd45e800",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 561666,
"upload_time": "2024-12-12T15:08:52",
"upload_time_iso_8601": "2024-12-12T15:08:52.152677Z",
"url": "https://files.pythonhosted.org/packages/d3/5c/b234b2ad65fe8df28b3f95d611c77c00de531f17d159e472bf5e552e3654/cityseer-4.17.3-cp312-cp312-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f79fb61dfb43dd37fc7fec2e9a13a3a58c5f3163c6962af9350972afc9d079fe",
"md5": "22555ce51857e0270107587117837669",
"sha256": "d8470f6ddc9693801abd95235dd459ca85725eee38a46fee7e9f6766a9369b74"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "22555ce51857e0270107587117837669",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 627361,
"upload_time": "2024-12-12T15:07:35",
"upload_time_iso_8601": "2024-12-12T15:07:35.222859Z",
"url": "https://files.pythonhosted.org/packages/f7/9f/b61dfb43dd37fc7fec2e9a13a3a58c5f3163c6962af9350972afc9d079fe/cityseer-4.17.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "decc7edc86a8da58670fe62bbff118c95d86d8c510203e8b1dd4b645aa4801c3",
"md5": "ee67f237688089d274e66afee82a4145",
"sha256": "40b18ce19700147b3917d6731ea261c5b2dc2add7c0e3f2b968813442a6135bc"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "ee67f237688089d274e66afee82a4145",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 627363,
"upload_time": "2024-12-12T15:07:50",
"upload_time_iso_8601": "2024-12-12T15:07:50.822616Z",
"url": "https://files.pythonhosted.org/packages/de/cc/7edc86a8da58670fe62bbff118c95d86d8c510203e8b1dd4b645aa4801c3/cityseer-4.17.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eae6f1d5ca18f06653b7095c631da598458fe5e36c17c5474e5239fc897c1e39",
"md5": "b9035daeef1b48235dca4f8efaf27741",
"sha256": "2c5dae353e21bf1aaabb35100c9f4d74cd1411846fcbe2bffaa6e0ce0c90b1e2"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "b9035daeef1b48235dca4f8efaf27741",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 668630,
"upload_time": "2024-12-12T15:08:32",
"upload_time_iso_8601": "2024-12-12T15:08:32.785975Z",
"url": "https://files.pythonhosted.org/packages/ea/e6/f1d5ca18f06653b7095c631da598458fe5e36c17c5474e5239fc897c1e39/cityseer-4.17.3-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5f301f3e28a59e8980a4ca6cb38f44b534ce0a53d7b7d789e22f2097321eeb05",
"md5": "8f1cc695cdac5a587802f651739b4e0e",
"sha256": "e28610df264cb64fcce07e21288a180d6efafb56af670de7e8b4d4cde1a6451f"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "8f1cc695cdac5a587802f651739b4e0e",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 700497,
"upload_time": "2024-12-12T15:08:09",
"upload_time_iso_8601": "2024-12-12T15:08:09.320220Z",
"url": "https://files.pythonhosted.org/packages/5f/30/1f3e28a59e8980a4ca6cb38f44b534ce0a53d7b7d789e22f2097321eeb05/cityseer-4.17.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "5d7fbd301366e91cd20a1e7f92730ea6753403f7b8b1d961e78aa3458d5fb31f",
"md5": "e76a4bdc5a33a90024c1e1469b8a5ea8",
"sha256": "9134649a3497ebdc64b7c03fcbad638f54dd861cabbf13ee938d26dfba5f2c9a"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "e76a4bdc5a33a90024c1e1469b8a5ea8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 740829,
"upload_time": "2024-12-12T15:08:22",
"upload_time_iso_8601": "2024-12-12T15:08:22.196173Z",
"url": "https://files.pythonhosted.org/packages/5d/7f/bd301366e91cd20a1e7f92730ea6753403f7b8b1d961e78aa3458d5fb31f/cityseer-4.17.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3e82b9fac0de069de3691d9042147676a64d9ffad10c3fa857257a656990a0c5",
"md5": "3ddeb5784c5e3d57bf17755eb8bfa410",
"sha256": "cc93e21fb22a69933221f82a8a18ccf549349ebebb948934a9382f5615852ee8"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "3ddeb5784c5e3d57bf17755eb8bfa410",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 641213,
"upload_time": "2024-12-12T15:08:44",
"upload_time_iso_8601": "2024-12-12T15:08:44.495827Z",
"url": "https://files.pythonhosted.org/packages/3e/82/b9fac0de069de3691d9042147676a64d9ffad10c3fa857257a656990a0c5/cityseer-4.17.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "f33d5e7b0967efc9b5e9b43933e074e6f96b14c8f60e7994d6561216050371d5",
"md5": "ee229fdf88c84a0f8dc2aeac472ab4a8",
"sha256": "8f68ce17af3bd5fe4618a59ee02ce33ec030826f5b3372a98eeee51c091d3464"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "ee229fdf88c84a0f8dc2aeac472ab4a8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 803208,
"upload_time": "2024-12-12T15:09:07",
"upload_time_iso_8601": "2024-12-12T15:09:07.290740Z",
"url": "https://files.pythonhosted.org/packages/f3/3d/5e7b0967efc9b5e9b43933e074e6f96b14c8f60e7994d6561216050371d5/cityseer-4.17.3-cp312-cp312-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eedcc5ea79fbc26baa1032d6399ac235b55ec875011e2ad9a8a6588e39c2557d",
"md5": "eb7b700c2885e9aba91fa52c0e3b950b",
"sha256": "b8fa604d134dfee560a313e3118e4878bb4ea32dfa469327de6bb76cb5ddf222"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "eb7b700c2885e9aba91fa52c0e3b950b",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 889790,
"upload_time": "2024-12-12T15:09:22",
"upload_time_iso_8601": "2024-12-12T15:09:22.227828Z",
"url": "https://files.pythonhosted.org/packages/ee/dc/c5ea79fbc26baa1032d6399ac235b55ec875011e2ad9a8a6588e39c2557d/cityseer-4.17.3-cp312-cp312-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "eb9a483326f61f21b8a3c32757929717c1ef55bd1fa6b56dbc4533e5afa19716",
"md5": "a630e89341d3174b26b655b346ce0616",
"sha256": "56dbf91c43a570a4c0208eae196276cb93aa01552f5140c9accf5030ead6a609"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "a630e89341d3174b26b655b346ce0616",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 832150,
"upload_time": "2024-12-12T15:09:40",
"upload_time_iso_8601": "2024-12-12T15:09:40.500654Z",
"url": "https://files.pythonhosted.org/packages/eb/9a/483326f61f21b8a3c32757929717c1ef55bd1fa6b56dbc4533e5afa19716/cityseer-4.17.3-cp312-cp312-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "00ec4d02793dc782a685d024e407b707b6b2b656ebfba655130e19ef86f5c19d",
"md5": "2476556e858b44aece82f234152d4a44",
"sha256": "358a02dc99bda876c1600d3d7e9e3f6e061b5d1cf20ea7fe4d77ae6262369199"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "2476556e858b44aece82f234152d4a44",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 810921,
"upload_time": "2024-12-12T15:09:56",
"upload_time_iso_8601": "2024-12-12T15:09:56.341139Z",
"url": "https://files.pythonhosted.org/packages/00/ec/4d02793dc782a685d024e407b707b6b2b656ebfba655130e19ef86f5c19d/cityseer-4.17.3-cp312-cp312-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "12855fd1f4c135b31e1db48c850272c612debf3b727f6f7ae44d22f46e7256b6",
"md5": "fdff3c2fb4e5dc2f24694a78516de2a8",
"sha256": "24402f3b2a17051b05ea62d2e33ed6e6b8c3049f6b5d97eac85225407118215d"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-win32.whl",
"has_sig": false,
"md5_digest": "fdff3c2fb4e5dc2f24694a78516de2a8",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 418470,
"upload_time": "2024-12-12T15:10:20",
"upload_time_iso_8601": "2024-12-12T15:10:20.414481Z",
"url": "https://files.pythonhosted.org/packages/12/85/5fd1f4c135b31e1db48c850272c612debf3b727f6f7ae44d22f46e7256b6/cityseer-4.17.3-cp312-cp312-win32.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "da9cbf6f58f3ad207c20c47e44fdba2ba80b10104f7fdd11748e44b83a2254f7",
"md5": "5398183639b51f571851d1e07ec91bb3",
"sha256": "790066d7efd875f9e06ad9e3d0a41d91249103954362810fb559e1c45fc78c09"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp312-cp312-win_amd64.whl",
"has_sig": false,
"md5_digest": "5398183639b51f571851d1e07ec91bb3",
"packagetype": "bdist_wheel",
"python_version": "cp312",
"requires_python": "<3.14,>=3.10",
"size": 460674,
"upload_time": "2024-12-12T15:10:12",
"upload_time_iso_8601": "2024-12-12T15:10:12.399250Z",
"url": "https://files.pythonhosted.org/packages/da/9c/bf6f58f3ad207c20c47e44fdba2ba80b10104f7fdd11748e44b83a2254f7/cityseer-4.17.3-cp312-cp312-win_amd64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4801f7f0d1075065d134c43710a528b42a2fc7769e60ae46923efdfd8ce1ef51",
"md5": "bbeb1fdef1eeaafc9723f717346cf6a4",
"sha256": "631ed30d63c0aaa52ee494e0c63516bde7039d7c7e10fc16e3009bd9965575f1"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-macosx_10_12_x86_64.whl",
"has_sig": false,
"md5_digest": "bbeb1fdef1eeaafc9723f717346cf6a4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 586720,
"upload_time": "2024-12-12T15:09:01",
"upload_time_iso_8601": "2024-12-12T15:09:01.209841Z",
"url": "https://files.pythonhosted.org/packages/48/01/f7f0d1075065d134c43710a528b42a2fc7769e60ae46923efdfd8ce1ef51/cityseer-4.17.3-cp313-cp313-macosx_10_12_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "9bf9798546c9ec733ebdb1d201667da5e9059c7663621cece061e4d8f8a1ee28",
"md5": "15bc291a0b49b1b0bcd6ae6097ccd6cf",
"sha256": "56aaaf812724eb06a01a2dee9415b5697581dca00d5bc4c09a6740d988b211ec"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-macosx_11_0_arm64.whl",
"has_sig": false,
"md5_digest": "15bc291a0b49b1b0bcd6ae6097ccd6cf",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 561664,
"upload_time": "2024-12-12T15:08:53",
"upload_time_iso_8601": "2024-12-12T15:08:53.917788Z",
"url": "https://files.pythonhosted.org/packages/9b/f9/798546c9ec733ebdb1d201667da5e9059c7663621cece061e4d8f8a1ee28/cityseer-4.17.3-cp313-cp313-macosx_11_0_arm64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2967f688b7b83c4c5e77e2e67575869dd755a5cf9a271c4c8ce12d577af07160",
"md5": "986d195efff1f5951af47df3252d279c",
"sha256": "bb18bb800869cc16a6dbcbcd31ca663168015ca6537d8c5c9f12ccf6e9021718"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "986d195efff1f5951af47df3252d279c",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 627361,
"upload_time": "2024-12-12T15:07:39",
"upload_time_iso_8601": "2024-12-12T15:07:39.938886Z",
"url": "https://files.pythonhosted.org/packages/29/67/f688b7b83c4c5e77e2e67575869dd755a5cf9a271c4c8ce12d577af07160/cityseer-4.17.3-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4569fd1db0ecf704bf38202dbde2e0467c877defeb373701ef047e672e86abb2",
"md5": "ba6171a69306bc88f67a27cce75d44a2",
"sha256": "a8a904f08a3f1da644ec034d83f648a5a8d866323568e6ffbbe612f3e1c51750"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "ba6171a69306bc88f67a27cce75d44a2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 627364,
"upload_time": "2024-12-12T15:07:53",
"upload_time_iso_8601": "2024-12-12T15:07:53.539248Z",
"url": "https://files.pythonhosted.org/packages/45/69/fd1db0ecf704bf38202dbde2e0467c877defeb373701ef047e672e86abb2/cityseer-4.17.3-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "076963ccf737fefc72a256bd22d6220b966bb7f7ff3b374467639f4b437048a2",
"md5": "5ea7b160f2b65f75e3b5b58d1698c7f4",
"sha256": "ca7952c56976235f20ce4ebb99b38e249658fb10ab71c3494ea2e9dbc9d1c32a"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "5ea7b160f2b65f75e3b5b58d1698c7f4",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 668631,
"upload_time": "2024-12-12T15:08:35",
"upload_time_iso_8601": "2024-12-12T15:08:35.679008Z",
"url": "https://files.pythonhosted.org/packages/07/69/63ccf737fefc72a256bd22d6220b966bb7f7ff3b374467639f4b437048a2/cityseer-4.17.3-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "cdd5701fc3571de4e247977c75c30de2597674ec65ad6dfbe655951d749a2944",
"md5": "0736ecd5db860e675964f04914f2fc8e",
"sha256": "6263b63651d11f648d19839368c9b765587c91c422aa1e03c2c43e1b7aca75e9"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "0736ecd5db860e675964f04914f2fc8e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 700498,
"upload_time": "2024-12-12T15:08:11",
"upload_time_iso_8601": "2024-12-12T15:08:11.263068Z",
"url": "https://files.pythonhosted.org/packages/cd/d5/701fc3571de4e247977c75c30de2597674ec65ad6dfbe655951d749a2944/cityseer-4.17.3-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d0c3c00aed4693c53e3a5087443971b897cd154aa68a290d35330c5fc0299c18",
"md5": "9496987dac7a008907671c36c6a57e6e",
"sha256": "044e0c6065fc0c749e2ce38d877293748d6a62b70d3f785ff2d7f0b3a6a1614d"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "9496987dac7a008907671c36c6a57e6e",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 740830,
"upload_time": "2024-12-12T15:08:24",
"upload_time_iso_8601": "2024-12-12T15:08:24.048766Z",
"url": "https://files.pythonhosted.org/packages/d0/c3/c00aed4693c53e3a5087443971b897cd154aa68a290d35330c5fc0299c18/cityseer-4.17.3-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "71acc93962b9ec51afe27bff64301f193f98df16f9170480db8c1627c092f5ef",
"md5": "c5338e48f83da45f7ddff8c160596b37",
"sha256": "0a6720568ee7a5c1988e39c51d9ffb36fce157c8b0bcc2813341affc16809d94"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "c5338e48f83da45f7ddff8c160596b37",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 641214,
"upload_time": "2024-12-12T15:08:46",
"upload_time_iso_8601": "2024-12-12T15:08:46.178821Z",
"url": "https://files.pythonhosted.org/packages/71/ac/c93962b9ec51afe27bff64301f193f98df16f9170480db8c1627c092f5ef/cityseer-4.17.3-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "a4d59f1df8cf744c7389288ef54d376b10154b1341de9d91a8b625165dd3903a",
"md5": "181b3dd36e9db3b4645f4e22b4d05ff8",
"sha256": "dbe10415d4c861e80f82aeae28de7eb8350e740da3fa01cf2fb0c602616b9cfb"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "181b3dd36e9db3b4645f4e22b4d05ff8",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 803209,
"upload_time": "2024-12-12T15:09:09",
"upload_time_iso_8601": "2024-12-12T15:09:09.058550Z",
"url": "https://files.pythonhosted.org/packages/a4/d5/9f1df8cf744c7389288ef54d376b10154b1341de9d91a8b625165dd3903a/cityseer-4.17.3-cp313-cp313-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "6e566237ad9b28b547e0b742b0a1a3e398cd63f030b9d594cca809015f752835",
"md5": "cc95b5d1ac62484525dc69680c47d61d",
"sha256": "060568a94dc4331df2859ac9bca2e07816b1a8db524e6bf6c64e4c5e8f8d5772"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "cc95b5d1ac62484525dc69680c47d61d",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 889791,
"upload_time": "2024-12-12T15:09:24",
"upload_time_iso_8601": "2024-12-12T15:09:24.586026Z",
"url": "https://files.pythonhosted.org/packages/6e/56/6237ad9b28b547e0b742b0a1a3e398cd63f030b9d594cca809015f752835/cityseer-4.17.3-cp313-cp313-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "dde5f319a924e5f4d6f084a0b267219bd380fb9c2e8da72d4a7a7882648e7b5c",
"md5": "6e4e57407cbde7e8a70e8563c26dbcde",
"sha256": "673f359e75552df85849f8b82cf07d7fcb36d4f6c0366ba07e1bc3fc20a92b2d"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "6e4e57407cbde7e8a70e8563c26dbcde",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 832150,
"upload_time": "2024-12-12T15:09:43",
"upload_time_iso_8601": "2024-12-12T15:09:43.826283Z",
"url": "https://files.pythonhosted.org/packages/dd/e5/f319a924e5f4d6f084a0b267219bd380fb9c2e8da72d4a7a7882648e7b5c/cityseer-4.17.3-cp313-cp313-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "e1f9ea3b20c5d5a7b191ba7bbfcbbd90ae2e2d7d6afdebaaf5c0661367896a8a",
"md5": "048e4ee3b690c8f4cba5a48a80226630",
"sha256": "78a445cc7ebe90bbd467fea86a85d91b4e32345949112178f3848e7e03ee5cc9"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "048e4ee3b690c8f4cba5a48a80226630",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 810922,
"upload_time": "2024-12-12T15:09:58",
"upload_time_iso_8601": "2024-12-12T15:09:58.325160Z",
"url": "https://files.pythonhosted.org/packages/e1/f9/ea3b20c5d5a7b191ba7bbfcbbd90ae2e2d7d6afdebaaf5c0661367896a8a/cityseer-4.17.3-cp313-cp313-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "18dba8d6f2293bdddec50a236fcb0d23b50be31a083982c049534afae30671e1",
"md5": "6c035ae7500de7b72a283b6fa72bd515",
"sha256": "3c3d140a32b47b30a7f625a224cc03f20b064429839e83ef769a5e8e83925595"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6c035ae7500de7b72a283b6fa72bd515",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 627364,
"upload_time": "2024-12-12T15:07:41",
"upload_time_iso_8601": "2024-12-12T15:07:41.744269Z",
"url": "https://files.pythonhosted.org/packages/18/db/a8d6f2293bdddec50a236fcb0d23b50be31a083982c049534afae30671e1/cityseer-4.17.3-cp313-cp313t-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "75453caa4a1236c8bffb6a2fba18a10103a3c10843f8c47782a0b31e784fef0f",
"md5": "a7166d1a50ac7e6a6ee6249e89a82ab2",
"sha256": "2d61485d17db1b63c65b25d959a5febe03c058fa0c2b61ecb4ca106b897beb30"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "a7166d1a50ac7e6a6ee6249e89a82ab2",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 627368,
"upload_time": "2024-12-12T15:07:56",
"upload_time_iso_8601": "2024-12-12T15:07:56.749521Z",
"url": "https://files.pythonhosted.org/packages/75/45/3caa4a1236c8bffb6a2fba18a10103a3c10843f8c47782a0b31e784fef0f/cityseer-4.17.3-cp313-cp313t-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "3ffa2e7d351875c411aac2fea53dd6873e1c4d723927960c76ad8c592afeacb2",
"md5": "bef3abf4ed9b627b01ebd4de6265bc49",
"sha256": "c06bbe2708a787da312d80c676d3d3cf5a262c1eeab49d7db8202a87852f8199"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "bef3abf4ed9b627b01ebd4de6265bc49",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 700502,
"upload_time": "2024-12-12T15:08:12",
"upload_time_iso_8601": "2024-12-12T15:08:12.960687Z",
"url": "https://files.pythonhosted.org/packages/3f/fa/2e7d351875c411aac2fea53dd6873e1c4d723927960c76ad8c592afeacb2/cityseer-4.17.3-cp313-cp313t-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "78afef341cc9501afde12ac90443fa4642ac5343f32a4569bd1a538589c49d1d",
"md5": "399d3da2c12de62b4c4be94486fdb057",
"sha256": "1a0db2350f90aa620ab1573e01573c7b4cd02602f6bdcce872b14d0d1bc2446a"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "399d3da2c12de62b4c4be94486fdb057",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 740834,
"upload_time": "2024-12-12T15:08:25",
"upload_time_iso_8601": "2024-12-12T15:08:25.779308Z",
"url": "https://files.pythonhosted.org/packages/78/af/ef341cc9501afde12ac90443fa4642ac5343f32a4569bd1a538589c49d1d/cityseer-4.17.3-cp313-cp313t-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "88b5099a9681a69c3a39f8919d2247d7ac202316b866628e6e173e37ee7e0983",
"md5": "a7b029ba1a730505e68e30659106b312",
"sha256": "2bb33a587e7f92d8dcdff6a2351e8548bb8b6aac21e5386ddc6654adc68f65af"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "a7b029ba1a730505e68e30659106b312",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 803210,
"upload_time": "2024-12-12T15:09:11",
"upload_time_iso_8601": "2024-12-12T15:09:11.291955Z",
"url": "https://files.pythonhosted.org/packages/88/b5/099a9681a69c3a39f8919d2247d7ac202316b866628e6e173e37ee7e0983/cityseer-4.17.3-cp313-cp313t-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "451d605f001678180c52f8aafe7d406a727d3feb9a16b884d6b0d77689380087",
"md5": "d3e6dfbe003de5246fdaf32908098a15",
"sha256": "585ff33f09093d84fb7f18e56db9723680a7391c3c836aae11cb66a53f8c5fbf"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "d3e6dfbe003de5246fdaf32908098a15",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 889795,
"upload_time": "2024-12-12T15:09:29",
"upload_time_iso_8601": "2024-12-12T15:09:29.579623Z",
"url": "https://files.pythonhosted.org/packages/45/1d/605f001678180c52f8aafe7d406a727d3feb9a16b884d6b0d77689380087/cityseer-4.17.3-cp313-cp313t-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ac0d6bfc8962c96938fc4167578624d947d58c67f278f08bbb5cb2a77bc7e17f",
"md5": "4d7d95cae20307e699a7a3dbae939257",
"sha256": "b27d306d9bc80dabfcfbc65ad959231d469be5c783f7991c29cdb44de932cf3d"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "4d7d95cae20307e699a7a3dbae939257",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 832153,
"upload_time": "2024-12-12T15:09:46",
"upload_time_iso_8601": "2024-12-12T15:09:46.978856Z",
"url": "https://files.pythonhosted.org/packages/ac/0d/6bfc8962c96938fc4167578624d947d58c67f278f08bbb5cb2a77bc7e17f/cityseer-4.17.3-cp313-cp313t-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "d5b7503a5ee5af7dfa5ed6f44900a201f3154ef1b1ef8b11a243954e420d1ae2",
"md5": "6d0f5e0d7c3a63467d181cef3ada0c58",
"sha256": "7b49dafd73cbee6987524c5f5f89370111300677b89c3808775fa10585bb3b87"
},
"downloads": -1,
"filename": "cityseer-4.17.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "6d0f5e0d7c3a63467d181cef3ada0c58",
"packagetype": "bdist_wheel",
"python_version": "cp313",
"requires_python": "<3.14,>=3.10",
"size": 810930,
"upload_time": "2024-12-12T15:10:00",
"upload_time_iso_8601": "2024-12-12T15:10:00.298723Z",
"url": "https://files.pythonhosted.org/packages/d5/b7/503a5ee5af7dfa5ed6f44900a201f3154ef1b1ef8b11a243954e420d1ae2/cityseer-4.17.3-cp313-cp313t-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "2dff2b9c7d56314776383686c8b7db785b062e452afa80b1fb2e496836d75f2e",
"md5": "6dc6f589579802de4c9b2d6d5232bcd4",
"sha256": "941007acbca811812e77eb2c9224f41166012ffaf34f1987a8f1fbc8b264e581"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"has_sig": false,
"md5_digest": "6dc6f589579802de4c9b2d6d5232bcd4",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 627815,
"upload_time": "2024-12-12T15:07:43",
"upload_time_iso_8601": "2024-12-12T15:07:43.392713Z",
"url": "https://files.pythonhosted.org/packages/2d/ff/2b9c7d56314776383686c8b7db785b062e452afa80b1fb2e496836d75f2e/cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "bc15d82b1dd7cf50fc9077f5b72e8588daf3cb32080bc1975e3788a56764e900",
"md5": "215ea74d04fb98f1c6346974a3fad702",
"sha256": "e7eeb019e32e884d747b075fae010b46cc80d433cb85b6c08595e8adc03ab2f2"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"has_sig": false,
"md5_digest": "215ea74d04fb98f1c6346974a3fad702",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 627387,
"upload_time": "2024-12-12T15:07:59",
"upload_time_iso_8601": "2024-12-12T15:07:59.870902Z",
"url": "https://files.pythonhosted.org/packages/bc/15/d82b1dd7cf50fc9077f5b72e8588daf3cb32080bc1975e3788a56764e900/cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "56940913c8e2e40d00307fcd26b8f083402faba635c9e9598a1c3f0e499f593d",
"md5": "f119794312388608b5415bef4460ae8d",
"sha256": "79d8de5e8117d451e816b40717c881694e9c008cbf8ad542e56fc2b11d06b34e"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"has_sig": false,
"md5_digest": "f119794312388608b5415bef4460ae8d",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 668582,
"upload_time": "2024-12-12T15:08:37",
"upload_time_iso_8601": "2024-12-12T15:08:37.543881Z",
"url": "https://files.pythonhosted.org/packages/56/94/0913c8e2e40d00307fcd26b8f083402faba635c9e9598a1c3f0e499f593d/cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "48d1f64619aedd0b2da1b89f77077fe37effbaa0d835da6ad32afeed5c05a6e5",
"md5": "6832b7be31216dbecea086f41be3f09a",
"sha256": "d5e421ba6108ba820878db1e4f0b79e56a9554d3d04c52ed7b4ef22925b341d4"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"has_sig": false,
"md5_digest": "6832b7be31216dbecea086f41be3f09a",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 701933,
"upload_time": "2024-12-12T15:08:15",
"upload_time_iso_8601": "2024-12-12T15:08:15.791103Z",
"url": "https://files.pythonhosted.org/packages/48/d1/f64619aedd0b2da1b89f77077fe37effbaa0d835da6ad32afeed5c05a6e5/cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "0bd0663a03e55713edc5f6f81216bd872675e3f58f52522a63bab2246a3615d6",
"md5": "948ec618c393a3ca706ce76bf82b03b0",
"sha256": "309ebf48207067de2472b324384176b5ff6789f194a3f08a460260b36d1dc37a"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"has_sig": false,
"md5_digest": "948ec618c393a3ca706ce76bf82b03b0",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 744393,
"upload_time": "2024-12-12T15:08:27",
"upload_time_iso_8601": "2024-12-12T15:08:27.447987Z",
"url": "https://files.pythonhosted.org/packages/0b/d0/663a03e55713edc5f6f81216bd872675e3f58f52522a63bab2246a3615d6/cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "aaa16862a04ef5e2575bd8c6644d33d699189e94610043cf1a75beede19e7615",
"md5": "2780f2d1ee27c868306687de5eae510f",
"sha256": "03429b3089a83334d57d9544b6a8f610370394c8bb9bf49f201c6f3977ab241b"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"has_sig": false,
"md5_digest": "2780f2d1ee27c868306687de5eae510f",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 643834,
"upload_time": "2024-12-12T15:08:47",
"upload_time_iso_8601": "2024-12-12T15:08:47.960291Z",
"url": "https://files.pythonhosted.org/packages/aa/a1/6862a04ef5e2575bd8c6644d33d699189e94610043cf1a75beede19e7615/cityseer-4.17.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "4d0154791fdb16a0da0e1b1aa39146ff38babb13114bc86769ea608ee384169a",
"md5": "3b0db7c74596989bfa92b8db36d47fec",
"sha256": "7ff916a117771173ccb8d2d22e49bf94728e59e6538cc08738563d60d0114ad5"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"has_sig": false,
"md5_digest": "3b0db7c74596989bfa92b8db36d47fec",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 803012,
"upload_time": "2024-12-12T15:09:15",
"upload_time_iso_8601": "2024-12-12T15:09:15.042381Z",
"url": "https://files.pythonhosted.org/packages/4d/01/54791fdb16a0da0e1b1aa39146ff38babb13114bc86769ea608ee384169a/cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "b05d76eee2eb057d6c6a3d69e40784e1a3ebedf87da7b41c480ec868d27dfb0f",
"md5": "5f83a1bfc6d9c27535a75f1989294b0b",
"sha256": "bc53775892e76350235d7f695404d1ea17813b4d1939730fbca774d3718cf97b"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"has_sig": false,
"md5_digest": "5f83a1bfc6d9c27535a75f1989294b0b",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 889918,
"upload_time": "2024-12-12T15:09:32",
"upload_time_iso_8601": "2024-12-12T15:09:32.693062Z",
"url": "https://files.pythonhosted.org/packages/b0/5d/76eee2eb057d6c6a3d69e40784e1a3ebedf87da7b41c480ec868d27dfb0f/cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "ce40d4cd6993e44adb205a6e58cf3d97ca4b9c5ad3f2c3ced0b92cbf4cc39ad1",
"md5": "cf72b8bcd408731b6ecdc9f2294a96aa",
"sha256": "2d01d1f95c2c05f38ef8a0fa6c21533a5c743090ceef51c7ba5e04e30e947b48"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"has_sig": false,
"md5_digest": "cf72b8bcd408731b6ecdc9f2294a96aa",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 832143,
"upload_time": "2024-12-12T15:09:48",
"upload_time_iso_8601": "2024-12-12T15:09:48.893546Z",
"url": "https://files.pythonhosted.org/packages/ce/40/d4cd6993e44adb205a6e58cf3d97ca4b9c5ad3f2c3ced0b92cbf4cc39ad1/cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "480f959309b18a4a30d54b8f77a9beb5c5be9718194f13a911c4b2bfb2a0568d",
"md5": "508104157ed27f6acdcd7ac558b0c466",
"sha256": "1c9f7364e88729a1de0ec24282f0715238b4b142ef3c6ad5c155a637eac66502"
},
"downloads": -1,
"filename": "cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"has_sig": false,
"md5_digest": "508104157ed27f6acdcd7ac558b0c466",
"packagetype": "bdist_wheel",
"python_version": "pp310",
"requires_python": "<3.14,>=3.10",
"size": 813538,
"upload_time": "2024-12-12T15:10:02",
"upload_time_iso_8601": "2024-12-12T15:10:02.600256Z",
"url": "https://files.pythonhosted.org/packages/48/0f/959309b18a4a30d54b8f77a9beb5c5be9718194f13a911c4b2bfb2a0568d/cityseer-4.17.3-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": null,
"digests": {
"blake2b_256": "532f84419a09514b2601ee001874b2b4441ec877deef88f6ec53ac3ea2ff98d1",
"md5": "a6fbd8750dd7deff3afc1c800d839aac",
"sha256": "1440bbb1b6593f139f3a1baf292506b70ac67324c79997f7af58633f61e6a7b6"
},
"downloads": -1,
"filename": "cityseer-4.17.3.tar.gz",
"has_sig": false,
"md5_digest": "a6fbd8750dd7deff3afc1c800d839aac",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.14,>=3.10",
"size": 9831110,
"upload_time": "2024-12-12T15:10:05",
"upload_time_iso_8601": "2024-12-12T15:10:05.373711Z",
"url": "https://files.pythonhosted.org/packages/53/2f/84419a09514b2601ee001874b2b4441ec877deef88f6ec53ac3ea2ff98d1/cityseer-4.17.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-12 15:10:05",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "benchmark-urbanism",
"github_project": "cityseer-api",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "cityseer"
}