Skip to main content

cityseer

A Python package for pedestrian-scale network-based urban analysis: network centrality, land-use accessibility and mixed uses, statistical aggregation, pedestrian-flow (demand and origin-destination) betweenness, and street-level visibility.

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 segment-weighted variants. 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 Distribution

cityseer-5.8.0.tar.gz (217.6 kB view details)

Uploaded Source

Built Distributions

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

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

Uploaded CPython 3.14Windows x86-64

cityseer-5.8.0-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.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.12+ x86-64

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

Uploaded CPython 3.13Windows x86-64

cityseer-5.8.0-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.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.12+ x86-64

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

Uploaded CPython 3.12Windows x86-64

cityseer-5.8.0-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.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.12+ x86-64

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

Uploaded CPython 3.11Windows x86-64

cityseer-5.8.0-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.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (1.8 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.12+ x86-64

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

Uploaded CPython 3.10Windows x86-64

cityseer-5.8.0-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.8.0-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.8.0.tar.gz.

File metadata

  • Download URL: cityseer-5.8.0.tar.gz
  • Upload date:
  • Size: 217.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.8.0.tar.gz
Algorithm Hash digest
SHA256 7886373299b97d1b6c6e24f9a1003b7165c733492471e661643209aa9c754322
MD5 ac42ba01c093937cebe3df0fae77b7b4
BLAKE2b-256 7b4b9e78f9f72772de378ce73c8715bb38cdb83f4f4926b962a26b600222af07

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0.tar.gz:

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.8.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.8.0-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/7.0.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.8.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 0ce9f5220422261ce053e2f96eb1695195e0c7af98878bef07136675467da0f3
MD5 b7169c5612766e337eca8978cf1d6dae
BLAKE2b-256 2d0736806a719bcba39a83224c9e8431e5f9d728cedfa3ebb10cf7e683074d93

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp314-cp314-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 37909f3e7e0e25fd467cd3007238959cad34c1093296123f362b80be16255978
MD5 24927f9aa29de1056482a3fdc7671cec
BLAKE2b-256 afbb9d0e05a31c56a421b2f7811ef9c244867066736f49bddae62745e1e72034

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp314-cp314-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 d7390497f8320d586ee40bc9f17ca945ddc827369b255082543fb7b0ee4d3e9e
MD5 c96d42a51edb7278d2f9e1aa3520db30
BLAKE2b-256 0ad73df376bcce3081dfc49db800bf2690802c804b4b61ac987829e2f648b99b

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a2fcf46f17d5d3d1394cfd34d81a5828e39fdc7c8949bf015a24f154aef4a52d
MD5 8fef545b97b9c2d36eb581761d2cd6c4
BLAKE2b-256 60dcc6a1ce178fc217a775b6c42f9f115257733cbab361b8e5a9c5b326edf5fc

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp314-cp314-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp314-cp314-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 139716fe573cba30ab1b81bbcc2ce19b8d55c6cb82d34190d6a9376dc69b6613
MD5 bfd2f3f5f68d1761eacaa1f30caca237
BLAKE2b-256 855d23ebd1aca35d6fa929f252c086b280053f587aac12dd5a5a30a0977a2ba0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.8.0-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/7.0.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.8.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 a3eb42164759ff88694f5759a922cb30349b3c321cf8e09e510c12446233e119
MD5 5b59cba2ee23f295a6ef2b69a478e0e9
BLAKE2b-256 b0d29289c4492d1d5fecd223608b58a118c5ffe9f1c5942e216f8d98f6509a04

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 add07947f619ee3d9d1bed360298ad2c521788fc5f12475efe80d7c289a92983
MD5 c3cd608bcecc462e4b51aa37ee0f32a4
BLAKE2b-256 a049e15354dc915e9b68316750c2534903f7304c27e17cf47ac14046cc533916

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 ac8bddb07f06aedebe931c4aead977666e4f63584a52b3017bec0f9a19336041
MD5 2e571e6d56319978c9de825c47cf653f
BLAKE2b-256 98daa8ab605abaed0677f559ab9fc5b9469e9eb36013af9278980423c4b24022

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 db1576d88dd32270a2d1cd98ab1fabf986322011abd210965097c320e7265bfe
MD5 be6aecd498b27aeddddf9cc4c9e58ad1
BLAKE2b-256 769f320d898f2eda4510279535385feffa94f39198234c506c98cca96acbcf65

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp313-cp313-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp313-cp313-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 4c0bafa73818983298151066d09e0c43ee9d501d45ce8650e83d7022cddc0a8c
MD5 390cda545f5d7e78d2230d4cff74f7c1
BLAKE2b-256 3141a491da187e37f83730765d1cebcf9302526dee3e9b5ceed8a54dada8ef62

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.8.0-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/7.0.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.8.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ca27c1f67d5bb90acdd83d1435187c1b8815c1d46db11e2bb73038cf22183627
MD5 f988ee1a3b05bb580787c4ebe50962a7
BLAKE2b-256 950ef39e27f47f89cba736b8f76cf6931f181f43b5db341a23a24a97d4a7fdbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9ff1062b5a67957d6a5cf63ed88fbede5d1e0dca904344eda336b7aca84ca55c
MD5 bf4f008e25cdfdec2a845d4c6ede8a15
BLAKE2b-256 399e91e150debc3542ea92547fcbf6dd9d5b6139cf6ef73ad71ef391613a5eb2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6e9c446bd56d2f67e76a305b9e7a95eedd301fcb43184cd6db1f67ab0341866d
MD5 ec0e89dbaeef271f2c59fd067052f4d9
BLAKE2b-256 d8a4e87d6dda1f6340336f47d380e69237c17f7d237f19824b8a001d0044ee89

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a037ad28f6a22219ac2541f3b04591898d678cc77faed848c5e22adc6d88955e
MD5 7ee1ef54abed333cc0b5dc46eb085fc1
BLAKE2b-256 1d0b03da069b7b07a83328536b65630ed3c1b7b1534a55ceb40e0202a1ebfb2a

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp312-cp312-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp312-cp312-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 626b9f77294b61d613285bf2c7060944f273def6793035b868fb3f1b493c3171
MD5 89a64768c9640ba430813cd7e2f17dc2
BLAKE2b-256 8fa4826c2167da0d5fc481a46d29dc79f27f3281e5d3885f34515d10b6632919

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.8.0-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/7.0.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.8.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 32c4d83784facfa8bd3d7613deefed5485f59c83c0e0e9132429e25caeabd2bf
MD5 6e9502906f7d05967c28fbd91e3d7b20
BLAKE2b-256 338fb1a28a27d69e153ef4cb519fb1130deea849d100a878df84f1796bdfde4c

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 010177ffa0f695531ca75b1f2199c868b1cdf9c446607a6ab79202254f1bb26e
MD5 6f9a0b07ad7997e7b522ba6e1a31b53b
BLAKE2b-256 1a37d34bffedd0dba802b9d0923ab333dac818938e9e5977c4dfc57a7967ff08

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 682e06956c5ce5fffeaff555171ff5e6b6c9de2d9f758978e25cae1555a813cd
MD5 083b413a76b7ac14d19f691c87cf5462
BLAKE2b-256 847453e80c9fb16118f88164ea6a29bfa9f72df6c7329198ed1c254566a736a2

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ca3f3f80baa8403f3732f089c1331bb625b49a4dd630f5bde02671d0b049cc43
MD5 a440c686ac10760d9870562b9c74e160
BLAKE2b-256 737170ef5bd95cab358a21de3c2580da6cd1d8bf0d3fcb5c87c003b448c39044

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp311-cp311-macosx_10_12_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp311-cp311-macosx_10_12_x86_64.whl
Algorithm Hash digest
SHA256 f08f4337d141d35ba174e342a1614b9106911f12cb0baf5ef3e13ab341806eb4
MD5 3c45a91a707ae71667074aaa13933dac
BLAKE2b-256 60ec29a79468a4093789f02539d550a7fbe055ea215b2fc7815339f686bc1824

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: cityseer-5.8.0-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/7.0.0 CPython/3.13.14

File hashes

Hashes for cityseer-5.8.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 c52677417ef1db423740c989aeade6176a21b2a9f5e9e6bd2ff55c3362a0ef66
MD5 8a8abcf5c480a585f14f213f7baaede0
BLAKE2b-256 7287458dae4cd327baba257bc8f9f3c3317176195c3aa05bf1108154b75f74e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 9e26671daf0727ec4a9efd457414f70164282dab7479c19dd3d8955287a48d51
MD5 7d9c5b5117e3de39ce89fc98ed0c93a5
BLAKE2b-256 783e35490528bd9bed48ef264923aa68c78589ad6549f2d9e6f5828ba880ac1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for cityseer-5.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9b71c5682198667f1ebcf127df4efe8a76e8063af77a896a2a72d8d6875be5c7
MD5 81a8a3265ec741cd9ce02d965bdca9ff
BLAKE2b-256 18df0aa2df7545f538a7b0b7fd1395b4f7b011cb6d7622356148928087c03a88

See more details on using hashes here.

Provenance

The following attestation bundles were made for cityseer-5.8.0-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

This release

5.8.0 This release

24 files

5.7.2

24 files

5.7.1

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