cityseer


Namecityseer JSON
Version 4.17.5 PyPI version JSON
download
home_pageNone
SummaryComputational tools for network-based pedestrian-scale urban analysis
upload_time2025-01-10 16:39:28
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=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

`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/ef/04/8f3ad942c8e78767778835f75471afc197a83b2595e36b389c3fad2b94cf/cityseer-4.17.5.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.5",
    "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": "d164db933748511668830d44e5b7ab75120206cd355bc36dd8b88f74ec7b6127",
                "md5": "6eb079da809c53ee292f385528fdc84b",
                "sha256": "dd9ee0b5ffb06d6774298cec0942649ef6490ec231c18170a4a572a381fa23f7"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6eb079da809c53ee292f385528fdc84b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 637429,
            "upload_time": "2025-01-10T16:37:01",
            "upload_time_iso_8601": "2025-01-10T16:37:01.564274Z",
            "url": "https://files.pythonhosted.org/packages/d1/64/db933748511668830d44e5b7ab75120206cd355bc36dd8b88f74ec7b6127/cityseer-4.17.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ac3058fabf5878f72112e24a9d248c3be1e4d17cfd28b1f49a85a8857ada8a4b",
                "md5": "b8decd8c1054785b563feaa473ca3996",
                "sha256": "099e391934e17f635e46bbfe1cb499f8d09871b60a3ff44e4e3c668250f8812d"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "b8decd8c1054785b563feaa473ca3996",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 645009,
            "upload_time": "2025-01-10T16:37:14",
            "upload_time_iso_8601": "2025-01-10T16:37:14.639627Z",
            "url": "https://files.pythonhosted.org/packages/ac/30/58fabf5878f72112e24a9d248c3be1e4d17cfd28b1f49a85a8857ada8a4b/cityseer-4.17.5-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3cf31346710cd9968d058cf0c650ce3c38f7310a4e3d0d75825e56cd43257036",
                "md5": "7cd84d027466612fff3e2971e8ff0bf7",
                "sha256": "15025de52fcd4e77cb01170c1c1ed5b4b5d460b1ad1d699bff6c84b739a7e78a"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "7cd84d027466612fff3e2971e8ff0bf7",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 684222,
            "upload_time": "2025-01-10T16:37:56",
            "upload_time_iso_8601": "2025-01-10T16:37:56.947977Z",
            "url": "https://files.pythonhosted.org/packages/3c/f3/1346710cd9968d058cf0c650ce3c38f7310a4e3d0d75825e56cd43257036/cityseer-4.17.5-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "875df87fb085c03b672a85d8317cb8043fdcf2bbcbe4bfa23366241855d89293",
                "md5": "e09367bbcaa54b77f5ea26421446277d",
                "sha256": "142c56153d27d3411160d960408c355de73795ca0beb04edc1755680b8b57be5"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "e09367bbcaa54b77f5ea26421446277d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 728766,
            "upload_time": "2025-01-10T16:37:26",
            "upload_time_iso_8601": "2025-01-10T16:37:26.389127Z",
            "url": "https://files.pythonhosted.org/packages/87/5d/f87fb085c03b672a85d8317cb8043fdcf2bbcbe4bfa23366241855d89293/cityseer-4.17.5-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b994dcd742722b4d72913f8cdf6dd0829d8985aebcacefa7f43611e4024e9774",
                "md5": "543509dd5a4fc164b7bac6c67f834220",
                "sha256": "07d6853232ca96ff26c793908cf7f35b6deb3f231ed14d53fa5b8d00d921e0de"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "543509dd5a4fc164b7bac6c67f834220",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 743523,
            "upload_time": "2025-01-10T16:37:37",
            "upload_time_iso_8601": "2025-01-10T16:37:37.842678Z",
            "url": "https://files.pythonhosted.org/packages/b9/94/dcd742722b4d72913f8cdf6dd0829d8985aebcacefa7f43611e4024e9774/cityseer-4.17.5-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f43dd32971ed2d81322af8558560ec279bbab0f04d68a9be5949ce4ec7cc6612",
                "md5": "0b5365e0be909aa8bf9213d0e26b417e",
                "sha256": "40e5de9c4cdbe7aa4f7f0a275fc5ed739396e305b2247d9eb8be1489d082d14e"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b5365e0be909aa8bf9213d0e26b417e",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 653653,
            "upload_time": "2025-01-10T16:38:10",
            "upload_time_iso_8601": "2025-01-10T16:38:10.568288Z",
            "url": "https://files.pythonhosted.org/packages/f4/3d/d32971ed2d81322af8558560ec279bbab0f04d68a9be5949ce4ec7cc6612/cityseer-4.17.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2999c36d363b7e32a80967e59e9be885bd109dfeca48329a2ad5807a6a3f8ee7",
                "md5": "5f90fb216d8403206c61b489eac3668c",
                "sha256": "ac0ee50283a22dff10abca9ebcef595b1f6c590747179d1fd9951a669fd053d7"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "5f90fb216d8403206c61b489eac3668c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 803292,
            "upload_time": "2025-01-10T16:38:36",
            "upload_time_iso_8601": "2025-01-10T16:38:36.879184Z",
            "url": "https://files.pythonhosted.org/packages/29/99/c36d363b7e32a80967e59e9be885bd109dfeca48329a2ad5807a6a3f8ee7/cityseer-4.17.5-cp310-cp310-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "746e24c56f3f601aae6f99cafdc613741f580c5d4180dbe6e6321e83ba535ca9",
                "md5": "8204602b51e54046274b3124a9f5bffe",
                "sha256": "a4379109ceba785daec114f0ba9e4f7511088fabf58957993cedf0133e66ef60"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "8204602b51e54046274b3124a9f5bffe",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 890564,
            "upload_time": "2025-01-10T16:38:54",
            "upload_time_iso_8601": "2025-01-10T16:38:54.629188Z",
            "url": "https://files.pythonhosted.org/packages/74/6e/24c56f3f601aae6f99cafdc613741f580c5d4180dbe6e6321e83ba535ca9/cityseer-4.17.5-cp310-cp310-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c0436c79bf2a185c0220e6cf03360569d544b14399e8dae76058656b04c4e2aa",
                "md5": "10258aadf254ac56af9c7ba94ffe29d3",
                "sha256": "5d0908f044f118865c256fa1a35e4a02fd6495fab56f846cf401bd151e163fee"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "10258aadf254ac56af9c7ba94ffe29d3",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 832747,
            "upload_time": "2025-01-10T16:39:05",
            "upload_time_iso_8601": "2025-01-10T16:39:05.680289Z",
            "url": "https://files.pythonhosted.org/packages/c0/43/6c79bf2a185c0220e6cf03360569d544b14399e8dae76058656b04c4e2aa/cityseer-4.17.5-cp310-cp310-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1802f16452d60ae72d9cdea941af2566e3a7d141d02d745ec67f1b54ce194cb6",
                "md5": "d03808d5df45c9cc349d9873d240e36d",
                "sha256": "c20c1e09a78e4f0d4b3b1e160ec7bfc2a6f7f6f7317ae8e6eb170265ab7f0178"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d03808d5df45c9cc349d9873d240e36d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 811181,
            "upload_time": "2025-01-10T16:39:18",
            "upload_time_iso_8601": "2025-01-10T16:39:18.015381Z",
            "url": "https://files.pythonhosted.org/packages/18/02/f16452d60ae72d9cdea941af2566e3a7d141d02d745ec67f1b54ce194cb6/cityseer-4.17.5-cp310-cp310-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32913568405f2fb648f5330b96855898fb9c2d6eb9c2a50a27a5be43ee5bf259",
                "md5": "7bd7d2554dc3c8c5266004f19c59a77a",
                "sha256": "8c3b405878f9bae5ac6361493f0cdfdeb9a76199533bf341b9749f7b23615764"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-win32.whl",
            "has_sig": false,
            "md5_digest": "7bd7d2554dc3c8c5266004f19c59a77a",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 418535,
            "upload_time": "2025-01-10T16:39:37",
            "upload_time_iso_8601": "2025-01-10T16:39:37.907375Z",
            "url": "https://files.pythonhosted.org/packages/32/91/3568405f2fb648f5330b96855898fb9c2d6eb9c2a50a27a5be43ee5bf259/cityseer-4.17.5-cp310-cp310-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7cf49bfed3cd136706b81f88c398503a41055e20aed9c38d6e5ca306c97b5174",
                "md5": "482be359a8938170d53adcb273222464",
                "sha256": "557faa3cf13b2070cdcc875f851d0a67874f0ed7c0eafc25b40e5ff9c505e241"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "482be359a8938170d53adcb273222464",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": "<3.14,>=3.10",
            "size": 460637,
            "upload_time": "2025-01-10T16:39:31",
            "upload_time_iso_8601": "2025-01-10T16:39:31.271651Z",
            "url": "https://files.pythonhosted.org/packages/7c/f4/9bfed3cd136706b81f88c398503a41055e20aed9c38d6e5ca306c97b5174/cityseer-4.17.5-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bc38e650980c15e99048ae50a0e686da2417e43ca0299fb9ba72aa3896bed19",
                "md5": "c3f48754fcd5d5dd0762cd4187947635",
                "sha256": "6aa1c2ce1f8fef1160584520c6024fd36ab40f676c2e35d471a55c70f5d1b6bd"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c3f48754fcd5d5dd0762cd4187947635",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 586844,
            "upload_time": "2025-01-10T16:38:31",
            "upload_time_iso_8601": "2025-01-10T16:38:31.203882Z",
            "url": "https://files.pythonhosted.org/packages/8b/c3/8e650980c15e99048ae50a0e686da2417e43ca0299fb9ba72aa3896bed19/cityseer-4.17.5-cp311-cp311-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d94524f41208acd67dba980fa906d5c55f5600f079732b055e55ab6206a2122c",
                "md5": "ce8a9d1f33e18d493da6ca5f8f6aeb57",
                "sha256": "9144808d2ad88a5c63322ad7ce6ad74166baec8d4c9832fb4d74dee7f8d3cd75"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "ce8a9d1f33e18d493da6ca5f8f6aeb57",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 561857,
            "upload_time": "2025-01-10T16:38:23",
            "upload_time_iso_8601": "2025-01-10T16:38:23.515791Z",
            "url": "https://files.pythonhosted.org/packages/d9/45/24f41208acd67dba980fa906d5c55f5600f079732b055e55ab6206a2122c/cityseer-4.17.5-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7c4e04a02c3b291d750bc6c256274b75fd471aff0de4c334d8adef40788dc9cd",
                "md5": "a3c253286f164fc4a390c48b7c93fd0c",
                "sha256": "79bb77fa5e10fc9776b7d7807ed197a58fd40114736561c0fa2e35e2f5065ca2"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "a3c253286f164fc4a390c48b7c93fd0c",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 637429,
            "upload_time": "2025-01-10T16:37:04",
            "upload_time_iso_8601": "2025-01-10T16:37:04.828935Z",
            "url": "https://files.pythonhosted.org/packages/7c/4e/04a02c3b291d750bc6c256274b75fd471aff0de4c334d8adef40788dc9cd/cityseer-4.17.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "381ea02ba5c1e33444aed85fbbda75ce974acfe0309660465ef9470918414233",
                "md5": "41bf1e5c3cd32e96b3f605d9793815e2",
                "sha256": "a7b423659eb8c75a4aff1e01f0841abbf48948448dbaa89c7b5ee1807c0fa991"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "41bf1e5c3cd32e96b3f605d9793815e2",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 645010,
            "upload_time": "2025-01-10T16:37:16",
            "upload_time_iso_8601": "2025-01-10T16:37:16.791059Z",
            "url": "https://files.pythonhosted.org/packages/38/1e/a02ba5c1e33444aed85fbbda75ce974acfe0309660465ef9470918414233/cityseer-4.17.5-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "aef934ff65ff5ae473827f5a123d9623cf82ee63eadc62dce42203562efe8cbf",
                "md5": "65d18757639885807c3e6d1c9db896e7",
                "sha256": "e7e7b1437d75b4bcd8f4227f83b416578b49a243d2380f80c285e364230205b8"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "65d18757639885807c3e6d1c9db896e7",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 684222,
            "upload_time": "2025-01-10T16:38:00",
            "upload_time_iso_8601": "2025-01-10T16:38:00.365482Z",
            "url": "https://files.pythonhosted.org/packages/ae/f9/34ff65ff5ae473827f5a123d9623cf82ee63eadc62dce42203562efe8cbf/cityseer-4.17.5-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f0f2b988677d565e36eda4ae057c3a8355181a2a514eeb90c7ab63e8a09f661a",
                "md5": "8044894b847b64c1caf18a2fa19f6829",
                "sha256": "74684f9c7792d9f2af2d44fdbf3d6f5d11d71c06cf4faa863c9c17ef683e1542"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "8044894b847b64c1caf18a2fa19f6829",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 728765,
            "upload_time": "2025-01-10T16:37:28",
            "upload_time_iso_8601": "2025-01-10T16:37:28.341507Z",
            "url": "https://files.pythonhosted.org/packages/f0/f2/b988677d565e36eda4ae057c3a8355181a2a514eeb90c7ab63e8a09f661a/cityseer-4.17.5-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3ab5673c98d9ff9cc204aaacc350e673380b2df7ef41745aa8adcec7e3be254c",
                "md5": "af73f56c371ec78a6064b4f8f91849aa",
                "sha256": "4b2e994ad2a0a21c0480ca061fb701e138de5a190777049fc6690d0cb6e204fc"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "af73f56c371ec78a6064b4f8f91849aa",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 743519,
            "upload_time": "2025-01-10T16:37:46",
            "upload_time_iso_8601": "2025-01-10T16:37:46.573334Z",
            "url": "https://files.pythonhosted.org/packages/3a/b5/673c98d9ff9cc204aaacc350e673380b2df7ef41745aa8adcec7e3be254c/cityseer-4.17.5-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "afff87c6ad0f15c4f7cee0264b52f7fe648efb81c7a0fcd0530e0eed4c64be58",
                "md5": "71d9fb6e1b9f93c8a0e8cf0e813791cb",
                "sha256": "5b770e87402a023e06e3a9dfbe75161ae0cadf24792b2b479c6f71cc684bf67a"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "71d9fb6e1b9f93c8a0e8cf0e813791cb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 653655,
            "upload_time": "2025-01-10T16:38:12",
            "upload_time_iso_8601": "2025-01-10T16:38:12.450514Z",
            "url": "https://files.pythonhosted.org/packages/af/ff/87c6ad0f15c4f7cee0264b52f7fe648efb81c7a0fcd0530e0eed4c64be58/cityseer-4.17.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "053681677de8bb8cc9c8596e18aa58c5e5d73fe36386ea44b9d5fa22fd5c4e17",
                "md5": "33ced394f1c185c0c653c47b32ec89ac",
                "sha256": "89167a145684d41e7d45732cb4bd1ccbd63a706e78dd93a83de23b85b2c157c5"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "33ced394f1c185c0c653c47b32ec89ac",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 803295,
            "upload_time": "2025-01-10T16:38:40",
            "upload_time_iso_8601": "2025-01-10T16:38:40.638626Z",
            "url": "https://files.pythonhosted.org/packages/05/36/81677de8bb8cc9c8596e18aa58c5e5d73fe36386ea44b9d5fa22fd5c4e17/cityseer-4.17.5-cp311-cp311-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "b06db62f07a64e1d5fd5a4057c0d1f2e140a223e8354f7b67b9e76fa0f085e40",
                "md5": "7105b3273a02b55c7253dd0bbc61c530",
                "sha256": "081f34cd4ec4111d6763fb5f02cc19234f8d5caf933ba95140bba89a9b6f698a"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7105b3273a02b55c7253dd0bbc61c530",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 890568,
            "upload_time": "2025-01-10T16:38:56",
            "upload_time_iso_8601": "2025-01-10T16:38:56.638259Z",
            "url": "https://files.pythonhosted.org/packages/b0/6d/b62f07a64e1d5fd5a4057c0d1f2e140a223e8354f7b67b9e76fa0f085e40/cityseer-4.17.5-cp311-cp311-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1c2cf30702ed7ba83c917f1fea194498db1991c254d7e12f795a08c1c033a58c",
                "md5": "bd687bffaf0e8fd4bb2cdd6783460a7a",
                "sha256": "66ceeb0154604c53f40210105b2dc489ad8df393b40c332993afc7ab81d14693"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "bd687bffaf0e8fd4bb2cdd6783460a7a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 832749,
            "upload_time": "2025-01-10T16:39:08",
            "upload_time_iso_8601": "2025-01-10T16:39:08.942131Z",
            "url": "https://files.pythonhosted.org/packages/1c/2c/f30702ed7ba83c917f1fea194498db1991c254d7e12f795a08c1c033a58c/cityseer-4.17.5-cp311-cp311-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "73977f95c033170d5153af0e80905260afa5971cfd90fb9dcef4f0420dcd2d93",
                "md5": "4994b8424f6e54afaf6377baf5a33edb",
                "sha256": "c4cb46b2331b05d1faf05b74c5a64bad2fa6cba65bcb28d466fcdd4d3b5a2657"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4994b8424f6e54afaf6377baf5a33edb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 811184,
            "upload_time": "2025-01-10T16:39:20",
            "upload_time_iso_8601": "2025-01-10T16:39:20.278554Z",
            "url": "https://files.pythonhosted.org/packages/73/97/7f95c033170d5153af0e80905260afa5971cfd90fb9dcef4f0420dcd2d93/cityseer-4.17.5-cp311-cp311-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5ac7cab5081d182bbaa31563f438a0a26bad2dee7917d362f302de1c7edd3e11",
                "md5": "9ca704eff4700b011f04be8bd61a9531",
                "sha256": "0de9064c48a06c0053fdc42f89d9f955f4c7c697e893147e7b3e1125bf080fb1"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-win32.whl",
            "has_sig": false,
            "md5_digest": "9ca704eff4700b011f04be8bd61a9531",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 418538,
            "upload_time": "2025-01-10T16:39:39",
            "upload_time_iso_8601": "2025-01-10T16:39:39.744482Z",
            "url": "https://files.pythonhosted.org/packages/5a/c7/cab5081d182bbaa31563f438a0a26bad2dee7917d362f302de1c7edd3e11/cityseer-4.17.5-cp311-cp311-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "03d12e96fb8658dee9bc11a0ab2cf4b7a8abc6772f22547f2a1ca9d520571956",
                "md5": "93275674d527da618ff452c1b1f88f29",
                "sha256": "6392ed60d2570f8e2c57f86b8f7a2fa2974a0e01847a28bb272e018318dc46ae"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "93275674d527da618ff452c1b1f88f29",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": "<3.14,>=3.10",
            "size": 460645,
            "upload_time": "2025-01-10T16:39:33",
            "upload_time_iso_8601": "2025-01-10T16:39:33.047689Z",
            "url": "https://files.pythonhosted.org/packages/03/d1/2e96fb8658dee9bc11a0ab2cf4b7a8abc6772f22547f2a1ca9d520571956/cityseer-4.17.5-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "88dc4eada6147a279c60651afa0f965b00f595df5a5882e80ff9de445e87331d",
                "md5": "045190ec5cf9e91cbceeaebde2561848",
                "sha256": "3f26a65198e2512f473a85bc30405543d8ca210131e0ea711ed65134f177e1f0"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "045190ec5cf9e91cbceeaebde2561848",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 586869,
            "upload_time": "2025-01-10T16:38:33",
            "upload_time_iso_8601": "2025-01-10T16:38:33.182656Z",
            "url": "https://files.pythonhosted.org/packages/88/dc/4eada6147a279c60651afa0f965b00f595df5a5882e80ff9de445e87331d/cityseer-4.17.5-cp312-cp312-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "37e98e545ed586b92480a1dcd4ce31e77eeda80a37a89cffcd1a47983fc8b23c",
                "md5": "77295c1205974ca6e031f213ed31da4b",
                "sha256": "9d75a0128722a1e15a45e31480ddad62aaa0633b0102dc7f4f242c917a5e9b89"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "77295c1205974ca6e031f213ed31da4b",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 561814,
            "upload_time": "2025-01-10T16:38:25",
            "upload_time_iso_8601": "2025-01-10T16:38:25.408391Z",
            "url": "https://files.pythonhosted.org/packages/37/e9/8e545ed586b92480a1dcd4ce31e77eeda80a37a89cffcd1a47983fc8b23c/cityseer-4.17.5-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "00af2fe44663b2beb02c490045c1c613304c9972666c5918cf43123771e0db00",
                "md5": "6fe936c36d6634651a0488d8295c2d07",
                "sha256": "ca051ce5ab0e440c4e4119480b3ecc93659d608aaccff7b87a4aa6fda4ed42b0"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "6fe936c36d6634651a0488d8295c2d07",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 637404,
            "upload_time": "2025-01-10T16:37:07",
            "upload_time_iso_8601": "2025-01-10T16:37:07.878574Z",
            "url": "https://files.pythonhosted.org/packages/00/af/2fe44663b2beb02c490045c1c613304c9972666c5918cf43123771e0db00/cityseer-4.17.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "bb9ce7d9604e294aa1ac3982b5a0b3d74aaa3a3cc93dbd410e5cc83a6bbb04c5",
                "md5": "7bf41772b89e8a1539644a94a8e9cfce",
                "sha256": "57b076053d82f422e7057dd1df2381d5d075df3d149fb4541725f0bb841473de"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "7bf41772b89e8a1539644a94a8e9cfce",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 644963,
            "upload_time": "2025-01-10T16:37:18",
            "upload_time_iso_8601": "2025-01-10T16:37:18.828572Z",
            "url": "https://files.pythonhosted.org/packages/bb/9c/e7d9604e294aa1ac3982b5a0b3d74aaa3a3cc93dbd410e5cc83a6bbb04c5/cityseer-4.17.5-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c5e29e20ee5db88f46ee91b0a6b58ea202aac65cd3ba82774eb909a581c36a52",
                "md5": "8f567b0f7b4581226b22afb352913a59",
                "sha256": "2710f335590c303f6f0a35b4ea1c718af7766e141e3093a9f474b0a9f4332e08"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "8f567b0f7b4581226b22afb352913a59",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 685918,
            "upload_time": "2025-01-10T16:38:02",
            "upload_time_iso_8601": "2025-01-10T16:38:02.060239Z",
            "url": "https://files.pythonhosted.org/packages/c5/e2/9e20ee5db88f46ee91b0a6b58ea202aac65cd3ba82774eb909a581c36a52/cityseer-4.17.5-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "917205f86fc6ea2e0966e4517c368059a5837bd41d4b9971a35dd41b6f78ed0b",
                "md5": "b1454ada62dfd45c97d237fb504d37d9",
                "sha256": "8e4ab1eebdbae5aea8ecd8bee6b2ee85c832b4140e41e7aec6bc8af721cf8e9c"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b1454ada62dfd45c97d237fb504d37d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 729016,
            "upload_time": "2025-01-10T16:37:32",
            "upload_time_iso_8601": "2025-01-10T16:37:32.431456Z",
            "url": "https://files.pythonhosted.org/packages/91/72/05f86fc6ea2e0966e4517c368059a5837bd41d4b9971a35dd41b6f78ed0b/cityseer-4.17.5-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25d045f3853d8882ee7687677e83ae138dc9f6a289bdb83660f2778dc6e46136",
                "md5": "eae7eef84375aa064ec94e7c3cea8741",
                "sha256": "8d7e3f3b36aceaa82ab9e094a7eea7707c9357c6bc5cda19d4e5885ddd760247"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "eae7eef84375aa064ec94e7c3cea8741",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 743622,
            "upload_time": "2025-01-10T16:37:50",
            "upload_time_iso_8601": "2025-01-10T16:37:50.094544Z",
            "url": "https://files.pythonhosted.org/packages/25/d0/45f3853d8882ee7687677e83ae138dc9f6a289bdb83660f2778dc6e46136/cityseer-4.17.5-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6a5471ec2220d326794e33491bf06275dd5535a119425b574a87f68184fea3cf",
                "md5": "ddf37d9e34448661615109afe19c66ec",
                "sha256": "cdfd95f567575f8c3442f11caea0a19c93d3789e35fb73a9ec755af81f050894"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "ddf37d9e34448661615109afe19c66ec",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 653517,
            "upload_time": "2025-01-10T16:38:14",
            "upload_time_iso_8601": "2025-01-10T16:38:14.256958Z",
            "url": "https://files.pythonhosted.org/packages/6a/54/71ec2220d326794e33491bf06275dd5535a119425b574a87f68184fea3cf/cityseer-4.17.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d55e7599094c07056b56caceb51da146eb32f6367505efe33bc81820ce53084c",
                "md5": "8229e461299fc7cbefbf30623b9f0319",
                "sha256": "72049d77ec0f158e6966dbd4b6f28d423fa97aa1f541e5320b34e70299c58d4a"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "8229e461299fc7cbefbf30623b9f0319",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 803359,
            "upload_time": "2025-01-10T16:38:45",
            "upload_time_iso_8601": "2025-01-10T16:38:45.401709Z",
            "url": "https://files.pythonhosted.org/packages/d5/5e/7599094c07056b56caceb51da146eb32f6367505efe33bc81820ce53084c/cityseer-4.17.5-cp312-cp312-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ee02e898ee7716509c39fc390cd859e9f6d84168fc890fa2870e5e33c9d74420",
                "md5": "1e07bfa411e4567345b511af9e08c079",
                "sha256": "58f23944370f5c262f86983775e2dbaab8522fdd671bca210614295567cf5bf6"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "1e07bfa411e4567345b511af9e08c079",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 889939,
            "upload_time": "2025-01-10T16:38:58",
            "upload_time_iso_8601": "2025-01-10T16:38:58.429325Z",
            "url": "https://files.pythonhosted.org/packages/ee/02/e898ee7716509c39fc390cd859e9f6d84168fc890fa2870e5e33c9d74420/cityseer-4.17.5-cp312-cp312-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bda31f547b0b0febc3777335916cbfcda12dc8c15b76c95c39832139d2de24d",
                "md5": "18ee4d3cbb43190ee0089272c9e9f509",
                "sha256": "8cb79f84c90724dc708ee5f7c4935d9418dbd5613b8f97678dd0187d546ca3d7"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "18ee4d3cbb43190ee0089272c9e9f509",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 832299,
            "upload_time": "2025-01-10T16:39:10",
            "upload_time_iso_8601": "2025-01-10T16:39:10.869828Z",
            "url": "https://files.pythonhosted.org/packages/1b/da/31f547b0b0febc3777335916cbfcda12dc8c15b76c95c39832139d2de24d/cityseer-4.17.5-cp312-cp312-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a919bed4dd9f5bb1e134682d40f706c5fa8e2a849bb74184460138cc5cd20d44",
                "md5": "c7d8cccc50276f3a38045b1d87a20aef",
                "sha256": "119c76881b4cf002c447a2ea82f35dd0c870f5a37140e25a120aa48990005f33"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c7d8cccc50276f3a38045b1d87a20aef",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 811072,
            "upload_time": "2025-01-10T16:39:22",
            "upload_time_iso_8601": "2025-01-10T16:39:22.098134Z",
            "url": "https://files.pythonhosted.org/packages/a9/19/bed4dd9f5bb1e134682d40f706c5fa8e2a849bb74184460138cc5cd20d44/cityseer-4.17.5-cp312-cp312-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cf6970fffec2daefd23b761257d35d3a9bdd9bc2a2aefd021e22eee86a801d20",
                "md5": "9cb79ba6317b432357920d446ad9d4d9",
                "sha256": "1c1c3749526606c7657aea9cf9936f5bd504e3c56303b0a3b76586093bc142ce"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-win32.whl",
            "has_sig": false,
            "md5_digest": "9cb79ba6317b432357920d446ad9d4d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 418630,
            "upload_time": "2025-01-10T16:39:42",
            "upload_time_iso_8601": "2025-01-10T16:39:42.880820Z",
            "url": "https://files.pythonhosted.org/packages/cf/69/70fffec2daefd23b761257d35d3a9bdd9bc2a2aefd021e22eee86a801d20/cityseer-4.17.5-cp312-cp312-win32.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2a24f82c4bd6edc7407b866402359552bebdf764b8b73bab819214b0c4f5b755",
                "md5": "1501f95f9310d249f4b6e92c81857799",
                "sha256": "50e50bdbe8baf05da4c24e21ae27d7170193c1e11aeb32e3faa9e4b69661a84a"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1501f95f9310d249f4b6e92c81857799",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": "<3.14,>=3.10",
            "size": 460828,
            "upload_time": "2025-01-10T16:39:36",
            "upload_time_iso_8601": "2025-01-10T16:39:36.023784Z",
            "url": "https://files.pythonhosted.org/packages/2a/24/f82c4bd6edc7407b866402359552bebdf764b8b73bab819214b0c4f5b755/cityseer-4.17.5-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c95ca48fe943a3f893bf308b6db9f8f3fbcf1073f84eaf61c4e9fc81a95c0495",
                "md5": "755913a09d0e6c23efc7eb52f196de45",
                "sha256": "6e25359848de8059fbf357717396d17a3ba2e8a7862242ee009006b6182393e2"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-macosx_10_12_x86_64.whl",
            "has_sig": false,
            "md5_digest": "755913a09d0e6c23efc7eb52f196de45",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 586870,
            "upload_time": "2025-01-10T16:38:34",
            "upload_time_iso_8601": "2025-01-10T16:38:34.969580Z",
            "url": "https://files.pythonhosted.org/packages/c9/5c/a48fe943a3f893bf308b6db9f8f3fbcf1073f84eaf61c4e9fc81a95c0495/cityseer-4.17.5-cp313-cp313-macosx_10_12_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "79dceda289ba770c902c0e333cc5342b169bcb88ba9864c8e69b285d26ae4d40",
                "md5": "687b57e7352de14b16323b5d1c00e001",
                "sha256": "0c9ca17bc49bba0bc7796c75ad056974dd362b1f58d60f7de7e836460debf019"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "687b57e7352de14b16323b5d1c00e001",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 561815,
            "upload_time": "2025-01-10T16:38:28",
            "upload_time_iso_8601": "2025-01-10T16:38:28.641524Z",
            "url": "https://files.pythonhosted.org/packages/79/dc/eda289ba770c902c0e333cc5342b169bcb88ba9864c8e69b285d26ae4d40/cityseer-4.17.5-cp313-cp313-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e16058f6edae619ce49fa978cff84bf11fb7c37b0697635cb9456eca7d0426cf",
                "md5": "03775e46e3d44fc8d30c5d329f4d2b6a",
                "sha256": "6c9f787c508dbf38fd770f6f78f2d31cb25497ec48a1103f44a58c954e5388ef"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "03775e46e3d44fc8d30c5d329f4d2b6a",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 637403,
            "upload_time": "2025-01-10T16:37:09",
            "upload_time_iso_8601": "2025-01-10T16:37:09.571982Z",
            "url": "https://files.pythonhosted.org/packages/e1/60/58f6edae619ce49fa978cff84bf11fb7c37b0697635cb9456eca7d0426cf/cityseer-4.17.5-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "849c452f53d150be2203e3d22c34782e0850b3daeba2a98c2e864e814b33cf20",
                "md5": "bb1695ddc456564556cf0ff8f77dc684",
                "sha256": "ad56a9d003cb263d75e3432613894b1f2afd823d4ddfffa1b601b17b41cdeeb6"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "bb1695ddc456564556cf0ff8f77dc684",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 644961,
            "upload_time": "2025-01-10T16:37:20",
            "upload_time_iso_8601": "2025-01-10T16:37:20.704170Z",
            "url": "https://files.pythonhosted.org/packages/84/9c/452f53d150be2203e3d22c34782e0850b3daeba2a98c2e864e814b33cf20/cityseer-4.17.5-cp313-cp313-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4068eb30b1f3f3c31db723fa821133ba7f1392a09d5f0e518223536db52c099c",
                "md5": "132c0095ff42bbdfb531b30a743901fb",
                "sha256": "993c567fb08c7b382ca341ecb2dd246f7a992261270a08fdd5d71ec49c9efcfd"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "132c0095ff42bbdfb531b30a743901fb",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 685918,
            "upload_time": "2025-01-10T16:38:06",
            "upload_time_iso_8601": "2025-01-10T16:38:06.211581Z",
            "url": "https://files.pythonhosted.org/packages/40/68/eb30b1f3f3c31db723fa821133ba7f1392a09d5f0e518223536db52c099c/cityseer-4.17.5-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8f48d9fc2220df069f550d11070b47db05f5d7de816e5a170a7f63455b83b257",
                "md5": "d7ef280715d006ce3eb0ea41212d8c09",
                "sha256": "141a290ef1ca4e2eea3d182a9a9783edc37a0302ab84d7b5d386109aab8ff2a7"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "d7ef280715d006ce3eb0ea41212d8c09",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 729019,
            "upload_time": "2025-01-10T16:37:34",
            "upload_time_iso_8601": "2025-01-10T16:37:34.224357Z",
            "url": "https://files.pythonhosted.org/packages/8f/48/d9fc2220df069f550d11070b47db05f5d7de816e5a170a7f63455b83b257/cityseer-4.17.5-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f9a3cfcd328517237a57fd4271c9ae645341013d3e2e7510cd119dd75b01bbe9",
                "md5": "02f97d80a5dcd0cb16c712cdacf80141",
                "sha256": "fe8f6f0c8b57c2d1e84a8374610b80d9dab052fe6c381968e50d099dc4dc0995"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "02f97d80a5dcd0cb16c712cdacf80141",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 743623,
            "upload_time": "2025-01-10T16:37:53",
            "upload_time_iso_8601": "2025-01-10T16:37:53.036801Z",
            "url": "https://files.pythonhosted.org/packages/f9/a3/cfcd328517237a57fd4271c9ae645341013d3e2e7510cd119dd75b01bbe9/cityseer-4.17.5-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eb06274af79acfda1e860f1b4b97f8c4ed856c76e15ad9d73c3bef50b76797a0",
                "md5": "c8d1db123e829fade9c4b2ab1d5bfa22",
                "sha256": "816c310eeedb9266499691299bedb1f985eb0817c384e17b8003b788a3e6cfaf"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c8d1db123e829fade9c4b2ab1d5bfa22",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 653518,
            "upload_time": "2025-01-10T16:38:18",
            "upload_time_iso_8601": "2025-01-10T16:38:18.516459Z",
            "url": "https://files.pythonhosted.org/packages/eb/06/274af79acfda1e860f1b4b97f8c4ed856c76e15ad9d73c3bef50b76797a0/cityseer-4.17.5-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "39d134c44dbb7479864538a5b4d3f909bc5a1e360f923db36fec12b6508b74d4",
                "md5": "b685ec0cd7c65614552a937cefa69458",
                "sha256": "0be898a665774bf208cff44426faedc0a68b86056379bfd922475ba9b7fd6ef9"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "b685ec0cd7c65614552a937cefa69458",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 803358,
            "upload_time": "2025-01-10T16:38:48",
            "upload_time_iso_8601": "2025-01-10T16:38:48.362981Z",
            "url": "https://files.pythonhosted.org/packages/39/d1/34c44dbb7479864538a5b4d3f909bc5a1e360f923db36fec12b6508b74d4/cityseer-4.17.5-cp313-cp313-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "5fbe7422145f10b18872bce2e5ad114c918dd0877acbddf30d724d596955a864",
                "md5": "cc614110ea6e8fd3a7eab6c54d4b11af",
                "sha256": "d9b5e76e602883fd5bd81a82e6e1fdfac76457851a9a554ee9610c3dea9b8cd3"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "cc614110ea6e8fd3a7eab6c54d4b11af",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 889939,
            "upload_time": "2025-01-10T16:39:00",
            "upload_time_iso_8601": "2025-01-10T16:39:00.496075Z",
            "url": "https://files.pythonhosted.org/packages/5f/be/7422145f10b18872bce2e5ad114c918dd0877acbddf30d724d596955a864/cityseer-4.17.5-cp313-cp313-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "59fb641efd8438faedc1f61731a8a9bbeb114a52f6c0a8b0dc17293fc93c917f",
                "md5": "2b5e28794041d390def9c62d7272810b",
                "sha256": "c1ab16403c5e5e31d33575fb694f6158223cdc0529b98466ade8d2cf42dca180"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "2b5e28794041d390def9c62d7272810b",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 832298,
            "upload_time": "2025-01-10T16:39:12",
            "upload_time_iso_8601": "2025-01-10T16:39:12.580593Z",
            "url": "https://files.pythonhosted.org/packages/59/fb/641efd8438faedc1f61731a8a9bbeb114a52f6c0a8b0dc17293fc93c917f/cityseer-4.17.5-cp313-cp313-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c6ffd6bc4a66ae514e3bdbbdc4e9c14b5a9c59becc67167a694738d75bc8fe8a",
                "md5": "b5210fb813a18053db942062ec407db9",
                "sha256": "f3991684c12d778ff8bfa227a6abce50194d475ced87810d31fb54eba63755d6"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-cp313-cp313-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "b5210fb813a18053db942062ec407db9",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": "<3.14,>=3.10",
            "size": 811072,
            "upload_time": "2025-01-10T16:39:23",
            "upload_time_iso_8601": "2025-01-10T16:39:23.868438Z",
            "url": "https://files.pythonhosted.org/packages/c6/ff/d6bc4a66ae514e3bdbbdc4e9c14b5a9c59becc67167a694738d75bc8fe8a/cityseer-4.17.5-cp313-cp313-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "067aed868031f00cb6796fe01b8090e1004ccb4486374f97900db46df8fbe60d",
                "md5": "cd287e2b7cc707df5706a4e8c56b7c28",
                "sha256": "e51616a7f254cf6b89c0e5110bf44e1efeb1d5f32b35cc2de65324f0d2329219"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "has_sig": false,
            "md5_digest": "cd287e2b7cc707df5706a4e8c56b7c28",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 640474,
            "upload_time": "2025-01-10T16:37:11",
            "upload_time_iso_8601": "2025-01-10T16:37:11.422805Z",
            "url": "https://files.pythonhosted.org/packages/06/7a/ed868031f00cb6796fe01b8090e1004ccb4486374f97900db46df8fbe60d/cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2c0811ca6c4a4cfefc8315b15dd2d2dd46dcf400041e2e20b8720b7d2c9780f3",
                "md5": "759d108cc34c27385ee8e9bc74d36cdf",
                "sha256": "f5e68e0eb4888bec3bd96c98451115d3df041c0408c046be50eb321ed2991916"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "has_sig": false,
            "md5_digest": "759d108cc34c27385ee8e9bc74d36cdf",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 643745,
            "upload_time": "2025-01-10T16:37:24",
            "upload_time_iso_8601": "2025-01-10T16:37:24.769534Z",
            "url": "https://files.pythonhosted.org/packages/2c/08/11ca6c4a4cfefc8315b15dd2d2dd46dcf400041e2e20b8720b7d2c9780f3/cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8fba16ee475bce83bebb74b73a38a48d600252015aa4a9cc77b53a7f4437dcae",
                "md5": "29bfb360311c19d748a9a16b6541f266",
                "sha256": "30e63be253fc2e2610db7416719ee712da7043b829c855c027174707b1331762"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "has_sig": false,
            "md5_digest": "29bfb360311c19d748a9a16b6541f266",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 684489,
            "upload_time": "2025-01-10T16:38:08",
            "upload_time_iso_8601": "2025-01-10T16:38:08.006299Z",
            "url": "https://files.pythonhosted.org/packages/8f/ba/16ee475bce83bebb74b73a38a48d600252015aa4a9cc77b53a7f4437dcae/cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_i686.manylinux2014_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9f14d4327a0074a17f438154bf7f74633b86d3628f7bba5313e2c10d6de2a021",
                "md5": "b0ee59e9ec110858391b390e4500e9e2",
                "sha256": "3c32aca5d2544d8959259be1f93aa612e3c46225dd4109195139a00c11b48da5"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "has_sig": false,
            "md5_digest": "b0ee59e9ec110858391b390e4500e9e2",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 728856,
            "upload_time": "2025-01-10T16:37:35",
            "upload_time_iso_8601": "2025-01-10T16:37:35.841084Z",
            "url": "https://files.pythonhosted.org/packages/9f/14/d4327a0074a17f438154bf7f74633b86d3628f7bba5313e2c10d6de2a021/cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0f8d9d7244daf799722c7f3ae147194a1d10799951c2037506efccf4368cd2e8",
                "md5": "982757805617645ee1ae38f08cbed027",
                "sha256": "2ac8047605697e540cb7629af6eb89828f998e35661ea2ee2cc327ace8a2b0bb"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "has_sig": false,
            "md5_digest": "982757805617645ee1ae38f08cbed027",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 746463,
            "upload_time": "2025-01-10T16:37:54",
            "upload_time_iso_8601": "2025-01-10T16:37:54.778798Z",
            "url": "https://files.pythonhosted.org/packages/0f/8d/9d7244daf799722c7f3ae147194a1d10799951c2037506efccf4368cd2e8/cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "327ac30457e55d1921d5f846ab9937d584da9f24d3b861723fcbac0af40fbef7",
                "md5": "0b2820d10c0926dddaeeeab28c3148e0",
                "sha256": "482c2ac28939906e5f64c11877d4db43543a200457995f9b363762d92e4cf8e9"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0b2820d10c0926dddaeeeab28c3148e0",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 655664,
            "upload_time": "2025-01-10T16:38:21",
            "upload_time_iso_8601": "2025-01-10T16:38:21.392212Z",
            "url": "https://files.pythonhosted.org/packages/32/7a/c30457e55d1921d5f846ab9937d584da9f24d3b861723fcbac0af40fbef7/cityseer-4.17.5-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "630f27b796e6396581263c2715dbcf11414c7502028f2dd050bf26b8a50fbd4b",
                "md5": "2e5d2dda6c7deac124f1a8f987d41f8f",
                "sha256": "3786ff4f6b180100e0cdafa1c4d427a11a76373b98de69767e5fd80d84ee8e08"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "has_sig": false,
            "md5_digest": "2e5d2dda6c7deac124f1a8f987d41f8f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 803160,
            "upload_time": "2025-01-10T16:38:50",
            "upload_time_iso_8601": "2025-01-10T16:38:50.257629Z",
            "url": "https://files.pythonhosted.org/packages/63/0f/27b796e6396581263c2715dbcf11414c7502028f2dd050bf26b8a50fbd4b/cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdb1c962c8c7215198a2ebbf7769fe9b61e347c41a6f64a0ec79c386ca049304",
                "md5": "2d6b7d33fc9e696da4e083bf2ce67b8f",
                "sha256": "7888d7889644c2ec70657062f59182c86224c714d80c51fd35867c7a737d1898"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "has_sig": false,
            "md5_digest": "2d6b7d33fc9e696da4e083bf2ce67b8f",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 890066,
            "upload_time": "2025-01-10T16:39:03",
            "upload_time_iso_8601": "2025-01-10T16:39:03.892366Z",
            "url": "https://files.pythonhosted.org/packages/cd/b1/c962c8c7215198a2ebbf7769fe9b61e347c41a6f64a0ec79c386ca049304/cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_armv7l.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0a5ec29ca6a388fb4393f2bd67268fe0258d680663b0ddb0a632e0919fadd312",
                "md5": "5e4881f2181cc8c7ef6446615ea9704a",
                "sha256": "adee1f04eae20d8a317cb335ec568a8beb5cb955f02b970b61a1b4bcc6960688"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "has_sig": false,
            "md5_digest": "5e4881f2181cc8c7ef6446615ea9704a",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 832293,
            "upload_time": "2025-01-10T16:39:15",
            "upload_time_iso_8601": "2025-01-10T16:39:15.038852Z",
            "url": "https://files.pythonhosted.org/packages/0a/5e/c29ca6a388fb4393f2bd67268fe0258d680663b0ddb0a632e0919fadd312/cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_i686.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "4bb52f993e03bf557f7182e372a7ec01462e44b9e675b422eb205738e96dcca7",
                "md5": "a5cf0f4818b8c292b30a4db52b2be44e",
                "sha256": "02a410404fa2a3bbe276da4410b403dc92a6c9a8e8a7b4dcfab179223ab67d40"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a5cf0f4818b8c292b30a4db52b2be44e",
            "packagetype": "bdist_wheel",
            "python_version": "pp310",
            "requires_python": "<3.14,>=3.10",
            "size": 813688,
            "upload_time": "2025-01-10T16:39:25",
            "upload_time_iso_8601": "2025-01-10T16:39:25.818075Z",
            "url": "https://files.pythonhosted.org/packages/4b/b5/2f993e03bf557f7182e372a7ec01462e44b9e675b422eb205738e96dcca7/cityseer-4.17.5-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef048f3ad942c8e78767778835f75471afc197a83b2595e36b389c3fad2b94cf",
                "md5": "aa85d63b5e5bf254ef763f25acb43e3a",
                "sha256": "3eb0adb97c24632eb43b99a4ffcc36ab07b4b13cc7a132b1716a8627365fee96"
            },
            "downloads": -1,
            "filename": "cityseer-4.17.5.tar.gz",
            "has_sig": false,
            "md5_digest": "aa85d63b5e5bf254ef763f25acb43e3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.10",
            "size": 9831841,
            "upload_time": "2025-01-10T16:39:28",
            "upload_time_iso_8601": "2025-01-10T16:39:28.723010Z",
            "url": "https://files.pythonhosted.org/packages/ef/04/8f3ad942c8e78767778835f75471afc197a83b2595e36b389c3fad2b94cf/cityseer-4.17.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-10 16:39:28",
    "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.40636s