ZBIC
This project provides a Python package that supports compression and decompression of the ZBIC algorithm that was first seen on the Nintendo Switch in version 22.0.0.
The zstd.c, zstd.h and zstd_errors.h files in this repository were copied from Atmosphere-NX.
Installation
The package can be installed with pip: pip3 install zbic.
API reference
def compress(data: bytes, level: int = 3) -> bytes: ...
def decompress(data: bytes) -> bytes: ...
Example usage
import zbic
data = b"Hello World!"
compressed = zbic.compress(data)
decompressed = zbic.decompress(compressed)
assert data == decompressed
Source code
Release files for zbic 1.0.1.post1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| zbic-1.0.1.post1.tar.gz | 535.8 kB | Details |
Built distributions (wheels)
Total release size: 99.3 MB
Release files / zbic-1.0.1.post1.tar.gz
| Download URL | zbic-1.0.1.post1.tar.gz |
|---|---|
| Size | 535.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a798c24aea58f81a0b4bb0226f0f383b7e7f07a9a0150732cb45dc65ac541ff3
|
|
BLAKE2b-256 checksum How to use checksums |
5134a108004438db175641f13b9d9de8b6b57c96911c582e8f39fc57b277f9d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-win_arm64.whl |
|---|---|
| Size | 138.1 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
a0885d2f3f19323eb69f0e19ba19990c71c0a9928462dd9bd90877f7fde1084c
|
|
BLAKE2b-256 checksum How to use checksums |
56c3aa309da6cc42034d92bc993c9d22d396f1ab3ebe767aa0e55d95d3a81726
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-win_amd64.whl |
|---|---|
| Size | 161.0 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
ed91e7d93b53cb24da7ac9b93f8189552eb40e2e26a8df2cd8c5f1026eb11344
|
|
BLAKE2b-256 checksum How to use checksums |
d73fa15faff39542bd5c6d265c9d56533cf7197b4520b0a3ba6bcb13e0b62743
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-win32.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-win32.whl |
|---|---|
| Size | 147.8 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
8aa01fb026536c1f0175a1e7ca9c2a2f543133088181787d795e56929c65ce8b
|
|
BLAKE2b-256 checksum How to use checksums |
9f7ce56115d3955fbb6397152963cc62e87b74e0fb939a6f943d97cb2ace8fc2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
6981dfed2be41c6c8e0d7c73c1febee6bb3c8d905b2410ce69c2b9b27eb1b2b9
|
|
BLAKE2b-256 checksum How to use checksums |
d7b2b51186cf3c1154f6083ca59c7432729747210c70cfe7f8f765ff0fa310cb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
ca6d36402dc010f69113c0d761708997bfeac0e4545109621ef3f4e6b178a9df
|
|
BLAKE2b-256 checksum How to use checksums |
baf84b5d50bab5a90d79b87c6226eea222663a79632f3a05c503bb2edb5dddbf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
c4e30a42fbc9c8730d03be4f788da1de17b2915c36eeea7716c63d43e3abc2a0
|
|
BLAKE2b-256 checksum How to use checksums |
1e2aba0b8c9c4b134227e662308a0f6a611cb070f03fb89691febe9b0f2af8e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.15 CPython 3.15 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
eadb5c6eece7b4b4ea1caea8aaf59a4ad805ce3986c5d45186c93dc7289aa255
|
|
BLAKE2b-256 checksum How to use checksums |
8c913609173e0d0151ff31e00eafb5106eacfa5e6ba5a8638727a8595aaed55c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-macosx_11_0_arm64.whl |
|---|---|
| Size | 274.4 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
de74b081bc27141ef48fd026f43119cad725937f96b2dd3accff39ae6ae00de9
|
|
BLAKE2b-256 checksum How to use checksums |
98588e3aab6fd3b35c9dedfdecb005d5bb8b78e8c9c7ac70d0ac9c0ae476a060
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315t-macosx_10_15_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 337.4 kB |
| Tags | CPython 3.15 CPython 3.15 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
f59bc38b33575832ee0bea450266af273e49fa13a13458672586c7e6b4b39ccc
|
|
BLAKE2b-256 checksum How to use checksums |
4b87b0e0ab3bade56aba385013fd15d73abec42d86233b4655619b16bf686fb9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-win_arm64.whl |
|---|---|
| Size | 138.0 kB |
| Tags | CPython 3.15 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
f2b20b2da5522b044b48c77c0234da29537eae8c8973589466c9c68397dea04e
|
|
BLAKE2b-256 checksum How to use checksums |
6137c0349a55aa39fb40909e91fcb225658cdb9cf3fd6a61cb3820c29c02ee56
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-win_amd64.whl |
|---|---|
| Size | 160.9 kB |
| Tags | CPython 3.15 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
b8809f656973c31db260f7e0daa4eb72265b3cab0f5366bacba5b154a4395953
|
|
BLAKE2b-256 checksum How to use checksums |
835913ea1df5ab15075881fef00d774312e3d7dcf47ecb89fd34c35a00b50209
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-win32.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-win32.whl |
|---|---|
| Size | 147.7 kB |
| Tags | CPython 3.15 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
0c7283e90918672e780dd76ad0e8f19f95ee38f5836738257cd6330d879a7fdc
|
|
BLAKE2b-256 checksum How to use checksums |
cc49cdf3b3d14866a07ac750faf317faabdf261aced2f13b65ce9bea36f0d0eb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.15 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
ad091d3b6382f120d8b02cedbd3b081a3a0008b55fdf4956ba3525700f5addac
|
|
BLAKE2b-256 checksum How to use checksums |
dd10f687e9adaf60906c7b963359ac617da857dfb5c390b075d9faa90a31a4d0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.15 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
c4c639ae5f2fced6f7414861a069a4e8ded2914740ab05a0bf475c5f47a46cfc
|
|
BLAKE2b-256 checksum How to use checksums |
c0eb44d763ea53da2cfadcb7c8955b9a31d17ca0ad164e54ee2f9555af1b85e1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.15 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
522462d72af0875fee657767ded2fef1dd6167d4ea49a9fd1e7953135fcaecde
|
|
BLAKE2b-256 checksum How to use checksums |
99b60ef3571b59a7e4804432e1e6cd11992132062d498ad797db7503f4091981
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.15 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
c258ebf17550fa9c5f2a24ec3608157e0c4830219ec6d8e61df312198899feac
|
|
BLAKE2b-256 checksum How to use checksums |
7d1590931bbe8b97155734c35c1e337a12e1dd32a28077e5a5a2c87f704df5f1
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-macosx_11_0_arm64.whl |
|---|---|
| Size | 274.3 kB |
| Tags | CPython 3.15 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
32a2322b2b2337ab95f5878ffb4835f681d91a279e227a276a7bd4eda21ecab4
|
|
BLAKE2b-256 checksum How to use checksums |
825f67fac9f6e62227c760e24eb0c82341ab06bfbbaec38e9777a3b909002bf2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp315-cp315-macosx_10_15_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp315-cp315-macosx_10_15_x86_64.whl |
|---|---|
| Size | 337.3 kB |
| Tags | CPython 3.15 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
1f199379ad90ed174a7f9c65539f9915cd008b4e6664175f529d7dd1ca03aba5
|
|
BLAKE2b-256 checksum How to use checksums |
ab16115353244dc4bad392f421356a1e7d31b5fb9e0296a70e2e3ac1c52b4b37
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-win_arm64.whl |
|---|---|
| Size | 138.1 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows ARM64 |
|
SHA-256 checksum How to use checksums |
63d93fcbc9c51b43c304f4f3a0f0ce645fdf9cf698431869b839da2032dd83d6
|
|
BLAKE2b-256 checksum How to use checksums |
cd248dc1598248b1f1bfab6af29c2aa202a6df4b9b8495f902520216c2c10b9c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-win_amd64.whl |
|---|---|
| Size | 161.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-64 |
|
SHA-256 checksum How to use checksums |
94a83dee2d41982fe86805dae96a92a300fbf59e81f3d6b3e598afda2754f101
|
|
BLAKE2b-256 checksum How to use checksums |
0e8ca0c56c6939148c137d658bf309d12d724a9503a2cbb07ab0d5d0e1f4025f
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-win32.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-win32.whl |
|---|---|
| Size | 147.8 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading Windows x86-32 |
|
SHA-256 checksum How to use checksums |
d39c44eae13a84bfe63555fbd2dc175dfc2c40b41b922e1553f704e322747789
|
|
BLAKE2b-256 checksum How to use checksums |
2709b5981b18f0c76499531c4d03e3190af67e2b3f687fe533659e54dbb51bfc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
8d236fae4dc7fda477860a99778c4f320699ab5707c210a9bedff12e4f9d1295
|
|
BLAKE2b-256 checksum How to use checksums |
1c978312928111367a4b97cbfdd88bfbde919b3c48403cfc34f0879aae9748ef
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
618530747a913217db90b605618f057bcc67f931ea8fe4910bd92fd4ceb32134
|
|
BLAKE2b-256 checksum How to use checksums |
1cd37cbf4d1a6193a2ede1f553dd9a6877fb4683a9d025884f0df957ae0d2e8c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
cf0f535c8aed99f2346e0e47882a296457cc2b515ead84ff6eaf8b7eea3f6066
|
|
BLAKE2b-256 checksum How to use checksums |
9c7de64cbf65a0335d192a05635cd99ee2bcb89708ebd67c47c75ec642b44430
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 CPython 3.14 free-threading Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
ec6c414ce488fe76d03d5da7b20293c0354fbde63612038010d94d53fdfebc95
|
|
BLAKE2b-256 checksum How to use checksums |
538d1ded099bba2909d101c18fe25013e27fcd83599d28a823c36fd51f57c17a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-macosx_11_0_arm64.whl |
|---|---|
| Size | 274.0 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
3804e92ac57d6a798e9d37a19be884f67e19821c3edbd728ccc5568b50985296
|
|
BLAKE2b-256 checksum How to use checksums |
19db797e81667ab93e2fd2a772d957873e80e4c3da9f5cfc130f1958503894ee
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314t-macosx_10_15_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314t-macosx_10_15_x86_64.whl |
|---|---|
| Size | 337.4 kB |
| Tags | CPython 3.14 CPython 3.14 free-threading macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
0069c42f1350e5f5d2c8f78df8caa72ab25ff2c70628fb63bb9bbfd02bce0183
|
|
BLAKE2b-256 checksum How to use checksums |
ef1724054699a8fa4af24110eb543c3513bdb66202bfff448e679877c83d5cb4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-win_arm64.whl |
|---|---|
| Size | 138.0 kB |
| Tags | CPython 3.14 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
73e9a2007e1e4da3db4b611c8e091c6cbd580f94195f3890a58a072924242fec
|
|
BLAKE2b-256 checksum How to use checksums |
355d2fd99dac9ee99df0fc193900961d16e7a678a127f624b60d15a70fc6153d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-win_amd64.whl |
|---|---|
| Size | 160.9 kB |
| Tags | CPython 3.14 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
fc6fa9df986371a8a37b03af2eea0a16046a3757115db38a79d34d9d1a134c7a
|
|
BLAKE2b-256 checksum How to use checksums |
0c5932e71feb8eff0f44d3d0751f26a719aab85a568e6e2ce8cbec93cd428581
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-win32.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-win32.whl |
|---|---|
| Size | 147.7 kB |
| Tags | CPython 3.14 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
9bcdead1a886a5ffd3a8312fd026853fdfde49d4c169c7db610d7c82da7c66b6
|
|
BLAKE2b-256 checksum How to use checksums |
981a21c8cf2e61d2f3eb03f09c2efb06e8aba20d4f9828f42c11a10a5dc8f1b8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.14 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
e2d589dc4fd15847be5cf71a1d388e2c47c9a86815e463f3ecfcf724f8c61bd4
|
|
BLAKE2b-256 checksum How to use checksums |
a039a08f3b5908b186c3f8a068d263e48c0786c66811813abf1ceda09966a756
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
5da57c5854e6d6ecdfeea3138974da7b745e03f25d386a4b390f8233bc618fc6
|
|
BLAKE2b-256 checksum How to use checksums |
751a80a55fa152c483f96a50c13cc49df5bdf2575ebe34718fc3feca395881d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.14 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
a7d1110fef7efb9bc8ab370ff32161f33bc54c4a75e5c7b66d003731d667da75
|
|
BLAKE2b-256 checksum How to use checksums |
5c1a40a1a6e2d385e7f9c8ca04ff4d6941d5804393fb1349ba9cfc23dfa64e61
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.14 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
7265b40c1594ec1f75778e0ef76fec6c851d1a6ebc0ca951670dd9d88e4e24a5
|
|
BLAKE2b-256 checksum How to use checksums |
e41f54cc216f7d72f94a96209198b858d2d4c0182aee38a79c321ac12344334b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-macosx_11_0_arm64.whl |
|---|---|
| Size | 273.8 kB |
| Tags | CPython 3.14 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
fb508131293c71a242b1fc50e9179da2a73a4ec42dfcf3652963672bbe144e12
|
|
BLAKE2b-256 checksum How to use checksums |
7d0e16419890fde662047ff22e79ef01379d549f56a6875c77285687ab35ec77
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp314-cp314-macosx_10_15_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp314-cp314-macosx_10_15_x86_64.whl |
|---|---|
| Size | 337.3 kB |
| Tags | CPython 3.14 macOS 10.15+ x86-64 |
|
SHA-256 checksum How to use checksums |
bf9bdfa60aefa9201e5b01c6490c5b2d651ba47f9a5ad240823068a1e22f3ac4
|
|
BLAKE2b-256 checksum How to use checksums |
02ffee2c5e607418023f40f7f2d14b87407615e3de452b5c197aba155ebfb3a4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-win_arm64.whl |
|---|---|
| Size | 133.4 kB |
| Tags | CPython 3.13 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
1f76a4143d8a3dee13227735144fc0d9402ff7a7468153c996bd9236bb534bb9
|
|
BLAKE2b-256 checksum How to use checksums |
e7bc3f1de53f290dafa1f916e8ad262dfea0954bbec154728dfbde992c797f7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-win_amd64.whl |
|---|---|
| Size | 157.5 kB |
| Tags | CPython 3.13 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
7fb94bb72f6f37d291d1fa6adae4b0d65efb9a5ad97bb6b4a0ef6e5aa802ef3d
|
|
BLAKE2b-256 checksum How to use checksums |
4f7d89aa26bee1646543d4aacc5c6078cabd8950839679310869ca0132e6d402
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-win32.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-win32.whl |
|---|---|
| Size | 145.2 kB |
| Tags | CPython 3.13 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
24916fb06b3347cc11864127e8a1d3640035c0230b9b2d62a9a32fa55b3b5c1a
|
|
BLAKE2b-256 checksum How to use checksums |
d35de1f7b893dfcb8101e4b05312a47e337a71112d3356f2e2c31bc9689dcd1c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.13 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
24373af27bd63ca9184f2072723a6484b5cca58fcdaab24b5f0aaacb882ba06f
|
|
BLAKE2b-256 checksum How to use checksums |
4a7b014e34ed6b6abafae88f9362af07efa2223049f32ab2163e62b6dacfd586
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.13 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
5e33d173dba1403f437a03c393bf78d5aca73c3c08116a0897930857180ad128
|
|
BLAKE2b-256 checksum How to use checksums |
2b986e76aceeb6702d910146db3f208cdbec70cf5b3ff255b4e072aa7a9133ed
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.13 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
24dd63d52523701c630c836402d24f153ae0be1d7f2d03feef54ad9a38a7678e
|
|
BLAKE2b-256 checksum How to use checksums |
db516268daa52dd50e50c44d26b69bf6888bba7304c8b01d766f45cb039b9bb8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.13 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
ea61f5d3e1cb22e3e4701a05605c4c6e2d26eb250c3aabf84e7ebf48012a56cb
|
|
BLAKE2b-256 checksum How to use checksums |
445ebbe8d2a4e2f23d00530774b028083e899a40c63a8b65bd7866cbffefe4f5
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-macosx_11_0_arm64.whl |
|---|---|
| Size | 273.8 kB |
| Tags | CPython 3.13 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
f5b9024df8e4d4c62f8071b4397c560857395a168557cbaad2e82faa7b462a7e
|
|
BLAKE2b-256 checksum How to use checksums |
a09d2c3f8f0afa2ba3506bf8ce38b7c766a9f5dc3bd263c6aff83e84618d6c8d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp313-cp313-macosx_10_13_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp313-cp313-macosx_10_13_x86_64.whl |
|---|---|
| Size | 337.1 kB |
| Tags | CPython 3.13 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
0dcd992b1fecf22ff60018157782505d501b32b512a553387e2b3545982a6910
|
|
BLAKE2b-256 checksum How to use checksums |
110cdac2f601910dc1a4de48bf5ce028450b4d95b7cd51e58651ed65c931675c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-win_arm64.whl |
|---|---|
| Size | 133.4 kB |
| Tags | CPython 3.12 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
1756f0f61bce1c1be4fbcaf8db9df90bda60106d634fffbd8f39108b31257703
|
|
BLAKE2b-256 checksum How to use checksums |
c7faa94842e844eba99432e72b5a339e70730801d86ba08078e98e6ec71006c6
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-win_amd64.whl |
|---|---|
| Size | 157.5 kB |
| Tags | CPython 3.12 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
bc0e13554407ac977157026cdd7bdb7c2bf1411f76087f9d2cc0a6edbd4b191f
|
|
BLAKE2b-256 checksum How to use checksums |
4d9f8f92642e923acc52ef64b03dfdc69f21e4fda6b5a7915db4d17ffa094c45
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-win32.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-win32.whl |
|---|---|
| Size | 145.2 kB |
| Tags | CPython 3.12 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
3edf7483ccf6dc4daad0e3ff64bf42011c9b44e7118149d0efed4af4ca67df51
|
|
BLAKE2b-256 checksum How to use checksums |
1237c5b2cda53d8c877e0095a92ba7869ea0a071fa31c8be6203426cf266ae46
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.12 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
ee77f5d154523fe1f066c5a0b07a187ecfb14bd126696b611350848a6149b872
|
|
BLAKE2b-256 checksum How to use checksums |
29b4d2ef14f5931e6983b53272330dd092d25c08269b133ad50835d9a4943888
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.12 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
01ed25a0f16edc24f96701475d23e46391c984bfc95109602eb40382a79f4198
|
|
BLAKE2b-256 checksum How to use checksums |
11406c32673f14a5867880343bc4412a7657caa7d6443ad26551d288adb21f06
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.12 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
14e84cd23fc113e1cb9bdf688c00b863f7e16d6975ee4724b327386ead6e92a9
|
|
BLAKE2b-256 checksum How to use checksums |
6a15ad44619668dffbeacf5aae3da9fef1e92f73aa2b6bb0cfea0f436f041346
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.12 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
84446ac1e7a69d4cc87e1b1ac670440c594a5e78185ad0adfe6a430d12f7031d
|
|
BLAKE2b-256 checksum How to use checksums |
8fc97092df488cff010714315424d5a103e18a61cabf6046e5faa2e07c5b5d71
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-macosx_11_0_arm64.whl |
|---|---|
| Size | 273.8 kB |
| Tags | CPython 3.12 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
0032f525191ab247d3f31e1205601ac15c358dd1df0805aab545be79a54779a6
|
|
BLAKE2b-256 checksum How to use checksums |
48290eeb0eccb8f278751aff75bc89528a0af2e07016ad06f2c351575797c57c
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp312-cp312-macosx_10_13_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp312-cp312-macosx_10_13_x86_64.whl |
|---|---|
| Size | 337.1 kB |
| Tags | CPython 3.12 macOS 10.13+ x86-64 |
|
SHA-256 checksum How to use checksums |
062de16fedfc90928d326282b6053fac751a903824bccf6074637b6795761a74
|
|
BLAKE2b-256 checksum How to use checksums |
738e845acb6532720826aed8d392a2677b56577feea63b81b688df79942af1f3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-win_arm64.whl |
|---|---|
| Size | 133.4 kB |
| Tags | CPython 3.11 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
8de601c0a0fa5167977855620c0ed94e9c542e3100c32d95f4c87868caa3b1b9
|
|
BLAKE2b-256 checksum How to use checksums |
82d7e7f1c4e4a21f42c96dcb0134df1daabcf7bf833ae08c606a7df9ab72c6bb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-win_amd64.whl |
|---|---|
| Size | 157.5 kB |
| Tags | CPython 3.11 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
20f695e1dd36c8377a353fdd2215217e0b9d749ee8aa733f35955dbb61ff8e15
|
|
BLAKE2b-256 checksum How to use checksums |
5253fcf28fca5569a6771c016d3784111bf6b9d2169c69c75ab4a835f20a1f92
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-win32.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-win32.whl |
|---|---|
| Size | 145.1 kB |
| Tags | CPython 3.11 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
ac883275130c878f00bd03ebb4b6f722619f94fc9789bf5b9b63d7e977b0f337
|
|
BLAKE2b-256 checksum How to use checksums |
c2f18984d7645de513be09d448e44bf237e9f8b8856531548875d6e3c4c43b39
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.11 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
9946f32f0e3937435b88618cbec0ded9840520c2e9ee6022fd92a161c9c14204
|
|
BLAKE2b-256 checksum How to use checksums |
abbd551e9a35746f1a73c5f119768d95b717055d928551981db7404796b85003
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.11 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
369e345e2178f20639506ae7bc440064c3e1bb174572abce83c7520abd3b0817
|
|
BLAKE2b-256 checksum How to use checksums |
d0ee8f9367e1dd77e246d613895ded5b177a82121627ea25135337a94d3ee137
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
03d0b3629d46bf9bc86c089ee85599c7c05debd99d84e633ccdc326345a3b88b
|
|
BLAKE2b-256 checksum How to use checksums |
32d33f8a6b38c2ca24377c8225cce9cd8c326513fee9087a9a1c789cf4737370
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.11 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
432e86a57c5686b77ed4749437565b8b1106a4a84ac6c8a387ede527e869b8ae
|
|
BLAKE2b-256 checksum How to use checksums |
ccdcff7bd6dd464ee144144635e277d6398d50c7e582e4a74c4339b6163f2701
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-macosx_11_0_arm64.whl |
|---|---|
| Size | 274.4 kB |
| Tags | CPython 3.11 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
ebffd3ed6d020b71c025660642d208350cff807a302118cf184085c1a78320c5
|
|
BLAKE2b-256 checksum How to use checksums |
b13b0847fc0dab37450ba93c5ab5c593c91aedbd8a6f2d849aa73684e28f7e0d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp311-cp311-macosx_10_9_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp311-cp311-macosx_10_9_x86_64.whl |
|---|---|
| Size | 337.4 kB |
| Tags | CPython 3.11 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
fab1d75bf803f6e3a7890a29afb466c7046f5134d6c3720db86ae162df8c1548
|
|
BLAKE2b-256 checksum How to use checksums |
42f13035311f08abb1e0232f75604c0eed36748fcd583aed209f349ae2121f22
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-win_arm64.whl |
|---|---|
| Size | 133.4 kB |
| Tags | CPython 3.10 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
f1a2235ebd0c22051dc2b72b835fa6d33be0d28245cae35a5f206802bf755c4a
|
|
BLAKE2b-256 checksum How to use checksums |
0105875fd9631d29020fe2be9bf14be4df1af3d5a45fc334e1c008c49dc27448
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-win_amd64.whl |
|---|---|
| Size | 157.5 kB |
| Tags | CPython 3.10 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
af535a7d9ce7330f81018d397bf456996fa520690a2f55ec52bcc4622227dc99
|
|
BLAKE2b-256 checksum How to use checksums |
fbf82f485cf9fc8da11300c583ba839a2ff74fe5c6ead41729a24651ce73e158
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-win32.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-win32.whl |
|---|---|
| Size | 145.1 kB |
| Tags | CPython 3.10 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
00202d67cc00ef704098804b7fc5ff406fa02516455639392d410a7adbe94622
|
|
BLAKE2b-256 checksum How to use checksums |
19e9761f10fb0f70158e1edd4375517cf2caa685bc49ae1d6f8d76a6aefe2aff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.10 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
d7960cc081cc4356898d9152bf6796594c4c8bb3b349bacdc521a916c5e67925
|
|
BLAKE2b-256 checksum How to use checksums |
c5a63a60255e8c3a189d1959ef3906e9a41dbee51ee46dc20f97de137aa5fac0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.10 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
0de304f6745b36aec6e3e1b06a00133aeb7cfe3242debeefac6782790094c990
|
|
BLAKE2b-256 checksum How to use checksums |
776675ea6d052b6995831e725aeee1f41053c6db4935ed0b292f2bc2f2b620e4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
aa6e3d0b8ba66b8cdb5fe09380565c94e8c1017f2388b456a63a112257b29890
|
|
BLAKE2b-256 checksum How to use checksums |
520f79bcbfd8e1f018272ef84f92694b7341245666a57a9c1659fce49d9abc44
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.10 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
8d48a17386c4a32969ee52a4aa67e61b849634dac5f634a9a8cf5249cb3c37c5
|
|
BLAKE2b-256 checksum How to use checksums |
149e39e689c24de0ef2d1667faea627203b65d5e866d1b8e11d0e0a6e2699934
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-macosx_11_0_arm64.whl |
|---|---|
| Size | 274.4 kB |
| Tags | CPython 3.10 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
3a43ebfdad0eb62ba253ceec2b68a5e9f7fb53087bac01962e4677fb712f470a
|
|
BLAKE2b-256 checksum How to use checksums |
afe0df6c05b3140302e0de56686ba64a066e72e222907dd2df2e75b09d3bddf3
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp310-cp310-macosx_10_9_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp310-cp310-macosx_10_9_x86_64.whl |
|---|---|
| Size | 337.4 kB |
| Tags | CPython 3.10 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
db7786f185304e0152dc5e58d262d132ffce4b94d8653add3b2607d79ad7ba7f
|
|
BLAKE2b-256 checksum How to use checksums |
043720739bf9df518aeee54be854de7d2a50eaedd1d5522dab1599d702b3b857
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-win_arm64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-win_arm64.whl |
|---|---|
| Size | 133.4 kB |
| Tags | CPython 3.9 Windows ARM64 |
|
SHA-256 checksum How to use checksums |
47db7a9e4dc988d94648cc269b8444e6042d3aefa8f51eb8e2f2a5f060a4826f
|
|
BLAKE2b-256 checksum How to use checksums |
cca7904ffb256a9fb0b00d213ee8b4b299366bbf75750c3a34b929ca4ef4a697
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-win_amd64.whl |
|---|---|
| Size | 157.5 kB |
| Tags | CPython 3.9 Windows x86-64 |
|
SHA-256 checksum How to use checksums |
9a64242612e0aa1c61c520ae898c49e3e99f0680374ab8b99b27cee25194638d
|
|
BLAKE2b-256 checksum How to use checksums |
97f04e537e139da67dafb01c3554610a2d1a2ba14e888dc1d793e55bf28ea916
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-win32.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-win32.whl |
|---|---|
| Size | 145.1 kB |
| Tags | CPython 3.9 Windows x86-32 |
|
SHA-256 checksum How to use checksums |
80dc4ede32c6a4192204f089b7dcbd3c6d463b3ce8c2d2b858ff8df540a72f15
|
|
BLAKE2b-256 checksum How to use checksums |
300cd5ff2a9a688d36423aa8ea661539c553e1d1634482060344c7729fc6af9e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-musllinux_1_2_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-musllinux_1_2_x86_64.whl |
|---|---|
| Size | 2.5 MB |
| Tags | CPython 3.9 Linux musl 1.2+ x86-64 |
|
SHA-256 checksum How to use checksums |
8660c485bc0b25ad88c2eb019dc4ef240df60cc7eb84ee42f3b4dbf18ec55435
|
|
BLAKE2b-256 checksum How to use checksums |
199324f8bbe43d3cd2dfe7a13d2397f84b5aabb5b463c510eac4d59288234a7b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-musllinux_1_2_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-musllinux_1_2_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.9 Linux musl 1.2+ ARM64 |
|
SHA-256 checksum How to use checksums |
4d1acf19243a48ab7b4ffaf682c5463c9eec1b26d49366a5edf8aa32dc617e09
|
|
BLAKE2b-256 checksum How to use checksums |
7a5f059d37c31eb5bd58c340e3f50914d201ae9bb8d3e15b33ea29791b200721
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl |
|---|---|
| Size | 2.6 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ x86-64 Linux glibc 2.28+ x86-64 |
|
SHA-256 checksum How to use checksums |
f3f7f71ae4a857b2d77e1bc68d4140b03ea15d6d4bdb169920badee54453b7f4
|
|
BLAKE2b-256 checksum How to use checksums |
e812bbb1a9fb1135ab2920bb1d0133f66e2ac4ea98ada9352d8a30b16bc9d2a2
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-manylinux2014_aarch64.manylinux_2_17_aarch64.manylinux_2_28_aarch64.whl |
|---|---|
| Size | 2.3 MB |
| Tags | CPython 3.9 Linux glibc 2.17+ ARM64 Linux glibc 2.28+ ARM64 |
|
SHA-256 checksum How to use checksums |
3ea5f830c53d4e9ea2c4749f23dc159d89e81c28e5b7c999e42f3f5b3fcdfef1
|
|
BLAKE2b-256 checksum How to use checksums |
296612e72a0d8e9c3f7f9e14af80fda12cc22bd9f5a26e26eb646d076ff844aa
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-macosx_11_0_arm64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-macosx_11_0_arm64.whl |
|---|---|
| Size | 274.4 kB |
| Tags | CPython 3.9 macOS 11.0+ ARM64 |
|
SHA-256 checksum How to use checksums |
2195fdc7ee7f110237a2d905c33cba15e10393d8d023e6c9e8c93f3929c68546
|
|
BLAKE2b-256 checksum How to use checksums |
9da7ea7537b6de3e7b9d02e2d5d90a68fd60efa7724c33b179dcfd9bafc8b040
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp39-cp39-macosx_10_9_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp39-cp39-macosx_10_9_x86_64.whl |
|---|---|
| Size | 337.4 kB |
| Tags | CPython 3.9 macOS 10.9+ x86-64 |
|
SHA-256 checksum How to use checksums |
33e5742672a2a2985e1b449fbdb418b972b5ae03a294a758a7ea0321cf6cd1e6
|
|
BLAKE2b-256 checksum How to use checksums |
47db5158d8f3a2b3d95359499d20455a634fd270ee48adbe3e122d2bbc0ce750
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 10, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp27-cp27mu-manylinux2014_x86_64.manylinux_2_17_x86_64.whl
| Download URL | zbic-1.0.1.post1-cp27-cp27mu-manylinux2014_x86_64.manylinux_2_17_x86_64.whl |
|---|---|
| Size | 2.1 MB |
| Tags | CPython 2.7 CPython 2.7 pymalloc wide-unicode Linux glibc 2.17+ x86-64 |
|
SHA-256 checksum How to use checksums |
72d2992ef230f3676a4d4105800dbbd53f491e36fd0b91474a17582a2a2813f3
|
|
BLAKE2b-256 checksum How to use checksums |
d52d96687437c428b879071662075a6c4dc2539d43d377f93425694d3327187e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.
Transparency logRelease files / zbic-1.0.1.post1-cp27-cp27m-win_amd64.whl
| Download URL | zbic-1.0.1.post1-cp27-cp27m-win_amd64.whl |
|---|---|
| Size | 300.5 kB |
| Tags | CPython 2.7 CPython 2.7 pymalloc Windows x86-64 |
|
SHA-256 checksum How to use checksums |
b8672a489906fc7418a297487c09d1b37a3c5e10e1360a52555e15fcbcddba0a
|
|
BLAKE2b-256 checksum How to use checksums |
b6d420a88301e780c6a3028fd4a3c0b0b42dbdf2a26c553afd36d9c8f164cc9b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
Yes |
| Uploaded via |
twine/7.0.0 CPython/3.13.14
|
Provenance
Provenance describes where a file came from. On PyPI, provenance is shared via attestations, which provide a verifiable record of the build or publishing details. View details, limitations and caveats.
PyPI Publish Attestation
PyPI verified that this artifact, at this checksum, originated from the publisher listed below.
Signed by GitHub Actions, verified by PyPI on Aug 13, 2026.
Transparency log