Skip to main content

A Python tool to parse OSM data from Protobuf format into GeoDataFrame.

Project description

Pyrosm

Pyrosm – Python’s Rapid OSM Parser

Conda Version PyPI version PyPI - Python Version Documentation Status Coverage Status CodeFactor PyPI - Downloads Downloads (PyPI total) Downloads (conda-forge total) DOI License

Pyrosm is a Python library for reading OpenStreetMap data from Protocolbuffer Binary Format -files (*.osm.pbf) into Geopandas GeoDataFrames. Pyrosm makes it easy to extract various datasets from OpenStreetMap pbf-dumps including e.g. road networks, buildings, Points of Interest (POI), landuse and natural elements. Also fully customized queries are supported which makes it possible to parse the data from OSM with more specific filters.

Pyrosm is easy to use and it provides a somewhat similar user interface as OSMnx. The main difference between pyrosm and OSMnx is that OSMnx reads the data over internet using OverPass API, whereas pyrosm reads the data from local OSM data dumps that can be downloaded e.g. from GeoFabrik's website. The library has been developed by keeping performance in mind, hence, it is mainly written in Cython (Python with C-like performance) which makes it fast to parse OpenStreetMap data from PBF files. With the opt-in out-of-core ("streaming") engine added in v0.10.0, it is possible to read whole-country (or even continent) extracts quickly without running out of memory. Pyrosm decodes the PBF data with Google's Protocol Buffers library (using its fast upb C backend). Protocol Buffers is a commonly used and efficient method to serialize and compress structured data which is also used by OpenStreetMap contributors to distribute the OSM data in PBF format (Protocolbuffer Binary Format).

Backend change. Since v0.8.0, the backend used to parse the protocol-buffer messages is Google's Protobuf (its fast C upb backend) instead of the previously used Pyrobuf. The switch was made for maintainability and installation reliability: Pyrobuf is no longer maintained and its source build fails with modern setuptools, which broke pip install pyrosm, whereas Google's Protobuf is actively maintained and ships prebuilt wheels and conda-forge packages for Python 3.10–3.14. The change does not slow down parsing — see the backend benchmark. v0.7.0 was the last release that used Pyrobuf.

Out-of-core ("streaming") engine (v0.10.0). Pyrosm now ships an opt-in out-of-core reading engine, selected with OSM(filepath, engine="out_of_core"), that decodes large PBF files in a single streaming pass with bounded memory — the decode, the node-coordinate gather and the standalone-way read all run in parallel across a worker pool, and each layer's result is cached automatically. It reads whole-country and even whole-continent extracts (e.g. all of South America) quickly on modest machines without running out of memory, returning GeoDataFrames identical to the default in-memory reader (which is unchanged).

Documentation is available at https://pyrosm.readthedocs.io.

Current features

  • download PBF data easily from any location in the world
  • find and download the right extract for a bounding box or a place name (NEW in v0.9.0)
  • read street networks (separately for driving, cycling, walking and all-combined)
  • read buildings from PBF
  • read Points of Interest (POI) from PBF
  • read landuse from PBF
  • read "natural" from PBF
  • read boundaries from PBF (such as administrative borders)
  • read any other data from PBF by using a custom user-defined filter
  • read large PBF extracts (country level, even some continents) with bounded memory using the opt-in out-of-core ("streaming") engine (engine="out_of_core"), with parallel decoding and automatic result caching (NEW in v0.10.0)
  • filter data based on bounding box
  • control which OSM tags are parsed into columns
  • crop a PBF to a smaller area and write modified OSM data back to PBF (NEW in v0.9.0)
  • export networks as a directed graph to igraph, networkx and pandarm

Install

Pyrosm is distributed via PyPI and conda-forge.

The recommended way to install pyrosm is from conda-forge with mamba (or its standalone variant micromamba), a fast drop-in replacement for conda. If you don't have it yet, download and install mamba via Miniforge from the conda-forge download page — it ships mamba preconfigured with the conda-forge channel. Then install pyrosm with:

$ mamba install -c conda-forge pyrosm

or, with micromamba:

$ micromamba install -c conda-forge pyrosm

(the same command works with conda if you have it). You can also install the package with pip:

$ pip install pyrosm

Troubleshooting

Notice that pyrosm requires geopandas to work. On Linux and Mac installing geopandas with pip should work without a problem, which is handled automatically when installing pyrosm.

However, on Windows installing geopandas with pip is likely to cause issues, hence, it is recommended to install Geopandas before installing pyrosm. See instructions from Geopandas website.

When should I use Pyrosm?

Pyrosm can of course be used whenever you need to parse data from OSM into geopandas GeoDataFrames. However, pyrosm is better suited for situations where you want to fetch data for whole city or larger regions (even whole country).

If you are interested to fetch OSM data for smaller areas such as neighborhoods, or search data around a specific location/address, we recommend using OSMnx which is more flexible in terms of specifying the area of interest. That being said, it is also possible to extract neighborhood level information with pyrosm and filter data based on a bounding box (see docs).

How to use?

Using pyrosm is straightforward. See docs for instructions how to use the library.

Get in touch + contributions

If you find a bug from the tool, have question, or would like to suggest a new feature to it, you can make a new issue here.

We warmly welcome contributions to pyrosm to make it better. If you are interested in contributing to the library, please check the contribution guidelines.

Development

You can install a local development version of the tool by 1) creating an environment with the necessary packages using mamba/micromamba and 2) building pyrosm from source:

  1. create an environment for one of the supported Python versions (3.10–3.14) by:

    • e.g. Python 3.14 (you might want to modify the env-name which is test by default): $ mamba env create -f ci/314-conda.yaml (or $ micromamba create -f ci/314-conda.yaml)
    • environment files for other versions are available under ci/ (e.g. ci/312-conda.yaml)
  2. build pyrosm development version from master (activate the environment first):

    • pip install -e . --no-build-isolation
    • (--no-build-isolation builds the Cython extensions against the build dependencies provided by the environment, i.e. Cython and cykhash, instead of refetching and recompiling them in an isolated build environment)

You can run tests with pytest by executing:

$ pytest . -v

Citing pyrosm

If you use pyrosm in your research or other work, please cite it. Pyrosm is archived on Zenodo, which provides a citable DOI (10.5281/zenodo.3755057, always resolving to the latest version). An example citation for the pyrosm version 0.10.0 is as follows:

Tenkanen, H. (2026). pyrosm: A Python library for reading and writing OpenStreetMap PBF data with GeoDataFrames. (v0.10.0) Zenodo. https://doi.org/10.5281/zenodo.3755057

A BibTeX entry and version-specific DOIs are available in the documentation and on the Zenodo record.

License and copyright

Pyrosm is licensed under MIT (see license).

The OSM data is downloaded from two sources:

Website Website

Data © Geofabrik GmbH, BBBike and OpenStreetMap Contributors

All data from the OpenStreetMap is licensed under the OpenStreetMap License.

Project details


Download files

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

Source Distribution

pyrosm-0.10.0.tar.gz (4.0 MB view details)

Uploaded Source

Built Distributions

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

pyrosm-0.10.0-cp314-cp314-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.14Windows x86-64

pyrosm-0.10.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.0 MB view details)

Uploaded CPython 3.14manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyrosm-0.10.0-cp314-cp314-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyrosm-0.10.0-cp314-cp314-macosx_10_15_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyrosm-0.10.0-cp313-cp313-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.13Windows x86-64

pyrosm-0.10.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.1 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyrosm-0.10.0-cp313-cp313-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyrosm-0.10.0-cp313-cp313-macosx_10_13_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.13macOS 10.13+ x86-64

pyrosm-0.10.0-cp312-cp312-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.12Windows x86-64

pyrosm-0.10.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.2 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyrosm-0.10.0-cp312-cp312-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyrosm-0.10.0-cp312-cp312-macosx_10_13_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.12macOS 10.13+ x86-64

pyrosm-0.10.0-cp311-cp311-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.11Windows x86-64

pyrosm-0.10.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (11.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyrosm-0.10.0-cp311-cp311-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyrosm-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.11macOS 10.9+ x86-64

pyrosm-0.10.0-cp310-cp310-win_amd64.whl (4.8 MB view details)

Uploaded CPython 3.10Windows x86-64

pyrosm-0.10.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (10.9 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64manylinux: glibc 2.28+ x86-64

pyrosm-0.10.0-cp310-cp310-macosx_11_0_arm64.whl (4.8 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyrosm-0.10.0-cp310-cp310-macosx_10_9_x86_64.whl (4.9 MB view details)

Uploaded CPython 3.10macOS 10.9+ x86-64

File details

Details for the file pyrosm-0.10.0.tar.gz.

File metadata

  • Download URL: pyrosm-0.10.0.tar.gz
  • Upload date:
  • Size: 4.0 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyrosm-0.10.0.tar.gz
Algorithm Hash digest
SHA256 7ce4e8673bc72c51c4b99d74c0609215a81e5c9e4a09dcbd2ee35e94fe7e2633
MD5 51b45508b06fb5a6ebadce0d51899ff0
BLAKE2b-256 dd024bfa99f85861815f5ce6257b931445807c7347a1d22e68408953aa24e203

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0.tar.gz:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyrosm-0.10.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.14, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyrosm-0.10.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 d9253f5754059069c3f182dc4d086f0547327b591ea18055f8c68a5bc70cb830
MD5 7ab21d2457d9f1bcf2eb961afee18e07
BLAKE2b-256 f00735abebc91afce3d101ef7d0e134586b287ff471fbacddaffce9bca2ac9ee

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp314-cp314-win_amd64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 add9843f4000ae6df0234537e4998cc564aef95566ab704609e9eedf8f69aed7
MD5 7fb71c86cd4f086d8ef24270f30d9276
BLAKE2b-256 ced287ac0fa74aca57e7a45d7be83ed80309f27fdb4112575b5cc98686a60d08

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 775173deceab87d9d170fb8cf512299ee589881537b45f50866eaa92a55e7968
MD5 0af782d4ef3b2373269cb8322f8eadf7
BLAKE2b-256 5f78a11d4f452569015826c248ca33d348219ce9174aa82c4cdf0c326cb3ac45

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp314-cp314-macosx_11_0_arm64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 fdec74025b7dc7b3aef2394b0a96b07b67f3cfa3cadcb79c16cc7ef0aa95eb25
MD5 912e8e5d693839656dc580a195bfc524
BLAKE2b-256 53e8243e4f33e5a1f8389ec8860f6d607c7300dfd3cf76422aeae43e7ecf67d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp314-cp314-macosx_10_15_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyrosm-0.10.0-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyrosm-0.10.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 4615e738a0df1929f13f4d4de020d5ea9caa9a8b57cd51ad2a22cb42c1136309
MD5 e7b2b3aab9c855b40c6bf33e70ecb3ef
BLAKE2b-256 d5d9ce51c4f751e02bc7a5fcc846049c115b99276a3f90dbc08df5d503f53dc9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp313-cp313-win_amd64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 f21c9c645c281bd9c273af6b1039dbd30edeee57262b597c7aeafbd860aff047
MD5 4795f380d2161f55d5307fb656fcb9a2
BLAKE2b-256 374405e1233c7866aca2f2dc7576966988afe5f7942a4732a1017ade73012e14

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 9b237e23ae89380e7508b1d64e899f4e65def7e9c6a0a7210d8698c3e68796f4
MD5 bcd26de83c78bd8e8b80647d86c55b96
BLAKE2b-256 6e13fd3a189d02d8a3aace7413171278c3c31d46f6514a7695b7c8bbe45967f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp313-cp313-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp313-cp313-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 6ebd397a5bf58a2bba07f704a680abf7ad675bbb357fa945661639189d51153d
MD5 7175598a8484d50909d1531bd3623531
BLAKE2b-256 f5170eb96e4e72b50416ac66b2288da6aa4f6475bae00dade0e18b73c43f3280

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp313-cp313-macosx_10_13_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyrosm-0.10.0-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyrosm-0.10.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3793cdbbdc461869e354b572c77907f5f020b916f5290f284f12f0502d49d2d0
MD5 fe7f5bd964ad8ec1ba0007880d52f518
BLAKE2b-256 51433c434a87b1b0c5214abf201d7f3fa7b3dda230fed000f6fd7ade9af8edb8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp312-cp312-win_amd64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1dc600fece7bb88d7a6d1badf48b44fe7f68605bbfbc44e630e13745d29448ec
MD5 1f0cb9d2ce1e427c3b573b6031f0e7d6
BLAKE2b-256 5d7f349f988ab6623627fd6059bde18683da7a9673471ec1b1bcb8c16d408640

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 99b141512598b7cc624016a3e7fdf0390bf71f7d8b75fbd5ce67159eb213b031
MD5 8a1a241ec02fe0a3689170f1f4aeae43
BLAKE2b-256 070e2e1d239e6512c34eff663617f9904d90bfe2d87f626d16a66ad20d0e8f1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp312-cp312-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp312-cp312-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 7fdf44aa2703396d8b430e6b1d0998eb2189d92e5215573e5d51dec0f8ba61c2
MD5 ef70b03926d15b539c50634aad4e2d65
BLAKE2b-256 91ef2fa82d1cabf233f2ba0619ca693e2ea79cd6834599ac7233d1e13883ebd7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp312-cp312-macosx_10_13_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyrosm-0.10.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyrosm-0.10.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d4ae5dcfcac507d5d8023eea37b86d6d4232da31f9d82c10c699045a163ee27e
MD5 3151e8cc12c3f82db36ba88fa4fe16ba
BLAKE2b-256 44770070dac17556e16b3fdb1040e6195ab96ec0720bc0c6afdbe30b02b812d7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp311-cp311-win_amd64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 bb353489f519874476a472c0b30d50f3459f94a14a1bdf66472e738358602c0f
MD5 38270b27d532fcf24090bb38cd2c76a7
BLAKE2b-256 c0349d6257ff83f81853ee3bfa3e06cbc172d8d4603624e7f33f3d67f24f511f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 6b6a5e838d176017ed59590a646a6109fedc5db500dba8570e9bc84a320c55ac
MD5 940382da60b65c64cfcb3bb93999a76b
BLAKE2b-256 b1f9bd1bb8d68ea47b05fa5f118d515486d68c88efdbb8afd61b53fe957bbcf1

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 17b4a6c8e623cc752bdf34c29b513f95ed1d128bedf6ccd4751f575f04c33b4c
MD5 7159b04a1c75e11ad3b43b88ef4b1fb3
BLAKE2b-256 d0c5810b6633ade1488f6e9670bb0a984dba69db6cb2bdf18780d355ec8f298c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp311-cp311-macosx_10_9_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyrosm-0.10.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 4.8 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for pyrosm-0.10.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 7e3efbb6c5ffa9f99853153a763bf2d017ba724c01a78eaa9bfd13973fd4c86f
MD5 25cd9b83208069550e305cc7f0b598cf
BLAKE2b-256 ca6c28c956ef14f2885cc160322df1ae2f1c018fb79ca310ed52b5e4b9648724

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp310-cp310-win_amd64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4f7fe3dcbee1731adf8f7dd11a44b87a6c5abd152a7481f91995ef34897bd0bb
MD5 3cf0809766b4cfa0970688746ebb9991
BLAKE2b-256 c1922195d05adc4222b798c6b16b54e4eef1c20138ac5158921bbccb052578e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8a9f16c46ba02f21dd78333dca6bb1891a016501768367d8cb80f1a8de89da40
MD5 f4751fc360385c45601fe2b44c1ae523
BLAKE2b-256 60eb9801776068ecb2cb4406431551c3eda5e3baba61798d40ec0f20d1dc043a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

File details

Details for the file pyrosm-0.10.0-cp310-cp310-macosx_10_9_x86_64.whl.

File metadata

File hashes

Hashes for pyrosm-0.10.0-cp310-cp310-macosx_10_9_x86_64.whl
Algorithm Hash digest
SHA256 dc24164b2cfcb0b4f0dd4dedcc44f0d3ce1717dd107afa8dbc48fc04f9f46628
MD5 bf769ba51f69e674f71ac8190252ae45
BLAKE2b-256 39562005992e1cc02ff8b799f430db642175acfc2334014db6d896828b062120

See more details on using hashes here.

Provenance

The following attestation bundles were made for pyrosm-0.10.0-cp310-cp310-macosx_10_9_x86_64.whl:

Publisher: release.yaml on pyrosm/pyrosm

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

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page