No project description provided
Project description
pYezzi
Compute the thickness of a solid using the method described by Yezzi and Prince (An Eulerian PDE Approach for Computing Tissue Thickness), extended by Cedilnik and Peyrat (Weighted Tissue Thickness).
Usage
Requirements
On Linux and MacOS, pyezzi requires the OpenMP runtime,
available as the libgomp package on most linux distributions or via homebrew.
Command line
This package provides a basic CLI. Example usage:
pyezzi /path/to/endo.mha /path/to/epi.mha /path/to/output.mha [--weights /path/to/thickness_weights.mha]
If can use the excellent uvx, you can download and launch it in a single command:
uvx pyezzi[cli] --help
Container
The command-line interface is also available as a container.
docker run \ # you can use podman too
-v /path/to/endo.mha:/input/endo.mha \
-v /path/to/epi.mha:/input/epi.mha \
-v /path/to/weights.mha:/input/weights.mha \ # optional
-v /path/to/output/:/output/ \ # thickness.mha will be created here
registry.gitlab.inria.fr/ncedilni/pyezzi:latest
Python API
Pyezzi is open-source and available on PyPI.org: pip install pyezzi.
Full API documentation is available on
gitlabpages.inria.fr.
from pyezzi import compute_thickness_cardiac
thickness = compute_thickness_cardiac(endo, epi)
endo and epi are numpy binary masks. endo represents the
"inside" boundary of the domain, e.g., the cardiac ventricular blood
pool. epi represents the "outside" boundary of the domain, e.g., the
cardiac ventricular epicardium.
A spacing parameter specifying the spacing between voxels along the
axes can optionally be specified.
A weights parameter can be added to account for "holes" in the wall.
Contributions
We recommend using uv for project management and pre-commit to ensure code quality.
After cloning, use uv sync --frozen --all-groups --all-extras to
install dev dependencies. This will set up a virtualenv in .venv that
you can activate with source .venv/bin/activate. Tests can then be run
with pytest test.
To build the cython extension modules in place, use
python setup.py develop.
License
This work is licensed under the French CeCILL license. You are free to use and modify the code, but please cite the original paper and me.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyezzi-0.9.0.post2-cp314-cp314-win_amd64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp314-cp314-win_amd64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de21165ef17a3c61e732c55080eb8ed81c3b0b91630c338b045c580a00122af2
|
|
| MD5 |
ee072a6d16be5dea35da387eab36b0e9
|
|
| BLAKE2b-256 |
0e51d5d48c9b774ea133e6acab40ad17a7c4a83616057884273ef4ab9b57d9af
|
File details
Details for the file pyezzi-0.9.0.post2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.14, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.38+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e5244ffa3e4ae54835b61e61e0f3f89eb360699515183806eaa3ece7a1086b8f
|
|
| MD5 |
5012756a085ef4575c83c26ecd36b272
|
|
| BLAKE2b-256 |
95271472dc81fdb5b29a48319d4dbbd591624246bd00e8b3708146d03d19a358
|
File details
Details for the file pyezzi-0.9.0.post2-cp314-cp314-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp314-cp314-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4975c18a39cce9d4d0b7d95e83b865ce7c0f04d370b024faff69c3ca72c5a1b1
|
|
| MD5 |
68691b436e01e8f38770a766340ed411
|
|
| BLAKE2b-256 |
5d8f4984cc95c7578fe9dd5555acbc7d687d9e704e32fc86b6107b21d8bb36ce
|
File details
Details for the file pyezzi-0.9.0.post2-cp314-cp314-macosx_10_15_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp314-cp314-macosx_10_15_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.14, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5e5a3faf82af0c900ce37f3f600613ee0283f38e2712013266325abe30fbbd8b
|
|
| MD5 |
4e9d98f6943d2874a47e26a0724a5024
|
|
| BLAKE2b-256 |
00a4ec061c17f43d0bcbe2ab31667d66cc539175e11bbffe339f4ddfd8fbce4a
|
File details
Details for the file pyezzi-0.9.0.post2-cp313-cp313-win_amd64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp313-cp313-win_amd64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.13, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
241ebec31d8e557b0992080e7b8e9b0c531be60c6c2b0949291049049a786d62
|
|
| MD5 |
c7b6384bd0d1dcec05c18cfee0f05f85
|
|
| BLAKE2b-256 |
47eabf18d69ef77db47969054f84a906ca05b79692f009764cf00bdafb1f8c9b
|
File details
Details for the file pyezzi-0.9.0.post2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.13, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.38+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
449e9d0d8299b19e623a19fd9448a097b36dc85cef6f862928947236916a4311
|
|
| MD5 |
b32db69fa8dc231f7357fbb1b68b8cc2
|
|
| BLAKE2b-256 |
563a0e491ca93d729855e520510946f2fe26ff95420810cdb49fb922f9734ed5
|
File details
Details for the file pyezzi-0.9.0.post2-cp313-cp313-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp313-cp313-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3cdb4c887390aaf57cd83b9872798c5dbf0f97334aa29dd8ba18cb9df06cc525
|
|
| MD5 |
103d0dc0a7a2424256df1c7de28bc495
|
|
| BLAKE2b-256 |
3cf0cd133844f823edb9a5854cefb24787f161ee4771f72f52f3f63781a4354d
|
File details
Details for the file pyezzi-0.9.0.post2-cp313-cp313-macosx_10_15_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp313-cp313-macosx_10_15_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.13, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a284d3f1d1c705b45013b6d1a3b281736fd963fa87039fd95f3a93318fd47ba4
|
|
| MD5 |
ee7c93a34652f472154b100b9c571b6f
|
|
| BLAKE2b-256 |
7f7871bc1c38ca3f3a9dd9520973576eb39e2d1c54f87a86ca8de32eed89d40d
|
File details
Details for the file pyezzi-0.9.0.post2-cp312-cp312-win_amd64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c67f2266ad0b2f6f55970c59e1d2e7125b4463da20fa73d93fe39e19a2111686
|
|
| MD5 |
100a2fcb35f3ec7efced2b05a0b733c3
|
|
| BLAKE2b-256 |
0eb2fb071c54243fd511522de45c1d4c6c0eb6e2a2d244166c4461b8cbde1a51
|
File details
Details for the file pyezzi-0.9.0.post2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
- Upload date:
- Size: 4.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.38+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d2a8b9a939044055dd45f108f04446608a52a79e50fb639850c5436cabd1b6e2
|
|
| MD5 |
f37546f2b793954034875df3cfaf6be1
|
|
| BLAKE2b-256 |
727ca64ad362ccde3c43eb5d7412b7036e55c8c65b22ab9c80f00406beecd326
|
File details
Details for the file pyezzi-0.9.0.post2-cp312-cp312-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp312-cp312-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8cc13cd2426c51b94d2a6001074f7fdc83d50a74ab5d74c0546f27c39baf8f8b
|
|
| MD5 |
c5d4d47377562f2222eee648c75de79c
|
|
| BLAKE2b-256 |
78ce4910ecb01ae39e0ba85943beff9759c56bf19f879cba72d11a7c7b2f50b6
|
File details
Details for the file pyezzi-0.9.0.post2-cp312-cp312-macosx_10_15_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp312-cp312-macosx_10_15_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.12, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
345de93041f8bf3b8602c99a59ff88721bc8714d732dc93da36c978127ca17b2
|
|
| MD5 |
86e40b33501ca87761f04da96cb81559
|
|
| BLAKE2b-256 |
777a212fb3917c2b22974811213f8feb1db894b47f7ed4d3495e2dbfeaa8798c
|
File details
Details for the file pyezzi-0.9.0.post2-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6f4f8c930c38f844ad9e43fd527b0602712330296d658b44fdc8d6cef40436c3
|
|
| MD5 |
6039135f54cf19a9f1678058240c9daa
|
|
| BLAKE2b-256 |
6f9097b6e50750c637eebf3263a2139f81db60df37d0034fd8020720821022ef
|
File details
Details for the file pyezzi-0.9.0.post2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
- Upload date:
- Size: 4.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.38+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30e902947cc1b36f88cf6d44727030f62c80fe8320129161cd1032fb7638d743
|
|
| MD5 |
2ded9e8cf002d18fbbb9ee307e22c447
|
|
| BLAKE2b-256 |
13d56dd113fd74bb503ed2026567dc6e76d83db4af6eeaa832aa5334dbfaa69b
|
File details
Details for the file pyezzi-0.9.0.post2-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4477d99b988cdef023b4bb275ffaf82d2efd0b619fb2de48904483e88c49dbec
|
|
| MD5 |
740f868bec20ed3a10a6cb9157a94396
|
|
| BLAKE2b-256 |
56fd6f9abe164821e530e607c4f9de8cab17088469882a07485566ce56d126c9
|
File details
Details for the file pyezzi-0.9.0.post2-cp311-cp311-macosx_10_15_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp311-cp311-macosx_10_15_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.11, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
181a8dd8decd0806e77b1c1c183134394b52cd65e688a1b0f52fb62868d9c0ea
|
|
| MD5 |
ff073e7805f6b94ed7a7a66e92757a78
|
|
| BLAKE2b-256 |
553c290f6e9ede7e7d464213639117bd36cf03b71b3d14825b4402809a636c44
|
File details
Details for the file pyezzi-0.9.0.post2-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.4 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
64050966ed9f08d37a4bcc432fdb4bf0e93dab66d9684e7bcab2df322000c217
|
|
| MD5 |
df80bd0231aa5df0c2c03f1c23603af9
|
|
| BLAKE2b-256 |
565f445cb0e7b19a6208d4a1c22249e03bebc086388fbec0cad4d1ab14abb743
|
File details
Details for the file pyezzi-0.9.0.post2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
- Upload date:
- Size: 3.9 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64, manylinux: glibc 2.38+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e381450a0858edaacddc31b9170ca339ddaee84204f79ae9460551fbf1d9deed
|
|
| MD5 |
b65bdec35aeff0e80897439bb1c2343e
|
|
| BLAKE2b-256 |
72d6522e2f5621ea8f67c994e80906bb13739caeeb0c2a444b370d3e16a1addf
|
File details
Details for the file pyezzi-0.9.0.post2-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b60d4742a53556ec00c44d6492d0fb8f0f3028486063674825d443f23dc95ba1
|
|
| MD5 |
d5253a5a2b4cc54a2af5205f1a3e8eca
|
|
| BLAKE2b-256 |
b789d150288f360242ff55c073c51b7251038aa387541a3fa17dab5db3e1f97d
|
File details
Details for the file pyezzi-0.9.0.post2-cp310-cp310-macosx_10_15_x86_64.whl.
File metadata
- Download URL: pyezzi-0.9.0.post2-cp310-cp310-macosx_10_15_x86_64.whl
- Upload date:
- Size: 1.5 MB
- Tags: CPython 3.10, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.11.2 {"installer":{"name":"uv","version":"0.11.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Alpine Linux","version":"3.23.3","id":null,"libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b256a531f24c2d6197d1d6c972ad57308f09d4e9d320ead957dd0780693c501c
|
|
| MD5 |
c8745a07d67af72451aa034e2940c669
|
|
| BLAKE2b-256 |
d1078a9b5101b22211ef2e0edc2f3221c261a0021ff64f6967e6915fe3275238
|