Skip to main content
doc/source/logo/BBP-MorphIO.jpg

license documentation status

MorphIO

Documentation

MorphIO documentation is built and hosted on readthedocs.

Introduction

MorphIO is a library for reading and writing neuron morphology files. It supports the following formats:

  • SWC

  • ASC (aka. neurolucida)

  • H5 v1

  • H5 v2 is not supported anymore, see H5v2

It provides 3 C++ classes that are the starting point of every morphology analysis:

  • Soma: contains the information related to the soma.

  • Section: a section is the succession of points between two bifurcations. To the bare minimum the Section object will contain the section type, the position and diameter of each point.

  • Morphology: the morphology object contains general information about the loaded cell but also provides accessors to the different sections.

One important concept is that MorphIO is split into a read-only part and a read/write one.

H5v2

Starting at version 2.6.0, the file format h5v2 is no longer supported. If you have morphologies in this format, you can convert them to h5v1 with:

pip install "morphio<2.6" "morph-tool==2.3.0"

and then:

# single file, OUTPUT must end with `.h5`
morph-tool convert file INPUTFILE OUTPUT
# bulk conversion
morph-tool convert folder -ext h5 INPUTDIR OUTPUTDIR

Contributing

If you want to improve the project or you see any issue, every contribution is welcome. Please check the contribution guidelines for more information.

Acknowledgements

The development of this software was supported by funding to the Blue Brain Project, a research center of the École polytechnique fédérale de Lausanne (EPFL), from the Swiss government’s ETH Board of the Swiss Federal Institutes of Technology.

This research was supported by the EBRAINS research infrastructure, funded from the European Union’s Horizon 2020 Framework Programme for Research and Innovation under the Specific Grant Agreement No. 945539 (Human Brain Project SGA3).

License

MorphIO is licensed under the terms of the Apache License 2.0. See LICENSE.txt for further details.

Copyright (c) 2013-2024 Blue Brain Project/EPFL Copyright (c) 2025 Open Brain Institute

Release files for morphio 3.5.0

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for morphio 3.5.0
File Size Uploaded
morphio-3.5.0.tar.gz 1.8 MB Details

Built distributions (wheels)

Table of built distributions (wheels) for morphio 3.5.0
File
morphio-3.5.0-cp314-cp314-win_amd64.whl CPython 3.14 CPython 3.14 Windows x86-64 Details
morphio-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ x86-64 Details
morphio-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl CPython 3.14 CPython 3.14 Linux glibc 2.28+ ARM64 Details
morphio-3.5.0-cp314-cp314-macosx_11_0_arm64.whl CPython 3.14 CPython 3.14 macOS 11.0+ ARM64 Details
morphio-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl CPython 3.14 CPython 3.14 macOS 10.15+ x86-64 Details
morphio-3.5.0-cp313-cp313-win_amd64.whl CPython 3.13 CPython 3.13 Windows x86-64 Details
morphio-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ x86-64 Details
morphio-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl CPython 3.13 CPython 3.13 Linux glibc 2.28+ ARM64 Details
morphio-3.5.0-cp313-cp313-macosx_11_0_arm64.whl CPython 3.13 CPython 3.13 macOS 11.0+ ARM64 Details
morphio-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl CPython 3.13 CPython 3.13 macOS 10.13+ x86-64 Details
morphio-3.5.0-cp312-cp312-win_amd64.whl CPython 3.12 CPython 3.12 Windows x86-64 Details
morphio-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ x86-64 Details
morphio-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl CPython 3.12 CPython 3.12 Linux glibc 2.28+ ARM64 Details
morphio-3.5.0-cp312-cp312-macosx_11_0_arm64.whl CPython 3.12 CPython 3.12 macOS 11.0+ ARM64 Details
morphio-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl CPython 3.12 CPython 3.12 macOS 10.13+ x86-64 Details
morphio-3.5.0-cp311-cp311-win_amd64.whl CPython 3.11 CPython 3.11 Windows x86-64 Details
morphio-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ x86-64 Details
morphio-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl CPython 3.11 CPython 3.11 Linux glibc 2.28+ ARM64 Details
morphio-3.5.0-cp311-cp311-macosx_11_0_arm64.whl CPython 3.11 CPython 3.11 macOS 11.0+ ARM64 Details
morphio-3.5.0-cp311-cp311-macosx_10_9_x86_64.whl CPython 3.11 CPython 3.11 macOS 10.9+ x86-64 Details
morphio-3.5.0-cp310-cp310-win_amd64.whl CPython 3.10 CPython 3.10 Windows x86-64 Details
morphio-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ x86-64 Details
morphio-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl CPython 3.10 CPython 3.10 Linux glibc 2.28+ ARM64 Details
morphio-3.5.0-cp310-cp310-macosx_11_0_arm64.whl CPython 3.10 CPython 3.10 macOS 11.0+ ARM64 Details
morphio-3.5.0-cp310-cp310-macosx_10_9_x86_64.whl CPython 3.10 CPython 3.10 macOS 10.9+ x86-64 Details
morphio-3.5.0-cp39-cp39-win_amd64.whl CPython 3.9 CPython 3.9 Windows x86-64 Details
morphio-3.5.0-cp39-cp39-manylinux_2_28_x86_64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ x86-64 Details
morphio-3.5.0-cp39-cp39-manylinux_2_28_aarch64.whl CPython 3.9 CPython 3.9 Linux glibc 2.28+ ARM64 Details
morphio-3.5.0-cp39-cp39-macosx_11_0_arm64.whl CPython 3.9 CPython 3.9 macOS 11.0+ ARM64 Details
morphio-3.5.0-cp39-cp39-macosx_10_9_x86_64.whl CPython 3.9 CPython 3.9 macOS 10.9+ x86-64 Details

Total release size: 58.5 MB

Release files / morphio-3.5.0.tar.gz

Download URL morphio-3.5.0.tar.gz
Size 1.8 MB
Tags Source
SHA-256 checksum
How to use checksums
85378b705603abb91c38d3a7af0c0c9a5122e7e71fb57a928ea49d38d6f41c08
BLAKE2b-256 checksum
How to use checksums
6a69099c7eabb60b38bbfe345551db23f51c104c9e99a3ab5c8c0a578885eed7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp314-cp314-win_amd64.whl

Download URL morphio-3.5.0-cp314-cp314-win_amd64.whl
Size 857.4 kB
Tags CPython 3.14 Windows x86-64
SHA-256 checksum
How to use checksums
f8b056b779c673b6fadd4bd0d0af52fc7467aaf2656fa506faa8a8fd0cdfde59
BLAKE2b-256 checksum
How to use checksums
2e8272e30b35b5ad01ffcb6bdaf25145dbf32d6b0a20fd719521138601dc96a7
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl

Download URL morphio-3.5.0-cp314-cp314-manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.14 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
7499f4b11701fe5dc455e7a06071c13f7c2198f143f61c272bc7744d2f4c001e
BLAKE2b-256 checksum
How to use checksums
0b1dfaac71e01ef56e1183eefad318e43e4566884195af8b6911b75da20825fb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl

Download URL morphio-3.5.0-cp314-cp314-manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.14 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5ce544b31b5c74498f1a9cc341f794e7f43b9dd90d4aa7e9d1ef7e9ef8c5788b
BLAKE2b-256 checksum
How to use checksums
897f4861dd9171dd3e0d74715b59f89c3599f01b5e4c6d4157f0700520d3ad4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp314-cp314-macosx_11_0_arm64.whl

Download URL morphio-3.5.0-cp314-cp314-macosx_11_0_arm64.whl
Size 1.8 MB
Tags CPython 3.14 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
05fe59d72dd62cbc1b3fa0ca28e78d47b3277e010664247ad8edefc8319b0e8c
BLAKE2b-256 checksum
How to use checksums
176595c0d7ab2e87dabdc0f8d73eb627479db57cc32d70daa8492c2c9d57e834
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl

Download URL morphio-3.5.0-cp314-cp314-macosx_10_15_x86_64.whl
Size 2.1 MB
Tags CPython 3.14 macOS 10.15+ x86-64
SHA-256 checksum
How to use checksums
a23e24aa61759f93806a17eb281feefd8517a83d1290db0bcbfd681bb8199a46
BLAKE2b-256 checksum
How to use checksums
ea651bd609024899aaabce52d64710f4cd43c01565878a2a19387809da407a49
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp313-cp313-win_amd64.whl

Download URL morphio-3.5.0-cp313-cp313-win_amd64.whl
Size 832.3 kB
Tags CPython 3.13 Windows x86-64
SHA-256 checksum
How to use checksums
46b3da03a80d6870589003c33bd36e5f9798ba3c8d6f1bb708ab10e4d372dd6c
BLAKE2b-256 checksum
How to use checksums
95a85a99e65d49c7a75d68f333970321c156cf8ebbe2e0b482d79af9c7ccf7eb
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl

Download URL morphio-3.5.0-cp313-cp313-manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.13 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
98f5a0e051c12c836f1f25204c09e1f96fd0814a526028527461c29693bc2ffa
BLAKE2b-256 checksum
How to use checksums
b629951542866a06298abd215d6bc49c9aa6e47b70c1d400d18a61e12d2bc838
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl

Download URL morphio-3.5.0-cp313-cp313-manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.13 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
009fb8e875ab689009015d6d99694aed2df4ad0adc1d9d6e002bdd92c6994c56
BLAKE2b-256 checksum
How to use checksums
00fe06c3af1c1addf9c80f01fc1417d8d2e17e3bbc83561dc579c5a4d4b474e4
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp313-cp313-macosx_11_0_arm64.whl

Download URL morphio-3.5.0-cp313-cp313-macosx_11_0_arm64.whl
Size 1.8 MB
Tags CPython 3.13 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
af1c76380a413af61d8974aa33ac319c94a2c8742bbd2702b3dcd51e04af7b42
BLAKE2b-256 checksum
How to use checksums
3d58d4417563091d32e80aef27193c4c582f94d7edf7b9edf4caddd75c95dfc9
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl

Download URL morphio-3.5.0-cp313-cp313-macosx_10_13_x86_64.whl
Size 2.1 MB
Tags CPython 3.13 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
689a47dd9be8de0579805e366f312fdd4c6387d4081a95b7424d519d7e1278fa
BLAKE2b-256 checksum
How to use checksums
2c49b1a520a4de5845114ed16b4289c2e6c86fb506e8ce599e9cbd9bf30633be
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp312-cp312-win_amd64.whl

Download URL morphio-3.5.0-cp312-cp312-win_amd64.whl
Size 832.1 kB
Tags CPython 3.12 Windows x86-64
SHA-256 checksum
How to use checksums
df56f812249db103970527c4c5ece0d43cf9968add37c64fad4017c04ec5c417
BLAKE2b-256 checksum
How to use checksums
81ae8dc2d3a480f66f1da90f79ebc219e61fbbf9f0d86657166a673be9f076d1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl

Download URL morphio-3.5.0-cp312-cp312-manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.12 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
14b7e773987a0f5a8b5a6c38f97d1903d1871a553cb3a19698a545ba7395b6e5
BLAKE2b-256 checksum
How to use checksums
dd7e17440ea5ff33d8a1697fded02c786319e34e0d2bdbde8759f7ad2cf89d06
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl

Download URL morphio-3.5.0-cp312-cp312-manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.12 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
5a7dca01b9250b84e53505e22287104c181f51754b45e4df143360f5f7184a80
BLAKE2b-256 checksum
How to use checksums
d217670cffc5f0e3e84c460827651157a711644cfdf6254d4b952644ff61fe35
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp312-cp312-macosx_11_0_arm64.whl

Download URL morphio-3.5.0-cp312-cp312-macosx_11_0_arm64.whl
Size 1.8 MB
Tags CPython 3.12 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9bb258b721f04be2963dfd1f1c156778c24d0a3253ceaaeafec5ba16d2539437
BLAKE2b-256 checksum
How to use checksums
10f88484e89c350a9e8ef6d1b849369d87f12f04d4e1c86ed4c54900f12b16fc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl

Download URL morphio-3.5.0-cp312-cp312-macosx_10_13_x86_64.whl
Size 2.1 MB
Tags CPython 3.12 macOS 10.13+ x86-64
SHA-256 checksum
How to use checksums
bea0f85781c7a4a91f2abec0dc5341f603e750f531cd1b44ff1e290eee1a36fb
BLAKE2b-256 checksum
How to use checksums
0398936902bde4e03cc2bf3d155acebbaee3ca81c8bf07a254dcb62a5e4ec851
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp311-cp311-win_amd64.whl

Download URL morphio-3.5.0-cp311-cp311-win_amd64.whl
Size 831.0 kB
Tags CPython 3.11 Windows x86-64
SHA-256 checksum
How to use checksums
d9704cdc168d6730d34dcc46514f5b2a69d4681e91990c5f7a27ad051b864a18
BLAKE2b-256 checksum
How to use checksums
3dc2192f3cc8c5f75e76ecc355ae3428cd208bd1d9634e0e1f5f81a06c3e43c1
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl

Download URL morphio-3.5.0-cp311-cp311-manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.11 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
db417d8770926b9efa8bf2cd5fcf95d0046397f384313a26e95faba25f91af6c
BLAKE2b-256 checksum
How to use checksums
9d03410b1d36d121d5960774402a9dfe2c4caa92e5292e922b9c997eb97995a2
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl

Download URL morphio-3.5.0-cp311-cp311-manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.11 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
aa22feafd9b490725bb7959315b2410fe603ce92715bdb72b6f4919921c52620
BLAKE2b-256 checksum
How to use checksums
1276f9b2b0c15bf43204dabd89270a087703510793da6fdf4d03d869224a0d30
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp311-cp311-macosx_11_0_arm64.whl

Download URL morphio-3.5.0-cp311-cp311-macosx_11_0_arm64.whl
Size 1.8 MB
Tags CPython 3.11 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
1b04c913c3a8971afe3f7f91ae1c77f5890d8e39bd7eb4acaf1262c2514af10d
BLAKE2b-256 checksum
How to use checksums
27ece0a1346460338c7b1a4984a2c4aa7a4caa58be55d1f37cd151446b035a18
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp311-cp311-macosx_10_9_x86_64.whl

Download URL morphio-3.5.0-cp311-cp311-macosx_10_9_x86_64.whl
Size 2.1 MB
Tags CPython 3.11 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
31aa222fed2a47aa4b6437f3bde8a8e94b1ec60288214767379ff5a505304963
BLAKE2b-256 checksum
How to use checksums
95c4f6ef42bab270d133666d761188cc1e01a9f6aa866f092f69f19a37bc34de
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp310-cp310-win_amd64.whl

Download URL morphio-3.5.0-cp310-cp310-win_amd64.whl
Size 830.4 kB
Tags CPython 3.10 Windows x86-64
SHA-256 checksum
How to use checksums
c9a6b8609b7708edef4ea6eb24e37fbf8781053dea50d97db8ccbf2abe3a7bec
BLAKE2b-256 checksum
How to use checksums
458033f0b696a3b6cb6aa9d7b75340e7654c654c5cf9743a46c2986150f70990
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl

Download URL morphio-3.5.0-cp310-cp310-manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.10 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
58ed761f80e986853b68c4d52dae34540878cae2275cc683fe84541160b50c0c
BLAKE2b-256 checksum
How to use checksums
60bdaf1960af4a457ac9db4f9d09cb1ffb666cf2427410d1fd1a4b5fd49b013a
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl

Download URL morphio-3.5.0-cp310-cp310-manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.10 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
11d9e1c3a8a173177edb07eb86019df020f47edd3b4796dc2b8f50d53df5324a
BLAKE2b-256 checksum
How to use checksums
161b063a707b76e8a4eb99a038d86092e9ee076d84712da2555099c42e4213bc
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp310-cp310-macosx_11_0_arm64.whl

Download URL morphio-3.5.0-cp310-cp310-macosx_11_0_arm64.whl
Size 1.8 MB
Tags CPython 3.10 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
a45aa0edce245ab76355b21145ae98b115eee3f17d7fae378e97cbc513ad3d25
BLAKE2b-256 checksum
How to use checksums
9e80e090cab6b81706cf4900a5ca13e56c19a07bba074ac68ed811042125e91f
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp310-cp310-macosx_10_9_x86_64.whl

Download URL morphio-3.5.0-cp310-cp310-macosx_10_9_x86_64.whl
Size 2.1 MB
Tags CPython 3.10 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
7f99bdff55a268cace8edb4496bb837c3c72007bca20ee2fccb9646f1f004a73
BLAKE2b-256 checksum
How to use checksums
8324347e9bd548398ea404d022a7485e4d45bbc827593a5245f661979716f20d
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp39-cp39-win_amd64.whl

Download URL morphio-3.5.0-cp39-cp39-win_amd64.whl
Size 831.1 kB
Tags CPython 3.9 Windows x86-64
SHA-256 checksum
How to use checksums
f26acb582d093f0362ecec5b838400572318d01b5d102fc0ecf421202b7b001d
BLAKE2b-256 checksum
How to use checksums
9cfca325e0d2f62ea08fcff22fb36d1837cc256f7f7468439fd64fffedb3bed0
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp39-cp39-manylinux_2_28_x86_64.whl

Download URL morphio-3.5.0-cp39-cp39-manylinux_2_28_x86_64.whl
Size 2.5 MB
Tags CPython 3.9 Linux glibc 2.28+ x86-64
SHA-256 checksum
How to use checksums
dcae2cca1d929e40cc2b8d8491376465e7a2c065cf26b8e4e14a819843ad45b7
BLAKE2b-256 checksum
How to use checksums
f21282b7e18fd9c2cca2943ef124ada1236f7698e9f7851d052e95702f943b4e
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp39-cp39-manylinux_2_28_aarch64.whl

Download URL morphio-3.5.0-cp39-cp39-manylinux_2_28_aarch64.whl
Size 2.2 MB
Tags CPython 3.9 Linux glibc 2.28+ ARM64
SHA-256 checksum
How to use checksums
c37b7c43b37587a91d0851b56c2c8698c8834235a77502ce5d3f77c590ebcb24
BLAKE2b-256 checksum
How to use checksums
d43942f70ac9066e55ce149e2323f28982ee77666eabb387a97843c4eb3b6147
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp39-cp39-macosx_11_0_arm64.whl

Download URL morphio-3.5.0-cp39-cp39-macosx_11_0_arm64.whl
Size 1.8 MB
Tags CPython 3.9 macOS 11.0+ ARM64
SHA-256 checksum
How to use checksums
9d72026a448592126ffea5ecf93b6526755deae70fb01128aeb54b7d77d28e58
BLAKE2b-256 checksum
How to use checksums
a4948b5af1a97735a91bb580662f29777446fdc06b17bc1bb39ca39aa135ef76
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release files / morphio-3.5.0-cp39-cp39-macosx_10_9_x86_64.whl

Download URL morphio-3.5.0-cp39-cp39-macosx_10_9_x86_64.whl
Size 2.1 MB
Tags CPython 3.9 macOS 10.9+ x86-64
SHA-256 checksum
How to use checksums
78d8bf065bf593546b69caa2ebbb4ecccc2542cf2a2600f0b65c56ecee342e6f
BLAKE2b-256 checksum
How to use checksums
88a5e3ce024332075a32af0a7f73c3d900f7782103c3feec4100476cd008f739
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
Yes
Uploaded via twine/6.1.0 CPython/3.13.12

Provenance

Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.

PyPI Publish Attestation

PyPI verified that this artifact, at this checksum, originated from the publisher listed below.

Signed by GitHub Actions, verified by PyPI on Jul 17, 2026.

Transparency log

Release history Release notifications | RSS feed

This release

3.5.0 This release

31 release files

3.4.2

31 release files

3.4.0

27 release files

3.3.9

26 release files

3.3.8

26 release files

3.3.7

21 release files

3.3.4

14 release files

3.3.0

7 release files

3.2.0

7 release files

3.1.1

7 release files

3.1.0

7 release files

3.0.2

7 release files

3.0.0

7 release files

2.7.1

7 release files

2.7.0

7 release files

2.6.2

7 release files

2.6.1

7 release files

2.6.0

7 release files

2.5.3

7 release files

2.5.2

7 release files

2.5.1

7 release files

2.5.0

7 release files

2.3.9

12 release files

2.3.8

12 release files

2.3.7

12 release files

2.3.4

12 release files

2.3.3

12 release files

2.3.1

8 release files

2.3.0

11 release files

2.2.2

8 release files

2.2.1

8 release files

2.2.0

13 release files

2.1.5

11 release files

2.1.4

11 release files

2.1.3

11 release files

2.1.2

10 release files

2.0.7

16 release 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