Skip to main content

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).

Installation

Pyezzi is open-source and available on PyPI.org: pip install pyezzi. It uses cython extension modules, but portable binaries for recent python versions and major OSes are published as wheels, so it should just work in most cases.

If there is no binary available for your platform, pip will attempt to build the binaries from source. For this to work, you need a C compiler (eg, gcc on linux) and the OpenMP runtime (available in most linux distributions via the libgomp-something package). Beware, macOS's clang does not support OpenMP, so you need to install both OpenMP and llvm, eg, via brew. In case you are lost, you can have a look at the Containerfile and .gitlab-ci.yml files in the repository to see how the portable wheel are built.

Usage

READ THE DOCUMENTATION HERE

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

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


Download files

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

Source Distributions

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

Built Distributions

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

pyezzi-1.0.1-cp314-cp314-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.14Windows x86-64

pyezzi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl (3.9 MB view details)

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

pyezzi-1.0.1-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

pyezzi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 10.15+ x86-64

pyezzi-1.0.1-cp313-cp313-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.13Windows x86-64

pyezzi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl (3.9 MB view details)

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

pyezzi-1.0.1-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pyezzi-1.0.1-cp313-cp313-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 10.15+ x86-64

pyezzi-1.0.1-cp312-cp312-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.12Windows x86-64

pyezzi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl (3.9 MB view details)

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

pyezzi-1.0.1-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pyezzi-1.0.1-cp312-cp312-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 10.15+ x86-64

pyezzi-1.0.1-cp311-cp311-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.11Windows x86-64

pyezzi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl (4.0 MB view details)

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

pyezzi-1.0.1-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pyezzi-1.0.1-cp311-cp311-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

pyezzi-1.0.1-cp310-cp310-win_amd64.whl (1.3 MB view details)

Uploaded CPython 3.10Windows x86-64

pyezzi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl (3.8 MB view details)

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

pyezzi-1.0.1-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyezzi-1.0.1-cp310-cp310-macosx_10_15_x86_64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

Details for the file pyezzi-1.0.1-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.3 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

Hashes for pyezzi-1.0.1-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 1f3a0585956e5a8897d1a58c0b7ca01a27f3e2607348b432398d243c58757ed5
MD5 c686d412c18705f1b72ce15b30b0ce0a
BLAKE2b-256 2c75dbfd0dfee25a2919ba0f25d1252c7636f00088563d61138979fbbc8f4fdf

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
  • Upload date:
  • Size: 3.9 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

Hashes for pyezzi-1.0.1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 39de2facc58ea9046b181c497790fd95f78279bdad713b22ac7d0744be65eca2
MD5 fb3ff7a282625f1e7726d989f2cd646d
BLAKE2b-256 c06dc017091f3ec573c43b3721de2f318f8949618da79ab7140f497e56fef7d4

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp314-cp314-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 4230cc8c325e2673bc68e3f204c1fb15eb89586089ad4556d161649fa4b3bc9b
MD5 fba5cb7c2b02a169f3288ff742f97121
BLAKE2b-256 44bf9e55c2dd2e3736303e998f5d2f937a55a5991039c63022b750b0877c56f5

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 af457d8a04685fb10abe3ef51853059889407233d25ce818cd811c2ccd39be11
MD5 65e999606a800dfc47509923cb446da5
BLAKE2b-256 fbe60c5c106a212da2a19fd76c7395033e5a25951b0c333eb0b3a9d17e4bf7f2

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.3 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

Hashes for pyezzi-1.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 d34c9c6f30eb7d91086f6223eda41ca9e3a417a828094d71ed443de8348ed7d5
MD5 3c8e8078ff79ca3a2b19f2193fef4c2e
BLAKE2b-256 15da886b2bca35b2c75183842a48e9c5b948b518f531fc9c3af44039cb482071

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
  • Upload date:
  • Size: 3.9 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

Hashes for pyezzi-1.0.1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 38166b73797da52c08ac03f1c367eb19ec978b1f688d9895fb5d8fcdca14d2a2
MD5 2375c96db0905e4795f82496ed953ec9
BLAKE2b-256 1fb56d14164df99e7414cd7902d3a1b77c58cdc19fc879ce3bf46e7f0a537b61

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 255c4762d1b8b79f666f431e3e7c1ee90a7bf77a7c91e6cc38825eb736341b9a
MD5 1762c4aef3219cd9565b63690232be50
BLAKE2b-256 5c08d7ae7442f959384b1436b4e29c8e1658c35908b7daadfcbf14dff30d5eaa

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp313-cp313-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp313-cp313-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 cc0a14ce88b38f309d4247b5e5ca897e6b6cc4037668bf13a7a2c59f0ab484a0
MD5 fefa158ee91bc01401d58981327097b0
BLAKE2b-256 221a40cebcdf1893dd97b3b3b6ab3619ba56831b03ae9385b1b9448cd30717a5

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.3 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

Hashes for pyezzi-1.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 67a16dc8df75aff36e257bbe135cedb63f693afa01707fc1df5fc6df3baa8959
MD5 1508c5ea398dba5afb6d85615ec7bbf3
BLAKE2b-256 047fc1807c8e2eece4d13b450f791313d3e8922b27142a26cd93eb0db80f18c0

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
  • Upload date:
  • Size: 3.9 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

Hashes for pyezzi-1.0.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 9344dcd644ffc1894048648a50d91532184cce0ef0fdecf3dde554db865210d5
MD5 1e3407b18c46a8a3255e82b434714b33
BLAKE2b-256 16f1fb435c5b9eb1b5cd347799c8127c8f7bcf813f67b121631ed36ae860069d

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a3a8c5516b8e5843e04dfbc34b69ad9439776cf84914089c23c46298673058bc
MD5 c32e5f6df8b425265dc1d244fc1ecfc2
BLAKE2b-256 bfc239d055a98de574e8b6dff11c0b86dab5fd0e44df105da981d6f01028b853

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp312-cp312-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp312-cp312-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 51e2001c0be1be044c7ed64ca0fc13c6bc35d2e66e63589693ca7bb58d5c4636
MD5 0aaccd6e11da0fa0e00f01171c16c01d
BLAKE2b-256 c93500e940edd5adca669459daef0f42d2db85f854be208e0e8ff568d24ad15e

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.3 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

Hashes for pyezzi-1.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 a953fab6c6d8b83945c46cc6792ff153392bcea6d2a5cffed5d3be65fb4b64c1
MD5 5f3175f9ef1afc3a27b64e45258bd5c4
BLAKE2b-256 2fbee092bb209cdffc90b8d2538ef7d98e86750c32a4eb390a859ec028747d20

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
  • Upload date:
  • Size: 4.0 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

Hashes for pyezzi-1.0.1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 6421593d2dc8ef529bc13d137ae20a3ff79578c3a7b2ed251972accd10ef0238
MD5 f3179526d83aa1819e1edeaed8b16157
BLAKE2b-256 b41e57f7a8217de8ba62bcc7ee006cbf2b68ab9ee5a357f58644ab6b975e52de

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ccb86e57e6ced69465f1b24f3e23693b8688d33b80130ef3aa5031b6ad383573
MD5 3a2edf4ea8af46821817c709bde8dfb9
BLAKE2b-256 b6935088d26e4964f539d2ea9208d0f43d6f001f77c1c9165eeae95263550f80

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp311-cp311-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b6d5db1229e110be486c4089aef56e0882c9c2578e0a63fd2f9ffa7caa51d31f
MD5 c85eb8e43b2d4cddf0b62593fc014717
BLAKE2b-256 7c77e50b01cf43d64683abbaddeabf98be4464f762614a3b20604a6124bf1f8b

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.3 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

Hashes for pyezzi-1.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 e3f415b7c1890b0ac6e62a8eafeba86d30ca7ff2b80793545fe11b6b6ae9674a
MD5 c738b5591e473fdd8333971e91c89fa4
BLAKE2b-256 1ac8cefbe37df28211eb965b9e62201d07631d8ce2a76f14a965b741166dff7f

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
  • Upload date:
  • Size: 3.8 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

Hashes for pyezzi-1.0.1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 3c6f60baea26aa65d5c2e71cfb15ff716a6b6838bf20235d2d37d013ca654494
MD5 bd0b00363ac8c532ada829c92ed4c2b5
BLAKE2b-256 2eca81b266d42793d6e90d6e14a32de0101b5de9811a06ceef1fc5422c6ba42d

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e1f0436677b3c615ea166dc5446429acaa9915259a1ed89b985f41667262f49c
MD5 69bfe303f1febf5608e2ef9dd74ec61d
BLAKE2b-256 f7470d079336349ad9eab9341755305968690799bc1ef9a29fa8d6156b5a8a53

See more details on using hashes here.

File details

Details for the file pyezzi-1.0.1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

  • Download URL: pyezzi-1.0.1-cp310-cp310-macosx_10_15_x86_64.whl
  • Upload date:
  • Size: 1.4 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

Hashes for pyezzi-1.0.1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 834d8641f111e65416d9741e940b60f5b41b5af91685192a5698c3e04097e7ca
MD5 1e7c1358c19c5e9a0ff85566e20ae554
BLAKE2b-256 394add7b8dc9cc78981ec8eec11951b2900802c80cd35cb902a99208785d1887

See more details on using hashes here.

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