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.1.0 (2026-07-01)

Feature

  • feat: add subblock header enumeration (#121) (6feeaff)

Fix

  • fix: pre-populate eigen for CI (#126) (3fd66f6)

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

Uploaded CPython 3.13Windows x86-64

pylibczirw-6.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.13manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.13manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.13macOS 11.0+ ARM64

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

Uploaded CPython 3.12Windows x86-64

pylibczirw-6.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.12manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.12manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.12macOS 11.0+ ARM64

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

Uploaded CPython 3.11Windows x86-64

pylibczirw-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.11manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.10Windows x86-64

pylibczirw-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.10manylinux: glibc 2.17+ ARM64

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

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.9Windows x86-64

pylibczirw-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (4.4 MB view details)

Uploaded CPython 3.9manylinux: glibc 2.17+ x86-64

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

Uploaded CPython 3.9manylinux: glibc 2.17+ ARM64

pylibczirw-6.1.0-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.1.0.tar.gz.

File metadata

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

File hashes

Hashes for pylibczirw-6.1.0.tar.gz
Algorithm Hash digest
SHA256 84df00d0fd7e631fac4f7a6d092de9e46b62f8713a583be939fb5d78af5b0b30
MD5 d768c794e3e822b6fef1a282f8b8fcca
BLAKE2b-256 be67c294b4595787d3233fee487815a5a86c2a2159eb2947c028e8409d8763d5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0.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.1.0-cp313-cp313-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.1.0-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.12

File hashes

Hashes for pylibczirw-6.1.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 5014f7a95a9172d6e4c140bc196f7e048f14f3f460c13bb71043d69f1a958f45
MD5 4ba21f816ab9b86b66421a7e92908b8d
BLAKE2b-256 8aac2b7764e12293ee869edff75ba3c267e3a536842b6d46bf2ce9caa2a8e0d4

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 a6cdb1c6e898fc35eb2dd4c1b3f325582e37f6ce3c3bd3b1cd639a0a4b8ed2a3
MD5 458c0add465130b0dc372bbf5d6a2d37
BLAKE2b-256 90587a21c3c4f9c56e6bcba9295f2c15deeac1c5ef2f333220f29f7da16bc26d

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 0a849f8f363447ccc52e6cc8a3da9bf5a3ce0524f895cc192def0054d483502e
MD5 91c71382135b54337d30d7be2d4a05a0
BLAKE2b-256 b1bfcdcdb1b73c52126282b0fcbe869a63fc7123565e2207d1afebb050a66bb6

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp313-cp313-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp313-cp313-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 3779f5db8209d99aeb350e76638860868822729817129156bd598893bbed069f
MD5 17011894b9fecb90c8b2d13b93ac8055
BLAKE2b-256 36735a435f7783afcc0a522dfe669b99025a3867520212c7fab6104344125d9e

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp312-cp312-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.1.0-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.12

File hashes

Hashes for pylibczirw-6.1.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 cb1c5a25788d4f857f653f732882ce310fb7acc5ead0758db8b732b374999e16
MD5 e0b51b0750b3822bd1669a4ac50731bd
BLAKE2b-256 ece85ad5cffb826a26cddba75fa1a69f77f4e58f22117daad89fc55d461029b0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 42adce30fb5f30952ac860e5b499b2d18b9b61acf07e399e8a4c91aff0223e25
MD5 da4e0db3f6e54e1c13a606e246471598
BLAKE2b-256 c94398e8ab89c8b2a63a91aa77306d2e2c652374f2ff0e90542a7ded02721253

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8dadf7ee53db9be709a421d2a6880ffdadeaa78f89521ac5f1ea2e710debe0ad
MD5 9936e801165b56ae7987c4dc5b85344c
BLAKE2b-256 51a0e5edfadb8e194f3534c7e3e77fb2b836df63ec7436197709f4bd9cd8a045

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp312-cp312-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp312-cp312-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 c9c95291d1fdcb74d8f29d76a2ed07998c127e8ce6bb9e580e29ea053b98f949
MD5 e87129109705b32067e2af755d235a84
BLAKE2b-256 c04acdea5ed1b80305daeef688156c3769d512b571e20f2affd48d80a6ab77ac

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.1.0-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.12

File hashes

Hashes for pylibczirw-6.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 7b604897d3262560598c3d63b60ba7f2b8927c509525d7d9f2bcc7b66c8f9d12
MD5 b4d4cda04fe73038d9e4cef0ad620a21
BLAKE2b-256 15b522d4bfbcb5f51cbf229635de3fdc7dee3a56a096f3f2d02a08a46402b9c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 5806f00152a6963eb44b12b65c51e2f8ec0de3c9e89091352d0dbdb63317dc8a
MD5 f04e1a8a7ea750096bca86b4755af6b5
BLAKE2b-256 95d2861b27cd3637c64044f0ca153505ad49de316f739cc99814ab776d0e9bb5

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 9e100fb8988cc402e2c0ca9a821b1a6cd09d866a611f0bfe9c0a25739e5677dd
MD5 04c251fe2c0aed18a30bd5701031b389
BLAKE2b-256 4a0484a7d3a915e707d6acd77681a341369591ec46cbda3ede5d63b566808653

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 1a1e2d417f12e1713abb5565a8996c0903700920053730d22721f0ca6d80b40d
MD5 f16eef25b320722d67f893d953b796c8
BLAKE2b-256 211f4f1a88fed6548ff22edbda246e97ea37ae9fb4a9498976db83be6a249cbd

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.1.0-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.12

File hashes

Hashes for pylibczirw-6.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 6bf3b2a2b5319b34c8cf8f119b469df10bdd4a5b7531b275c0f79992907c2b91
MD5 29f0e84b89eee5ff466a0da0dcc988bb
BLAKE2b-256 2c32fc006eb713f122c5a65f5cc61b8147bec41c269ad744a6f4d45ad228e0e0

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 b5d9c7aeca51d4c3f8224d533e8c18e5ff347dcd439a26a629dc9629803fca0c
MD5 ae1504d6977f6c1578c7ce58d36330eb
BLAKE2b-256 94a7349623a9baed4eaaf673f0b7db6903608a3e58b84b6a6f5b18887efd917f

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 8ec922ce642df0486d45de387505ce9d877207d9bc468e0d5c8fd3e1004879c0
MD5 ebc69bbc1fa6f19e970351d4ab08361c
BLAKE2b-256 17052c24a2389ca52602c3072bf50df972f1bbdb993663267a1a88bc7794be55

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 18e4396b2fa7146e208a9f9bb5f10dc58fe0c6597139f6ad1a72f1051e66450d
MD5 b9caa156ce75cb2f42a71bef1824b2e9
BLAKE2b-256 4690f4f5d94da81592f46c0349c91bfc15e929fa38d6c36b2fad0813dc05bb83

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: pylibczirw-6.1.0-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.12

File hashes

Hashes for pylibczirw-6.1.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 dfa820b3a99716f2f7a3eb97378ba5e9df2c280b4c5b4ebd0fd1403326463561
MD5 ce155a99273313ee4145953419f482a1
BLAKE2b-256 9986a369d1d992536a36901b30af4e3a8e42cf7f30a4261a02cdd85bda76d943

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
Algorithm Hash digest
SHA256 8b96eb5f92ee9668a774bcdd5d3ed4039db432c9108313c07a214df97cce7d70
MD5 270d13c8715212a955a18a18264a3b95
BLAKE2b-256 b3d8cfaec3c508e0184384d39a75581e9b2cc900c2ce274e71940ca96d8e0f84

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
Algorithm Hash digest
SHA256 3b815b77bb65aa4ba77eeb1d4fea9f32bc9fc5e69bfc7ab63a4a4da7278907f1
MD5 71708fee810f68a58dcf5f3065f2aeb8
BLAKE2b-256 1b7a532fe6508cfe78700132b43b7b5c15485bb46c77f694a0ce0f4a325fc683

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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.1.0-cp39-cp39-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for pylibczirw-6.1.0-cp39-cp39-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 8f62dc839f933e4c474f631f9f8ca0059fae06152bff345756f5f9a437d0d729
MD5 f6bee5e1e7e4ea082c15b4280719ae36
BLAKE2b-256 89722145db9db1591859d031d50fdc7bca84b0a9367a289c36c1aad285954925

See more details on using hashes here.

Provenance

The following attestation bundles were made for pylibczirw-6.1.0-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