cityseer


Namecityseer JSON
Version 4.13.1 PyPI version JSON
download
home_pageNone
SummaryComputational tools for network-based pedestrian-scale urban analysis
upload_time2024-04-23 06:53:21
maintainerNone
docs_urlNone
authorNone
requires_python<3.13,>=3.10
licenseAGPL-3.0
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
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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

`pdm install`
`python -m ensurepip --default-pip`
`brew install rust rust-analyzer rustfmt`


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "cityseer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=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/77/6f/0ba584cf67e4477dc116ad2a4defbe716b372a8c8222c2cbead7b23da960/cityseer-4.13.1.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`pdm install`\n`python -m ensurepip --default-pip`\n`brew install rust rust-analyzer rustfmt`\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0",
    "summary": "Computational tools for network-based pedestrian-scale urban analysis",
    "version": "4.13.1",
    "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": "",
            "digests": {
                "blake2b_256": "8576ff41c46dda3b2a8010ebdf424f81b91b3a7adecab9924197ce7415127e66",
                "md5": "5e27d358dfaea84af1f6f14c1f4145cb",
                "sha256": "5c89e9866539cc8ba1693eb8adf469327399e5c929d324758d46c2c81feeedda"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "5e27d358dfaea84af1f6f14c1f4145cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1424092,
            "upload_time": "2024-04-23T06:52:11",
            "upload_time_iso_8601": "2024-04-23T06:52:11.593919Z",
            "url": "https://files.pythonhosted.org/packages/85/76/ff41c46dda3b2a8010ebdf424f81b91b3a7adecab9924197ce7415127e66/cityseer-4.13.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2c72e22fc4b9783553e38d3a0c077ee56f028e72ae02f23c8dc91a0b7c150ba6",
                "md5": "f3e901dd78c684caa8211cfbe941e868",
                "sha256": "e6b994c15cc743a4f88f111335a391f1aa8fe0bbc7dfdf981cd4315e852f3ad6"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f3e901dd78c684caa8211cfbe941e868",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1371722,
            "upload_time": "2024-04-23T06:52:14",
            "upload_time_iso_8601": "2024-04-23T06:52:14.890546Z",
            "url": "https://files.pythonhosted.org/packages/2c/72/e22fc4b9783553e38d3a0c077ee56f028e72ae02f23c8dc91a0b7c150ba6/cityseer-4.13.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1c1c450c451f6e69caeed0fb5855e3493dfdf623497c05866c0b8332b872f6f1",
                "md5": "78f0ebe9999adaf7464bcbaa88f9fd34",
                "sha256": "a8960cd8d894db2d3ed36ae4a1f45dd65c4f3c692f97173aff3474f523b8eee7"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "78f0ebe9999adaf7464bcbaa88f9fd34",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1382913,
            "upload_time": "2024-04-23T06:52:16",
            "upload_time_iso_8601": "2024-04-23T06:52:16.970335Z",
            "url": "https://files.pythonhosted.org/packages/1c/1c/450c451f6e69caeed0fb5855e3493dfdf623497c05866c0b8332b872f6f1/cityseer-4.13.1-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bb98788779422eb49d6391ab2e6a9f3d9b9f46d854e1780d496184d091953dba",
                "md5": "90d6ba4ef1d2958d3e06efe2a3be652c",
                "sha256": "2f8e38d206d7f3884caf4eb28c56376cf40b0d73ec795543210e6b8ed59d327c"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "90d6ba4ef1d2958d3e06efe2a3be652c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1507717,
            "upload_time": "2024-04-23T06:52:19",
            "upload_time_iso_8601": "2024-04-23T06:52:19.380628Z",
            "url": "https://files.pythonhosted.org/packages/bb/98/788779422eb49d6391ab2e6a9f3d9b9f46d854e1780d496184d091953dba/cityseer-4.13.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c3f36b63ad2cb0cf7b037b90d83722643d9eacf1336b9da32c7f3caad38f1452",
                "md5": "ca577b1d9176ba055f646b1fa6785c7b",
                "sha256": "133e15db94f90deeb9fb3b486e56e72e9d3e9461a17e061c4847cec625954cec"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "ca577b1d9176ba055f646b1fa6785c7b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1562118,
            "upload_time": "2024-04-23T06:52:20",
            "upload_time_iso_8601": "2024-04-23T06:52:20.993509Z",
            "url": "https://files.pythonhosted.org/packages/c3/f3/6b63ad2cb0cf7b037b90d83722643d9eacf1336b9da32c7f3caad38f1452/cityseer-4.13.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "047a93c9c3db5dc2e1135ff403271573f5f89ce9069a0a8e2c8341d0592fdb0d",
                "md5": "93011daa9c79373d9b4096744038e5ea",
                "sha256": "1a7a9f9aba0c3b89bc56a12a0ea98777db3ee26665686a47c95e463c7d28d96a"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "93011daa9c79373d9b4096744038e5ea",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1392483,
            "upload_time": "2024-04-23T06:52:22",
            "upload_time_iso_8601": "2024-04-23T06:52:22.819819Z",
            "url": "https://files.pythonhosted.org/packages/04/7a/93c9c3db5dc2e1135ff403271573f5f89ce9069a0a8e2c8341d0592fdb0d/cityseer-4.13.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "add4a12c7bee3852937841be16479935bcdf41cb82416fcab3e5a691aa623978",
                "md5": "e678a57c4b136fd5a03ee307ee5a184d",
                "sha256": "e473d2182d1e6e23491992d4291bada3e96d0c8b51f604e9a5cc89a313374d4d"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-none-win32.whl",
            "has_sig": false,
            "md5_digest": "e678a57c4b136fd5a03ee307ee5a184d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 411723,
            "upload_time": "2024-04-23T06:52:25",
            "upload_time_iso_8601": "2024-04-23T06:52:25.284256Z",
            "url": "https://files.pythonhosted.org/packages/ad/d4/a12c7bee3852937841be16479935bcdf41cb82416fcab3e5a691aa623978/cityseer-4.13.1-cp310-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "359d129108988916450c8865b8c01bf77038f36e72f38f9be029c4607b85ae6b",
                "md5": "bb5c1668447b7e946211ea86c5d7b570",
                "sha256": "aa39477ef2d0ac98f02e3447a1dc223f6e0b19b2edaac2c52261b15a340a4dbe"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp310-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "bb5c1668447b7e946211ea86c5d7b570",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.13,>=3.10",
            "size": 442922,
            "upload_time": "2024-04-23T06:52:27",
            "upload_time_iso_8601": "2024-04-23T06:52:27.719832Z",
            "url": "https://files.pythonhosted.org/packages/35/9d/129108988916450c8865b8c01bf77038f36e72f38f9be029c4607b85ae6b/cityseer-4.13.1-cp310-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ed3a346b9b209c1c3b719573cb84507f5721c2377ee5a9ce9b19376cff385fc1",
                "md5": "ab1e05062c2d8a59ce0b050358eb9641",
                "sha256": "2591d8205f23a2e37c5dc2e204e588c54a68aaafc15803f9a743c3cef8fb0be3"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ab1e05062c2d8a59ce0b050358eb9641",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 575209,
            "upload_time": "2024-04-23T06:52:29",
            "upload_time_iso_8601": "2024-04-23T06:52:29.822139Z",
            "url": "https://files.pythonhosted.org/packages/ed/3a/346b9b209c1c3b719573cb84507f5721c2377ee5a9ce9b19376cff385fc1/cityseer-4.13.1-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "caa84fd8575aab0486403096b526c20cad0e4f4e8221381451b5bbaa233a8a91",
                "md5": "69343603a5658dec0e5c8924cf66ff6c",
                "sha256": "ece79870ed95e448bd84d3524aeb33eb4c924653f72c92996d2799ec08fc7abd"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "69343603a5658dec0e5c8924cf66ff6c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 553188,
            "upload_time": "2024-04-23T06:52:32",
            "upload_time_iso_8601": "2024-04-23T06:52:32.407628Z",
            "url": "https://files.pythonhosted.org/packages/ca/a8/4fd8575aab0486403096b526c20cad0e4f4e8221381451b5bbaa233a8a91/cityseer-4.13.1-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "55a5a76b7b6bbe8ecd133fd35d8e80c6dae7ae54d921f8e19eb2ce1140273e44",
                "md5": "34affe8608ed5b323f36a2e2efbd48a5",
                "sha256": "8ab956d1ea8af0a1237e87a767a8eca9825df7fab7419bf155b3b5c996ea501c"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "34affe8608ed5b323f36a2e2efbd48a5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 1424092,
            "upload_time": "2024-04-23T06:52:34",
            "upload_time_iso_8601": "2024-04-23T06:52:34.459554Z",
            "url": "https://files.pythonhosted.org/packages/55/a5/a76b7b6bbe8ecd133fd35d8e80c6dae7ae54d921f8e19eb2ce1140273e44/cityseer-4.13.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a41780dec8d04e583bf30b0f7c2dc34e2dfe6310cc468646984e37f3a8c7a6e8",
                "md5": "ad400ea8806b8202e82bdb3a01c2927f",
                "sha256": "c8c0f7ac7c9e0249a070592965b005ae9af035d7962750b0e66fc90f16c5842b"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "ad400ea8806b8202e82bdb3a01c2927f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 1371723,
            "upload_time": "2024-04-23T06:52:36",
            "upload_time_iso_8601": "2024-04-23T06:52:36.607677Z",
            "url": "https://files.pythonhosted.org/packages/a4/17/80dec8d04e583bf30b0f7c2dc34e2dfe6310cc468646984e37f3a8c7a6e8/cityseer-4.13.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3da7c4d74f7df4ef3b3f998b69d00ecaad22990d3b82e522e60ee9a544c3bbd6",
                "md5": "ff00a9adcd048e0b2f1d17cec5f2b4d9",
                "sha256": "1caf8f9e3da0fced2c086cd638460630373466fb29846fecd64266c40b167703"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "ff00a9adcd048e0b2f1d17cec5f2b4d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 1382913,
            "upload_time": "2024-04-23T06:52:38",
            "upload_time_iso_8601": "2024-04-23T06:52:38.624904Z",
            "url": "https://files.pythonhosted.org/packages/3d/a7/c4d74f7df4ef3b3f998b69d00ecaad22990d3b82e522e60ee9a544c3bbd6/cityseer-4.13.1-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "58eba47ccc690ecf5ebab189d3f6746df305b1de2cd7214fb8097aebb2b7d2f8",
                "md5": "5aa5824cf94bbe9832c094d21caa285f",
                "sha256": "39abca32e20f6f93a9e02eae89febdd78a5a030c744a92c2b3d53eb6459e660e"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "5aa5824cf94bbe9832c094d21caa285f",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 1507717,
            "upload_time": "2024-04-23T06:52:40",
            "upload_time_iso_8601": "2024-04-23T06:52:40.818066Z",
            "url": "https://files.pythonhosted.org/packages/58/eb/a47ccc690ecf5ebab189d3f6746df305b1de2cd7214fb8097aebb2b7d2f8/cityseer-4.13.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ac1bc38a506d140a6e324a9a93812782575173274f61785b2b810765c061ffc",
                "md5": "caa022e7bf41b4839b0d337e56486c7d",
                "sha256": "614cd4c116a49757e1a67eee2729eceab88e18c40e7c75d974f5a519a52addbc"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "caa022e7bf41b4839b0d337e56486c7d",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 1562119,
            "upload_time": "2024-04-23T06:52:42",
            "upload_time_iso_8601": "2024-04-23T06:52:42.521936Z",
            "url": "https://files.pythonhosted.org/packages/6a/c1/bc38a506d140a6e324a9a93812782575173274f61785b2b810765c061ffc/cityseer-4.13.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "edc99c4e558fdad90b9cadc47b35e5099051b596518c01acb83093dbc316cfba",
                "md5": "910f375fa15623be61e59f24d1ca6a0a",
                "sha256": "1ed53d7ac6171c5b5062192d3d3246a74994633410fd7dcd9d66bf2e9302709c"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "910f375fa15623be61e59f24d1ca6a0a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 1392484,
            "upload_time": "2024-04-23T06:52:44",
            "upload_time_iso_8601": "2024-04-23T06:52:44.475562Z",
            "url": "https://files.pythonhosted.org/packages/ed/c9/9c4e558fdad90b9cadc47b35e5099051b596518c01acb83093dbc316cfba/cityseer-4.13.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8c4fd43625b81749b55817fe153cce09ffc9878232cd2a1c81ad8fcb7f69485",
                "md5": "4735b7d1880d38e0345e4fb8056e834c",
                "sha256": "ea4db1f382c7a8f2158c8957d74d2aacb930824f11787807ca0809140ded4875"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-none-win32.whl",
            "has_sig": false,
            "md5_digest": "4735b7d1880d38e0345e4fb8056e834c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 411729,
            "upload_time": "2024-04-23T06:52:46",
            "upload_time_iso_8601": "2024-04-23T06:52:46.341012Z",
            "url": "https://files.pythonhosted.org/packages/b8/c4/fd43625b81749b55817fe153cce09ffc9878232cd2a1c81ad8fcb7f69485/cityseer-4.13.1-cp311-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "09ca1e7517f5be9db3df4a77e75d793041df2aa4d6918e23c0d1e9317529768b",
                "md5": "ceb6f50bbeb97bf93bd2e3940c4ae5bb",
                "sha256": "0e1fe724269dc026acb758b43176bab29e52bcce7835c5461a6ebf196f630e1d"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp311-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "ceb6f50bbeb97bf93bd2e3940c4ae5bb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.13,>=3.10",
            "size": 442924,
            "upload_time": "2024-04-23T06:52:48",
            "upload_time_iso_8601": "2024-04-23T06:52:48.122004Z",
            "url": "https://files.pythonhosted.org/packages/09/ca/1e7517f5be9db3df4a77e75d793041df2aa4d6918e23c0d1e9317529768b/cityseer-4.13.1-cp311-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e26d6b35a55d01ee908759d311628235508ec3033467647a0334725c45e32fc2",
                "md5": "36e46bc4d731981e32c35dd85bc4c21d",
                "sha256": "414f87a7a23f315b221c115e47342f2bc8f9246c4da0ac824d9790473c20262d"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "36e46bc4d731981e32c35dd85bc4c21d",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 575102,
            "upload_time": "2024-04-23T06:52:49",
            "upload_time_iso_8601": "2024-04-23T06:52:49.666254Z",
            "url": "https://files.pythonhosted.org/packages/e2/6d/6b35a55d01ee908759d311628235508ec3033467647a0334725c45e32fc2/cityseer-4.13.1-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a4edaf2dd696e03b7ed8c9253735776a9f9d2dbd75ce91290a2f017e80744213",
                "md5": "1e3068d89a02e56a671ec196132c1563",
                "sha256": "a32aeee987d6eba95e2c11f6ee54a99331f9f302142fa50d29c1c06473e6e71f"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "1e3068d89a02e56a671ec196132c1563",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 553362,
            "upload_time": "2024-04-23T06:52:51",
            "upload_time_iso_8601": "2024-04-23T06:52:51.381874Z",
            "url": "https://files.pythonhosted.org/packages/a4/ed/af2dd696e03b7ed8c9253735776a9f9d2dbd75ce91290a2f017e80744213/cityseer-4.13.1-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "93c9e29df81cfa83de09108f431547fd4245d6e34c741f4c965fa361b75c949a",
                "md5": "223ff143f9c2c54fb5442a987e2e7215",
                "sha256": "818bb5a4c9058e8fe8cdb453701c28f8606533cd7ec65c0cfe2d97ced07f4124"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "223ff143f9c2c54fb5442a987e2e7215",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 1425556,
            "upload_time": "2024-04-23T06:52:53",
            "upload_time_iso_8601": "2024-04-23T06:52:53.720640Z",
            "url": "https://files.pythonhosted.org/packages/93/c9/e29df81cfa83de09108f431547fd4245d6e34c741f4c965fa361b75c949a/cityseer-4.13.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "47b683054589f7c4bd3c9f16b871474b9161e36b2089a6dc3032c0b89dc36a44",
                "md5": "f6ba10d49a22acf63cc3de1be4297b2b",
                "sha256": "279c71626d3699820c5d4c77b869841b5a608d2541901d2cbc150b3260fd6a05"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "f6ba10d49a22acf63cc3de1be4297b2b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 1371552,
            "upload_time": "2024-04-23T06:52:55",
            "upload_time_iso_8601": "2024-04-23T06:52:55.743348Z",
            "url": "https://files.pythonhosted.org/packages/47/b6/83054589f7c4bd3c9f16b871474b9161e36b2089a6dc3032c0b89dc36a44/cityseer-4.13.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "2b08dc83b26ea72e22a4ff7c552ea5ccb0801db2e1276e0ee7e886fbecc8fb02",
                "md5": "8cbbdf3385d5eebff35aefdff700638a",
                "sha256": "2763c539e87b47757ba1b772885cab5f26bc5303796223ec877a6868bb9d960f"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8cbbdf3385d5eebff35aefdff700638a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 1383676,
            "upload_time": "2024-04-23T06:52:57",
            "upload_time_iso_8601": "2024-04-23T06:52:57.250847Z",
            "url": "https://files.pythonhosted.org/packages/2b/08/dc83b26ea72e22a4ff7c552ea5ccb0801db2e1276e0ee7e886fbecc8fb02/cityseer-4.13.1-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ab2509af1595cc2f1476992078fd2e39695cedcc5321d363978a136c388b344f",
                "md5": "82b80c422b8ebe9e3fca031006b72ed3",
                "sha256": "7f3e20df7c4decc74d6b76a03c21f564e62263b2c1533a3f65eca6d3f4790d61"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "82b80c422b8ebe9e3fca031006b72ed3",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 1507784,
            "upload_time": "2024-04-23T06:52:59",
            "upload_time_iso_8601": "2024-04-23T06:52:59.678393Z",
            "url": "https://files.pythonhosted.org/packages/ab/25/09af1595cc2f1476992078fd2e39695cedcc5321d363978a136c388b344f/cityseer-4.13.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c92b3f0a782c1261a096b6507795cd90c0aea7af52bd9782e045bdc520725ee0",
                "md5": "34047d887d6e78539be73509efce373f",
                "sha256": "1d0d62ec42cab73e2a96db69da18e778d43e92ba3edd274a129873c332375ad0"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "34047d887d6e78539be73509efce373f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 1561128,
            "upload_time": "2024-04-23T06:53:01",
            "upload_time_iso_8601": "2024-04-23T06:53:01.869424Z",
            "url": "https://files.pythonhosted.org/packages/c9/2b/3f0a782c1261a096b6507795cd90c0aea7af52bd9782e045bdc520725ee0/cityseer-4.13.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "79c3c7bba8486c4c32bc80b52ae3792ca74573af6979c1e0b3d6b49ed0b51e50",
                "md5": "6fa60d01e1861538c0fa4c7fe0ae7a9e",
                "sha256": "4092c4f3d81100537911b459f98a63fafd61177108fb2e847fc1526334ad91db"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6fa60d01e1861538c0fa4c7fe0ae7a9e",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 1392917,
            "upload_time": "2024-04-23T06:53:03",
            "upload_time_iso_8601": "2024-04-23T06:53:03.854216Z",
            "url": "https://files.pythonhosted.org/packages/79/c3/c7bba8486c4c32bc80b52ae3792ca74573af6979c1e0b3d6b49ed0b51e50/cityseer-4.13.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6e1a8cb2bea492a3cfba603aa2baea88bc7832b87960c9dd6e7dd549514e8490",
                "md5": "205b50def26a20ab82239f9cff5ac2ca",
                "sha256": "941418e970a54673142eb4b7ebd86b76ebdafcdcaae6b6cb091b99cf6369c693"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-none-win32.whl",
            "has_sig": false,
            "md5_digest": "205b50def26a20ab82239f9cff5ac2ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 411544,
            "upload_time": "2024-04-23T06:53:05",
            "upload_time_iso_8601": "2024-04-23T06:53:05.967796Z",
            "url": "https://files.pythonhosted.org/packages/6e/1a/8cb2bea492a3cfba603aa2baea88bc7832b87960c9dd6e7dd549514e8490/cityseer-4.13.1-cp312-none-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1ff04089babc7c6f100891276576d5012887dd79a789a3a21ef8bf4bfd4e2a28",
                "md5": "8c809d9afcc0fc5ca52f81419d949bdb",
                "sha256": "a5b6de139a63df02b3c473d34d6f46b2b4b5823f6265102ba4c4df722a016028"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-cp312-none-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "8c809d9afcc0fc5ca52f81419d949bdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.13,>=3.10",
            "size": 442997,
            "upload_time": "2024-04-23T06:53:07",
            "upload_time_iso_8601": "2024-04-23T06:53:07.606923Z",
            "url": "https://files.pythonhosted.org/packages/1f/f0/4089babc7c6f100891276576d5012887dd79a789a3a21ef8bf4bfd4e2a28/cityseer-4.13.1-cp312-none-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cea8b876eece8045e225de92d5c232a3485dde6aec6a4a1594f672ff2a39f28",
                "md5": "162bc32363e91f597d8ce5ce9ad663ab",
                "sha256": "0218e9700ac0097a7066d48682573b22d38519956dad3e2986e66ee42f5bbe85"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "has_sig": false,
            "md5_digest": "162bc32363e91f597d8ce5ce9ad663ab",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1426342,
            "upload_time": "2024-04-23T06:53:09",
            "upload_time_iso_8601": "2024-04-23T06:53:09.134574Z",
            "url": "https://files.pythonhosted.org/packages/8c/ea/8b876eece8045e225de92d5c232a3485dde6aec6a4a1594f672ff2a39f28/cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_12_i686.manylinux2010_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "97e172f09ff0309083df6c82d1f7c40a15e4bc3c5d31bfde7f9db5b3d2ae7111",
                "md5": "b219ec6777d4d82a2def559f78773cb4",
                "sha256": "1095380ffccec38e0cafdb1c1c6a456fadd61e5f081019a42838e186eb3685f5"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b219ec6777d4d82a2def559f78773cb4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1372951,
            "upload_time": "2024-04-23T06:53:10",
            "upload_time_iso_8601": "2024-04-23T06:53:10.861014Z",
            "url": "https://files.pythonhosted.org/packages/97/e1/72f09ff0309083df6c82d1f7c40a15e4bc3c5d31bfde7f9db5b3d2ae7111/cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cce5e28220aa0fe82c6f464f0f6fa0cb7592ddba5f5c2ca1cd60ec26ba4f5d93",
                "md5": "4c90b63ac3f2f227f43200de5c8b8ef4",
                "sha256": "86a70cc294ac276a97476a2a8864e5c860c6500850632497613284406f174d4a"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "4c90b63ac3f2f227f43200de5c8b8ef4",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1381800,
            "upload_time": "2024-04-23T06:53:12",
            "upload_time_iso_8601": "2024-04-23T06:53:12.705488Z",
            "url": "https://files.pythonhosted.org/packages/cc/e5/e28220aa0fe82c6f464f0f6fa0cb7592ddba5f5c2ca1cd60ec26ba4f5d93/cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7e95a408d9ecf7d66f0e1d720fb907cbca4b005dfaca03e0b2b9a1babbed8432",
                "md5": "70bb7c8d3013c09c1c75536e0dbc5a62",
                "sha256": "dcee1a00edec9d4f1b1b33bfeb226f57eb2a4ab145c2b2b8104c559eb15e8fa0"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "70bb7c8d3013c09c1c75536e0dbc5a62",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1505161,
            "upload_time": "2024-04-23T06:53:14",
            "upload_time_iso_8601": "2024-04-23T06:53:14.858707Z",
            "url": "https://files.pythonhosted.org/packages/7e/95/a408d9ecf7d66f0e1d720fb907cbca4b005dfaca03e0b2b9a1babbed8432/cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48296fea9db276aa4c1a740705b360b1219ea6e387fd5ce41ba1785e7fa7a056",
                "md5": "fd4b953625d984950c50544f95652095",
                "sha256": "cce5c448dcad5ff9839b14b6970a767371104b4830dace77f45f764638c60629"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "fd4b953625d984950c50544f95652095",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1561268,
            "upload_time": "2024-04-23T06:53:16",
            "upload_time_iso_8601": "2024-04-23T06:53:16.805139Z",
            "url": "https://files.pythonhosted.org/packages/48/29/6fea9db276aa4c1a740705b360b1219ea6e387fd5ce41ba1785e7fa7a056/cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "92843a84e146c5adc621058e7271428059bef9354e55ad795d00964061239d82",
                "md5": "cf35cb6170edee4b35035f24bcfb376a",
                "sha256": "3a35fbf885bb8c318309b69570a0b65fdeca9131e140f35e1e25e2b82eeb134f"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "cf35cb6170edee4b35035f24bcfb376a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.13,>=3.10",
            "size": 1393151,
            "upload_time": "2024-04-23T06:53:19",
            "upload_time_iso_8601": "2024-04-23T06:53:19.054859Z",
            "url": "https://files.pythonhosted.org/packages/92/84/3a84e146c5adc621058e7271428059bef9354e55ad795d00964061239d82/cityseer-4.13.1-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "776f0ba584cf67e4477dc116ad2a4defbe716b372a8c8222c2cbead7b23da960",
                "md5": "0d8cbcfc2e49f7b119636366551bbe1e",
                "sha256": "754fc5f102a623313cf248a6c8f720a38d0587c89f659055715778ea7df460e9"
            },
            "downloads": -1,
            "filename": "cityseer-4.13.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0d8cbcfc2e49f7b119636366551bbe1e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.10",
            "size": 8148075,
            "upload_time": "2024-04-23T06:53:21",
            "upload_time_iso_8601": "2024-04-23T06:53:21.384892Z",
            "url": "https://files.pythonhosted.org/packages/77/6f/0ba584cf67e4477dc116ad2a4defbe716b372a8c8222c2cbead7b23da960/cityseer-4.13.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-23 06:53:21",
    "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"
}
        
Elapsed time: 0.25202s