Skip to main content

cityseer

A Python package for pedestrian-scale network-based urban analysis: network analysis, landuse accessibilities & mixed uses, statistical aggregations.

PyPI version

publish package

Examples: https://cityseer.benchmarkurbanism.com/examples

API Documentation: https://cityseer.benchmarkurbanism.com/

Issues: https://github.com/benchmark-urbanism/cityseer-api/issues

Questions: https://github.com/benchmark-urbanism/cityseer-api/discussions

Installation

pip install cityseer

Development

Contributions are welcome — please open an issue or discussion before larger changes.

[!IMPORTANT] Active development happens on the dev branch; master tracks the latest released version. Please base branches and target pull requests against dev, not master:

gh pr create --base dev

Pushing an alpha tag (e.g. 4.25.0b1) from dev publishes a pre-release to PyPI for testing ahead of a stable release off master.

Setup

The loop-intensive algorithms are written in rust and exposed to Python via maturin, so a rust toolchain is required alongside uv:

brew install uv rust rust-analyzer rustfmt   # or your platform's equivalent
uv sync                                       # creates the venv and builds the rust extension

After editing rust sources, rebuild the extension before re-running Python:

uv run maturin develop                        # or re-run `uv sync`

Verify before pushing

Run the same formatting, linting, type-checking, and test suite that CI runs:

uv run poe verify_project                     # ruff format && ruff check && ty check && pytest ./tests

To preview the documentation site locally:

uv run poe docs_dev

Cite

Cite as: The cityseer Python package for pedestrian-scale network-based urban analysis

Background

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 shortest paths on primal or dual graphs, and simplest-path heuristics on dual graphs, including tailored methods such as harmonic closeness centrality, 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".
  • Land-use accessibilities and mixed-use calculations incorporate dynamic and directional aggregation workflows with the optional use of spatial-impedance-weighted forms. Shortest-path workflows operate on primal or dual graphs, while simplest-path workflows require dual graphs. For more information, see "The application of mixed-use measures at the pedestrian-scale".
  • 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" and "Prediction of 'artificial' urban archetypes at the pedestrian-scale through a synthesis of domain expertise with machine learning methods".
  • 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.
  • 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.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

If you're not sure about the file name format, learn more about wheel file names.

cityseer-5.7.1-cp314-cp314-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.14Windows x86-64

cityseer-5.7.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64

cityseer-5.7.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

cityseer-5.7.1-cp314-cp314-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

cityseer-5.7.1-cp314-cp314-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.14macOS 10.12+ x86-64

cityseer-5.7.1-cp313-cp313-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.13Windows x86-64

cityseer-5.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

cityseer-5.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

cityseer-5.7.1-cp313-cp313-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

cityseer-5.7.1-cp313-cp313-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.13macOS 10.12+ x86-64

cityseer-5.7.1-cp312-cp312-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.12Windows x86-64

cityseer-5.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

cityseer-5.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

cityseer-5.7.1-cp312-cp312-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

cityseer-5.7.1-cp312-cp312-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.12macOS 10.12+ x86-64

cityseer-5.7.1-cp311-cp311-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.11Windows x86-64

cityseer-5.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

cityseer-5.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

cityseer-5.7.1-cp311-cp311-macosx_11_0_arm64.whl (1.6 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

cityseer-5.7.1-cp311-cp311-macosx_10_12_x86_64.whl (1.7 MB view details)

Uploaded CPython 3.11macOS 10.12+ x86-64

cityseer-5.7.1-cp310-cp310-win_amd64.whl (1.5 MB view details)

Uploaded CPython 3.10Windows x86-64

cityseer-5.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

cityseer-5.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

File details

Details for the file cityseer-5.7.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.7.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.7.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 51fea6374602bde878c990baae5f73a9cbb6528fe86ae8b011fead3db1e09134
MD5 c415ae35cde7504ed79a437a1c19451a
BLAKE2b-256 2c8db13cdd990668841ea52f115d141068ff4b9ee404358991386f823f44ce9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp314-cp314-win_amd64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4543f3c268f57a6adb656cee78e835d31b9de1bcafaa548ceb2c7b83ac49d418
MD5 94e6865c6ed64a712f83f6669fb2cb5f
BLAKE2b-256 e6f3f8a8c35296bb0751ba9a7e6d36987f590d22a3c2c68f6e8fbeded519153f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 40c76c09fe57fe27fa275c51e3776bf2efec077f3b9c89cb377e26a8b2f246e1
MD5 aaab253cfd437b61d5e8e28dd51ad7da
BLAKE2b-256 5c8e0d91595de1fec579e1cc6db8c06405081015bf4e62e69fe54b13843122bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e5d25747599955b0036eb86cf01c6b6eff564d3d8c87398ed099fa4c30286466
MD5 dd38a65e809ceabc57e9b486636bcf12
BLAKE2b-256 12c19cb1624e4fd086f8c0741819267e1873f9247a8c6fa738687ff43db2df72

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 e643ee037501a8fdc945b78d3cdc18c9329d7e616b541e296b0dfdf7e84735b2
MD5 249da84d7e7e37f8fe8fb2ac3d1857cd
BLAKE2b-256 3e538e38ab40ebb7a6cf0e0c61edde5c5379d3d03ae2432fc3ba54cd9cb255e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp314-cp314-macosx_10_12_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.7.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.7.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 8f5c684e28ab9d4de66d99c3fdb71ec8048e98d619acffc2bdd4086e344422c3
MD5 68bb37cced37880f33df38f05ed8efa8
BLAKE2b-256 32979caeb0b4d42355497b61f97c6cbb1232a8adbbcaae32b71f860e0a9ff028

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp313-cp313-win_amd64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c600c70b47c5663b73dba95f0a711c057f5a75a65b4e47360b97b389af1a5ce5
MD5 7e69314079cf089c747fe1683ff6e004
BLAKE2b-256 93227895c63278fda640736ba408503d9b0e124bf47c496ba2900f34c0a1094c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 54d757376cb47d9381573ccdb98b10c33ca4ac44a4e0eba621662d2773909761
MD5 3f0b658e26e13646f55b3f8bb2f2c0df
BLAKE2b-256 a92dc3a7f776e59e95bd2aae805b1faeab51442ff7b82fb8c155cd39a269bd13

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bb6d2ed84173c3c970a971495666795829ba2f5c3be27e61d53bdc3368677d43
MD5 2ed3f9f9f21dd0072811467a7f296041
BLAKE2b-256 b0e7c6dfad1d320d068960940971abe90b1a7ffa3c913c85797914e507d5a50a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fb317bfe83953754c38f33f35755c246d6b76e22561fae4bd305925595cb2cb5
MD5 5c5e0d24ad8d7aeb0db8a7c63a58a10a
BLAKE2b-256 872700fcb10c13452781c2bbb5d35564cb74babf996464672d6343feca2eb07c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp313-cp313-macosx_10_12_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.7.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.7.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 b6c9136955f07c6bfc1d69c75db6944f4694a895718e2e0ed95dac8e8c673dab
MD5 2ca32a3257fdd6aef74e648583d6ef25
BLAKE2b-256 d958a19b21be9b436d088f27654e13091868e2138928813cdd42e2ed90722228

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp312-cp312-win_amd64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 6471076bee20bea09ab176b0f2e6f9573f28971fecd813ca940a4ed7e71bb8d5
MD5 595d2bb7b2ff7157b6994e88ae789cab
BLAKE2b-256 10022d4a4642d8491eb9258ebe8ca8d6344fa26860a855c5119a59d0146898bb

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 52c318689a616b19f41c67554b660bd2986c8bf2b09d7924c8e28b5e227da1e7
MD5 bd86c3c83cff8ab0546d99ce5f4881ae
BLAKE2b-256 9e6853264f8d6b3cb19123609bfd06c35dd7f9cc0c17a2f33d891d006ca6c962

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 431c001446755534c1fb2e5826a6ec394312042e50823f53ee8fd918f4ecf5bf
MD5 6ef98ac6ed80a40c5f816986870dc4cb
BLAKE2b-256 89ed4c18f9abce95e539e7d96e7a7665ef214a0ec84d1d1dc46f8e7790e9352a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 43880d219e12c22d53000411370200c031383575103ece1e54261049dd4e5621
MD5 be2325ae5193d158942f628e8d055e8c
BLAKE2b-256 9a79ed4df3546bb38755cdd4f5a6b763924597f25894b5351b3366e336bd80e1

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp312-cp312-macosx_10_12_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.7.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.7.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 6ccb3ce1232dbf01e9f98257379f39e0c273d27adf7ceee5ef979ad90f916721
MD5 baaad1aeb249c5c49a846664515497ea
BLAKE2b-256 987bec954aa81b9ce04ccc95816eecba98bd1af8e96ce527cf46f5567e89001a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp311-cp311-win_amd64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 f3bf2996bef98c95a20ef9066f1c42367caf2c3eef6f84445061036156deb9fa
MD5 9af5348b129a40815296738b6d17ea35
BLAKE2b-256 2fa98b9f9ac1f8bfdaa56f502325c5d0cfa874466028895991e6e17a1a6e6d7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 f8b43c3229624b3d503886d4c8113a15da0c937285a3fac2dbc565d03a949ca7
MD5 14aea5eac96e0aac1186a6ad7e08342f
BLAKE2b-256 8a49cdac8362f5fcbf9db21093ed8423c7173b6426f8b8235bb41565004f5557

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c524e3329c472e69ccfa927a79283347a7999b0bc1e83a6c631073ec1e640755
MD5 eb6e65dbb35c2cc29bd0f8371cfbeada
BLAKE2b-256 f10ce7ebcc28f8c05acfd2ebf26d359ab1af7e2319563ffcd0601d76ea23f264

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 fbc4b8504e7f4ec9c5853fd64477df5fa9ccb4600b18e4da0635f4c94586d640
MD5 fa20e60c04fe52d4a3bcbaba2425821b
BLAKE2b-256 d4f0e960c2a8e78d632f3998200cc3978fbbc96cb7edbba3c0d629b265a1d850

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp311-cp311-macosx_10_12_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.7.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.5 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.7.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 22c883a0e7224f2330d87246bf49e8e2024c85791de7348816ead9946e21115f
MD5 08183fa7fead8e859f1b2b90e9b49e80
BLAKE2b-256 186428dedbd7fa6e775e9fc06f337c6e8fa04652e5937bb5db1d91ff7267b898

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp310-cp310-win_amd64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 c0ebbd8b54c87e98c27882fb66f698b1d70a568bdd86cc310afa24b3a2f7ed34
MD5 8ec5f0a2e1e7178a364465f21db11cd4
BLAKE2b-256 f3381c994ee838be7ca903883a92b00257aa551bd127a8769904698f7553502e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file cityseer-5.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7958abdb585f2eba129ada936df06c38087d3abcc36e8dcb3b9412687400d643
MD5 dfa4c944d7abb3a6422baef140956c06
BLAKE2b-256 9c4597b8e7b728298fbd1d9cfbe968248712fd73b1b60d5f9cf98c17707d31a6

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.7.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: publish_package.yml on benchmark-urbanism/cityseer-api

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Release history Release notifications | RSS feed

5.8.0

24 files

5.7.2

24 files

This release

5.7.1 This release

23 files

5.6.1

24 files

5.5.0

24 files

5.4.1

24 files

4.24.1

34 files

4.24.0

34 files

4.23.9

34 files

4.23.8

34 files

4.23.7

34 files

4.23.6

34 files

4.23.4

34 files

4.23.3

1 file

4.23.2

29 files

4.23.1

34 files

4.23.0

34 files

4.22.3

29 files

4.22.2

29 files

4.22.1

29 files

4.22.0

29 files

4.21.4

29 files

4.21.3

29 files

4.21.2

29 files

4.21.1

29 files

4.21.0

29 files

4.20.0

29 files

4.19.1

57 files

4.19.0

57 files

4.18.1

65 files

4.17.5

63 files

4.17.4

63 files

4.17.3

71 files

4.17.2

71 files

4.17.1

71 files

4.17.0

71 files

4.16.27

71 files

4.16.26

71 files

4.16.25

71 files

4.16.22

1 file

4.16.15

47 files

4.16.14

47 files

4.16.13

47 files

4.16.12

47 files

4.16.11

47 files

4.16.10

37 files

4.16.9

37 files

4.16.8

37 files

4.16.7

37 files

4.16.6

37 files

4.16.5

37 files

4.16.4

36 files

4.16.3

37 files

4.16.2

36 files

4.16.1

37 files

4.16.0

37 files

4.15.2

37 files

4.15.1

37 files

4.15.0

37 files

4.14.0

37 files

4.13.3

35 files

4.13.2

35 files

4.13.1

35 files

4.13.0

35 files

4.12.0

35 files

4.11.1

35 files

4.11.0

35 files

4.10.3

35 files

4.9.0

27 files

4.8.1

27 files

4.8.0

27 files

4.7.0

27 files

4.6.8

27 files

4.6.7

27 files

4.6.6

27 files

4.6.5

27 files

4.6.4

27 files

4.6.3

27 files

4.6.2

27 files

4.6.1

27 files

4.6.0

27 files

4.5.8

27 files

4.5.7

27 files

4.5.6

27 files

4.5.5

27 files

4.5.4

27 files

4.5.3

27 files

4.5.2

27 files

4.5.1

27 files

4.5.0

27 files

4.4.0

27 files

4.3.4

27 files

4.3.3

27 files

4.3.1

27 files

4.3.0

27 files

4.2.6

27 files

4.2.5

27 files

4.2.4

27 files

4.2.3

27 files

4.2.2

27 files

4.2.1

27 files

4.2.0

27 files

4.1.0

27 files

4.0.4

27 files

4.0.3

27 files

4.0.2

27 files

4.0.1

27 files

4.0.0

27 files

3.7.2

2 files

3.7.1

2 files

3.7.0

2 files

3.6.3

2 files

3.6.2

2 files

3.6.0

2 files

3.5.1

2 files

3.5.0

2 files

3.4.6

2 files

3.4.5

2 files

3.4.4

2 files

3.4.3

2 files

3.4.2

2 files

3.4.1

2 files

3.4.0

2 files

3.2.0

2 files

3.1.0

2 files

3.0.0

2 files

2.0.0

2 files

1.2.1

2 files

1.2.0

2 files

1.1.7

2 files

1.1.6

2 files

1.1.5

2 files

1.1.4

2 files

1.1.3

2 files

1.1.2

2 files

1.1.1

2 files

1.1.0

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.3

2 files

1.0.2

2 files

1.0.1

2 files

1.0.0

2 files

0.12.0

2 files

0.11.2

2 files

0.11.1

2 files

0.11.0

2 files

0.10.2

2 files

0.10.1

2 files

0.10.0

2 files

0.9.1

2 files

0.9.0

2 files

0.8.19

2 files

0.8.18

2 files

0.8.17

2 files

0.8.16

2 files

0.8.15

2 files

0.8.14

2 files

0.8.13

2 files

0.8.12

2 files

0.8.11

2 files

0.8.10

2 files

0.8.9

2 files

0.8.8

2 files

0.8.7

2 files

0.8.6

2 files

0.8.5

2 files

0.8.4

2 files

0.8.3

2 files

0.8.2

2 files

0.8.1

2 files

0.8.0

2 files

0.7.5

2 files

0.7.4

2 files

0.7.3

2 files

0.7.2

2 files

0.7.1

2 files

0.7.0

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page