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

Usage

READ THE DOCUMENTATION HERE

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


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.0-cp314-cp314-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.14Windows x86-64

pyezzi-1.0.0-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.0-cp314-cp314-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.14macOS 11.0+ ARM64

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

Uploaded CPython 3.14macOS 10.15+ x86-64

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

Uploaded CPython 3.13Windows x86-64

pyezzi-1.0.0-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.0-cp313-cp313-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.13macOS 10.15+ x86-64

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

Uploaded CPython 3.12Windows x86-64

pyezzi-1.0.0-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.0-cp312-cp312-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.12macOS 10.15+ x86-64

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

Uploaded CPython 3.11Windows x86-64

pyezzi-1.0.0-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.0-cp311-cp311-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows x86-64

pyezzi-1.0.0-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.0-cp310-cp310-macosx_11_0_arm64.whl (1.4 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pyezzi-1.0.0-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.0-cp314-cp314-win_amd64.whl.

File metadata

  • Download URL: pyezzi-1.0.0-cp314-cp314-win_amd64.whl
  • Upload date:
  • Size: 1.4 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.0-cp314-cp314-win_amd64.whl
Algorithm Hash digest
SHA256 448ee6898e16e5a3d6fa3c7a260b56879ad35b7bc8c57acfa47874b9e01a8a81
MD5 aa20c1af59aa86fe0323cb907754867d
BLAKE2b-256 1bf4336ea06f38fe1ee04de2867aa0dcf42dd7bd215a5ab6b15632fe9e64bf39

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 8552d6f9744de5550c9d0bc72b831d6a57767647e21f4e0d10c91fd037f46104
MD5 3ef92c873258ab1e6e6434680f1256ce
BLAKE2b-256 1e03efd780541c8bb592418d56b20963351e6dbceff068f9fd34f0efff75e385

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp314-cp314-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2850610de18ef654f055e1c3457a0bccb06f5b8989436807e99d9d7cae951078
MD5 a3a121a3e4c485edeefb7b803c6b72ad
BLAKE2b-256 28457d46c3944ec4a9ed360841f53c1c3824772e1ba05234719b0a1d031c8e42

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp314-cp314-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 979f9e8960072cac3eb5bbd0b11f3cf6274c3d5a28c5ad877dca4a9288b09b22
MD5 290bd9a3f243e54b7f838552721cfe2b
BLAKE2b-256 3b852bfe058bd9b9fbb45c64846ccd813cfc1c363fa6a257f7a8cb864fb36bdc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 0ad31768d57a80b19e5e2d52c8caec87d183b70277efacfec37546c5de96398f
MD5 5f27756cea5e23c23048a6418535d128
BLAKE2b-256 ced601e7e7ea23076639d77530ee8b2e83976f3b5c8911615d070cd9398dbeaf

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 22c8052ef5716a89562bec1de366d9d2fe8220fe3deb5d2a6e94b11f16d6dae5
MD5 6d6bd4b696053f244eaa248aeb14b15a
BLAKE2b-256 3444cdc11ad3d4b18b52bbb0d6268d9a233f10caf46e70147cbf3a1b1b2bd08d

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2c02dfd2ae62fb64ee2c727b84102e97ad308beafcc763f73bd5b46f1be018df
MD5 e45e65912d3bff4bc2c55478a42b5655
BLAKE2b-256 15b0ef7685481e585d695e10a460a38c9c2f88696e27a09e19985948f450b5fc

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp313-cp313-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 75f06193d2c4f166f6e5237e14b4a218f75e2961b44ca6f27809ac0bbcc73e59
MD5 c9d3ed32dd92cc6f7fc32686100b839d
BLAKE2b-256 e51fb402f752cbc3928727add78d669a55b56a15d8353b59bc49a1610a150a17

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 c30d57a1dfd70ef97ae9731e10bfac5bc8b6cb780406bd1bc3acbd316524e453
MD5 43b97e6e0f733a40c27c450534b39c5a
BLAKE2b-256 ea49ee283a22d593818afbb99fb4fffc83ee23d272c6cb7be7d33dbde3a4ad01

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 58be7de187d23ff483f4c8b57fe08258ef0c0b37a1eca0c5cd0697b863244fb2
MD5 d5d513a63cad517a2288bfe2ddd4e25f
BLAKE2b-256 0f5b78b5778cd3ebbdca2afb4bdcb17120119f340fc4cbf475ad3be6b4eac43a

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1d136e3ce994940293db6ff688f5caff3f27ce6c474be19958d4d14a9672146f
MD5 383ba50dc1ecb6647b1405ab4419735d
BLAKE2b-256 47f3313ea80d9df7e2db8bfc7ab9d82b46b541fac98ced2e3c327f6363fd1379

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp312-cp312-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 ec065a46c5aeb94cd08127998a09c64ebc59287dc5611b3c6d94fa3957f955cd
MD5 edae7d26b697fce388c23ceb917b7f31
BLAKE2b-256 13f039c50b1bbff555685a89ba19c409df17bfdfe94b86562ce274859887cd56

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 c0c3fe61034b67b683cd3c02405730f2645b95511fa5ebece33daa819f8eda46
MD5 4781be06d10d75b95d55128df6b38d5e
BLAKE2b-256 68e98444b4d0d3621674e501d741278eb759608d660adb2cfea85efa299381c1

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 6829b694c89bbf7bf55c273107424cfd6724483404eeb28b8a1c6e91e240b8d0
MD5 2022ad05ad9c04d1f72770fc8bcd064d
BLAKE2b-256 e5cd6b4ae7ad65cf901228c4a442a126b70d3739e08116edf232e9a838d3c826

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1229d22ba91f0a768d6722e602665a9a55dbc2e528f39733180239d40843b561
MD5 6fa176004515ba273d0ce32e49336e19
BLAKE2b-256 efbe333f4a9265be4a40ded826ef4aead9771413b999759adb260284d5a712f4

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2cb31ddb3ac43ecc1830bb313053a5ed8fadf2ad303e46652e57fad835c26113
MD5 c2ca7389e8b4d3e6bc02e7c42427af49
BLAKE2b-256 5a0a7572d23c4c10928ca3c1a35b70a7f8fc78dea2c24b94a9f067701ae85b5f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 d80629752b8bd393f36303bde17d0705b52c247c9c9bfe4af0f35f6c38f5e83f
MD5 665f8c667e2875dd917ccf5c29eff608
BLAKE2b-256 6c81a816d445c3b1af1b82fab1103d22ab9070fecb50c2b7545e96597b3fdcc2

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_38_x86_64.whl
Algorithm Hash digest
SHA256 5b6211be094f07fb2801dbec82d63bff309e31d7b2e42176f540954444635962
MD5 bb30f7a9300afbc67dc355fb4114799c
BLAKE2b-256 404ec4ecec7f32d1e9353a30a4504b3d19213add9acc0db9dea47a0cf260ef95

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 781204852d839db1f16efd4da9e1371b4d842c8336fd94cdf718cb7f8ecd177c
MD5 edf0451fe6ef8483a5308d539677d339
BLAKE2b-256 1eb0af95ad7e38e0e8f3d70a45ed2675831a13291242fad81999c91593590309

See more details on using hashes here.

File details

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

File metadata

  • Download URL: pyezzi-1.0.0-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.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 7e7c95930c1ded51d87b0572b248f14419db04b12ef260c44b5a40b11166013c
MD5 43fae0d1714c3ce8d34b8868677bde05
BLAKE2b-256 d34ceaa10b4dea53a2f2d8a66673da6fa6862d250cdbdd73934cecff65297838

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