Skip to main content

A python wrapper around the libCZI C++ library with reading and writing functionality.

Project description

pylibCZIrw - Python wrapper for libCZI

This project provides a simple and easy-to-use Python wrapper for libCZI - a cross-platform C++ library intended for providing read and write access to CZI image documents.

Important Remarks

  • At the moment, pylibCZIrw completely abstracts away the subblock concept, both in the reading and in the writing APIs.
  • The core concept of pylibCZIrw is focussing on reading and writing 2D image planes by specifying the dimension indices and its location in order to only read or write what is really needed.
  • It allows reading data via http/https-protocol enabling cloud storage scenarios.

Example Usage

from pylibCZIrw import czi as pyczi

filepath = "myimagefile.czi"

# open the CZI document to read the
with pyczi.open_czi(filepath) as czidoc:
    # get the image dimensions as a dictionary, where the key identifies the dimension
    total_bounding_box = czidoc.total_bounding_box

    # get the total bounding box for all scenes
    total_bounding_rectangle = czidoc.total_bounding_rectangle

    # get the bounding boxes for each individual scene
    scenes_bounding_rectangle = czidoc.scenes_bounding_rectangle

    # read a 2D image plane and optionally specify planes, zoom levels and ROIs
    image2d = czidoc.read(plane={"T": 1, "Z": 2, "C": 0}, zoom=1.0, roi=(0, 0, 50, 100))

The detailed usage can be inferred from the sample notebooks.

For more detailed information (on the latest version) refer to https://zeiss.github.io/pylibczirw/.

Installation

In case there is no wheel available for your system configuration, you can:

Disclaimer

The library and the notebook are free to use for everybody. Carl Zeiss Microscopy GmbH undertakes no warranty concerning the use of those tools. Use them at your own risk.

By using any of those examples you agree to this disclaimer.

Version: 2023.11.20

Copyright (c) 2023 Carl Zeiss AG, Germany. All Rights Reserved.

CHANGELOG

v6.0.1 (2026-03-12)

Fix

  • fix: add defensive template change and only render subject lines for changelog (#120) (1c0e27e)

v6.0.0 (2026-03-10)

Breaking

  • feat: Pass through reader options related to coordinates (#118) (3bfafd4)

Deps

  • deps: bump actions/github-script from 7 to 8 (#105) (9ecb0e7)

  • deps: bump github/codeql-action from 3 to 4 (#106) (c5c648b)

  • deps: bump actions/upload-pages-artifact from 3 to 4 (#107) (3bc2a20)

  • deps: bump actions/upload-artifact from 4 to 5 (#108) (8989aff)

  • deps: Bump actions/download-artifact from 5.0.0 to 6.0.0 in /.github/workflows (#66) (dbb0bfc)

  • deps: bump codecov/codecov-action from 4 to 5 (#69) (43ce3d7)

  • deps: bump actions/download-artifact from 4.1.0 to 5.0.0 (#91) (cb807c4)

  • deps: bump actions/checkout from 3 to 5 (#92) (dce8aa3)

  • deps: bump amannn/action-semantic-pull-request from 5 to 6 (#103) (74535f7)

  • deps: bump fsfe/reuse-action from 1 to 6 (#100) (c71a865)

  • deps: update pybind to latest 2.x version (2.13.6) (#101) (0ac54dc)

Documentation

  • docs: Update README and CONTRIBUTING (#65) (fc52575)

Feature

  • feat: add editing in-place for metadata (#114) (959a898)

  • feat: More complete type hints for open_czi and create_czi (#73) (992f92a)

v5.1.1 (2025-10-22)

Fix

  • fix(setup): correct setup.py configuration (#102) (552a47d)

v5.1.0 (2025-10-21)

Chore

  • chore: Wheels for MacOS and ARM Linux (#85) (c8fd2ff)

  • chore: Upgrade from windows-2019 to windows-2022 (#84) (0dabe3a)

Feature

  • feat: add "mask support" for reading & composition (#96) (cc17eb3)

v5.0.0 (2025-04-11)

Breaking

  • feat: Support python upto 3.13 (#64) (c2f7cb3)

Chore

  • chore: Move deploy job from reusable workflow to caller workflow (#71) (805ce42)

Deps

  • deps: Batch-bump pages-related actions (#3) (844d89c)

v4.1.3 (2024-08-26)

Fix

  • fix: Channel ID and Name in display settings metadata (#37) (04316fe)

v4.1.2 (2024-08-06)

Chore

  • chore: remove temporary debugging logic to push to PyPI (#30) (3b2ea06)

Fix

  • fix: consider only dimensions with size >1 for plane-coordinate (#28) (264fcb4)

v4.1.1 (2024-07-26)

Chore

  • chore: Add codeowners (#27) (dc1717b)

Deps

  • deps: bump codecov/codecov-action from 3 to 4 (#2) (dab7b18)

Refactor

  • refactor: Megalinter and infrastructure (#19) (2e60a2b)

Unknown

Project details


Download files

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

Source Distribution

pylibczirw-6.0.1.tar.gz (6.1 MB view details)

Uploaded Source

Built Distributions

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

pylibczirw-6.0.1-cp313-cp313-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.13Windows x86-64

pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

pylibczirw-6.0.1-cp313-cp313-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.13macOS 11.0+ ARM64

pylibczirw-6.0.1-cp312-cp312-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.12Windows x86-64

pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

pylibczirw-6.0.1-cp312-cp312-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.12macOS 11.0+ ARM64

pylibczirw-6.0.1-cp311-cp311-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.11Windows x86-64

pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

pylibczirw-6.0.1-cp311-cp311-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

pylibczirw-6.0.1-cp310-cp310-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.10Windows x86-64

pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

pylibczirw-6.0.1-cp310-cp310-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

pylibczirw-6.0.1-cp39-cp39-win_amd64.whl (1.4 MB view details)

Uploaded CPython 3.9Windows x86-64

pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.3 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl (4.6 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pylibczirw-6.0.1-cp39-cp39-macosx_11_0_arm64.whl (1.1 MB view details)

Uploaded CPython 3.9macOS 11.0+ ARM64

File details

Details for the file pylibczirw-6.0.1.tar.gz.

File metadata

  • Download URL: pylibczirw-6.0.1.tar.gz
  • Upload date:
  • Size: 6.1 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pylibczirw-6.0.1.tar.gz
Algorithm Hash digest
SHA256 9798a6883011dc00c8c16be2b8c6b08c8c1585d38b09c86c4bc738db8c4f7a71
MD5 2b8e285acf2fbc42c3724a909b42b52d
BLAKE2b-256 ba37576c4671c26f31f8a47d877c7b51466aeaa6ea2e86d4365999171e6b3d29

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1.tar.gz:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.0.1-cp313-cp313-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.13, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pylibczirw-6.0.1-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 ce9a6972d7638cedae7f36a1ee97e772db44f590ae56960f947b5dbc8460aeb5
MD5 ae630d4ff2b4da6e397fa48b6bb10047
BLAKE2b-256 5f705a148da52c5cdb0f855f7cd45992c635f2e0cc8357e2121ebcab6d6c4b1d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp313-cp313-win_amd64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b04e448ca7aa05624b2cd518824a22f8d786da710242e00a122831d320a1310f
MD5 3778b6b031c51843eb8e24e282f61626
BLAKE2b-256 e624f94155dfd7f891c82b9828dd24800311913db57e1304b70924c1c1bdd874

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 124d2817d37527799b6330ef71079ed4757a333b8f63974014847b1c21144e14
MD5 472e57d561476ed87a70e929b8bc47ce
BLAKE2b-256 47407dfcbbcffba0bbfa883e47702a9ce61e9775da5f7544098d65de180917d8

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2a75b272c5570791f068dc96a4733e8b103f68df60a3a43363cab6db17fd87d8
MD5 ae71c75d1390d6839e3f44d254557ece
BLAKE2b-256 02537b06356939d7c8f4f10f824b50530e761a39354cb6181e6d99f43fe7694f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp313-cp313-macosx_11_0_arm64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.0.1-cp312-cp312-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.12, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pylibczirw-6.0.1-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 ba95829c9bb56dcb2f2f81f36668381a1c0a587682e218e80d1ad81cda757e77
MD5 fb51a31ede391b98c34768f0d9ef1160
BLAKE2b-256 452364d4247b6f192984e29268f9c09403386d2fde40d937a277d706c2ddd01d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp312-cp312-win_amd64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 74a7ae04d80ff56b4f793a34b20524de99bd0ddf0375a36a47a78073e452f417
MD5 018720ec93331fb376ddf1e3c92d52c8
BLAKE2b-256 6507744d8ac53673394a8f2a80b49696c7a28386de5e4d157af45ec5eb1abb43

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 e97a1e14550fedadf2a3ea1b5896b4ac03390642112230345892639734cbf452
MD5 071363723cb2628d370c5f9f0ff3e575
BLAKE2b-256 3d177547d723c2c2d490696a6cd49f40b459ed52ff0adc2586a04d552b001387

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 e21f6691543af94098d610b0fc8e33fffb0cd76481b846043c3c5e7b73df8ea3
MD5 d4cee7b4e7bd37fee4e22a0ce9746b6c
BLAKE2b-256 54bf4715e5a678a209fb435de30f630b0214726540486d058862e084df00757b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp312-cp312-macosx_11_0_arm64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.0.1-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pylibczirw-6.0.1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 168c54bbf8170c2ad52d072bb4c836e56f992bbae4ec5a3ff244ef067acba31f
MD5 9ac13f6d618ade59e4ef8519adecef8e
BLAKE2b-256 9fb37e39dbfac6c0e4168ab236faed364a4d4ccf145e834a977b1c0516cd6e7b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp311-cp311-win_amd64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 4424d015b3a59b56e6ee03f5b7c55aff8522cd0cccc948d7e43176b07994da10
MD5 a2af68f4d66794b7219b3e590ae84a1c
BLAKE2b-256 806922dd3bdf9a88d63ba2eb1aef6cd0e3b117c678419d0f25c84135ecb445fd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3009c5dd4c8164d917eda6eeaeabe7674c00ca5ee9a838a76cbc7daff1110232
MD5 d18e66aa5135751f226361b6fce42663
BLAKE2b-256 053e0256eea41a683cde2ff071f4977aa8377fb57220e780fda722f9a7d90082

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 a820aad3f5194be10c99bff1350ddc5e6ae4f16a7ded50b65f11a216a68605c2
MD5 eb7e250faa9cb59560b7052b983fdb56
BLAKE2b-256 3a505294cc489da1d3b9d887346913a0c6065b1369fcfd3ea6557f8fb31574fb

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.0.1-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pylibczirw-6.0.1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 70f450fbbe6a446ca15b1f170a5cc22627d8abeba80d8f697b57bc7f8c0603b4
MD5 0c45728d21e2fb4c9876a96f56f64c0f
BLAKE2b-256 ee1d041b13697b492dfcd140b67852105909dc78c5ef3249577953fb6bd6ae8a

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp310-cp310-win_amd64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b8ba46ec8bc04a1b983f4531014408b42d9d0c5185bde0a98469bae4d1622874
MD5 97a033b141a13b4a2dfdd6cdf970a59e
BLAKE2b-256 93090ec303ea8aa96147d03eb9d159f912c8f4246d2c1201bcf7ffe78f4bebd3

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 6217e9b1267b2a7de06b1ede1b505713afa858e410611b1003e2f93830d84b99
MD5 e0088c1c0c1aa9b49724fb9117170b2b
BLAKE2b-256 f08884ca55aee6b0d797766449428c546d8d6d2b324c372d28d244022a4eef3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1db2c558527c9eccd12bf859233884d1d4bc52b4c9a20f279e01bc7c619801e1
MD5 a5650edea45d533c62e9b3782c094813
BLAKE2b-256 9b20ed3dc4a3d64e56aa4ac74465bf2cbd9066ec5fc2729a946fcff47166385b

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.0.1-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 1.4 MB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for pylibczirw-6.0.1-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 39bd8ef116d74db4b5555bcb0393eb8fb179811d7f55ccd426904e4463985130
MD5 7704f26ee50d113d2f3210c0df45dd31
BLAKE2b-256 a5ff38d9841d57b319f81b88f8a3fc44889525c4f84806981ffe412adb115a82

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp39-cp39-win_amd64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 54a22a91e9fd6bb3d7b9155c95b32cad4cdeefa1c3ab642b6e7486ce48bad466
MD5 e8f54feeb953bf8790d7003154dcb371
BLAKE2b-256 5e9371f0e95f4f44b52f5fd26aa881adfbb869bbee97af564d17ae2ccbe54937

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 7772d3aa6ef32369f79a53dae849062770805982b9d54ed8eacdcc84147e18b9
MD5 6d7ee4c793b21ddd8e4f7033234546f7
BLAKE2b-256 6a1fb7d270bef2e84372eff88ab21cb9a3f1566f594b42e5571735536e683eb7

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

File details

Details for the file pylibczirw-6.0.1-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.0.1-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 0a4f4144cea6d85b6b730dc5661888554a92161573ab5f3de34af338de941ca6
MD5 d7e80369e8b876f1e0469a6b186c4df7
BLAKE2b-256 230caa62f50c51f247aad47b8172909862bdbf760e7ad6bfbd5bbb6e8ee612f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.0.1-cp39-cp39-macosx_11_0_arm64.whl:

Publisher: build.yml on ZEISS/pylibczirw

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

Supported by

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