Python bindings for zxing-cpp
The package uses scikit-build-core as its build backend and nanobind for the Python bindings.
Installation
pip install zxing-cpp
To build from a checked out / extracted soruce tree, a suitable build environment including a C++20 compiler is required:
pip install .
Usage
Reading barcodes
import cv2, zxingcpp
img = cv2.imread('test.png')
barcodes = zxingcpp.read_barcodes(img)
for barcode in barcodes:
print('Found barcode:'
f'\n Text: "{barcode.text}"'
f'\n Format: {barcode.format}'
f'\n Content: {barcode.content_type}'
f'\n Position: {barcode.position}')
if len(barcodes) == 0:
print("Could not find any barcode.")
Writing barcodes
import zxingcpp
from PIL import Image
barcode = zxingcpp.create_barcode('This is a test', zxingcpp.BarcodeFormat.QRCode, ec_level = "50%")
img = barcode.to_image(scale = 5)
Image.fromarray(img).save("test.png")
svg = barcode.to_svg(add_quiet_zones = False)
with open("test.svg", "w") as svg_file:
svg_file.write(svg)
To get a full list of available parameters for read_barcodes and create_barcode as well as the properties of the Barcode objects, have a look at the nanobind module definition in this C++ source file.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file zxing_cpp-3.1.1.tar.gz.
File metadata
- Download URL: zxing_cpp-3.1.1.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1051a521b21a9fe206702ad4186aeb195154e3e1badcd99576d030723f36382b
|
|
| MD5 |
092f8b3b00fe337e5f69afed5d60d24f
|
|
| BLAKE2b-256 |
b930ad0e0352c593712ebb47143571ff11b130812e2852d7540e7c80cdf23340
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1.tar.gz:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1.tar.gz -
Subject digest:
1051a521b21a9fe206702ad4186aeb195154e3e1badcd99576d030723f36382b - Sigstore transparency entry: 2280044944
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp314-cp314t-win_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp314-cp314t-win_arm64.whl
- Upload date:
- Size: 956.2 kB
- Tags: CPython 3.14t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1992231c161c3eaf5857f7bc35193b8ca621eba0debc51e752403657b88d542a
|
|
| MD5 |
57c3e1401102d0f339d27b6a5fd6b152
|
|
| BLAKE2b-256 |
4738e547ea4f9a7c8c24a1d3a59869540029e4bad467f9544084c3cee94eb6e0
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp314-cp314t-win_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp314-cp314t-win_arm64.whl -
Subject digest:
1992231c161c3eaf5857f7bc35193b8ca621eba0debc51e752403657b88d542a - Sigstore transparency entry: 2280045415
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp314-cp314t-win_amd64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp314-cp314t-win_amd64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.14t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fe8172f3c9b17f8fd40fba2ae0ba9728228caeff3587eabf5d99888891d02e62
|
|
| MD5 |
de433d1c6bac5745ff7d09dec4420bd1
|
|
| BLAKE2b-256 |
c88e8dbf8fcf4d466c7d9b5023ae4cf17da22f328efabd4d7107109ac7737155
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp314-cp314t-win_amd64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp314-cp314t-win_amd64.whl -
Subject digest:
fe8172f3c9b17f8fd40fba2ae0ba9728228caeff3587eabf5d99888891d02e62 - Sigstore transparency entry: 2280045211
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.14t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
388626ac8df24f63c2bb17dcd42fd21daeeea6fd6759bd9b1c064b71142da07e
|
|
| MD5 |
fe2f45f905071b9f70d8cdedd0ff283c
|
|
| BLAKE2b-256 |
4eb9c4b6db45a3a9f7e34a3faadcce78c2084f0bc2ce0ee8344d61f1149d2318
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
388626ac8df24f63c2bb17dcd42fd21daeeea6fd6759bd9b1c064b71142da07e - Sigstore transparency entry: 2280045004
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.14t, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71df8523deb2fb40b834238e6fa739e210e3a6e27c5b94a99b4106c08e339b9b
|
|
| MD5 |
094b5464de365dcc1de7260766b00b8b
|
|
| BLAKE2b-256 |
f030d2f7e626b4216bbb47783d7431cd27b151cfe5abeb22aa06f0b130095841
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
71df8523deb2fb40b834238e6fa739e210e3a6e27c5b94a99b4106c08e339b9b - Sigstore transparency entry: 2280045120
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp314-cp314t-macosx_11_0_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp314-cp314t-macosx_11_0_arm64.whl
- Upload date:
- Size: 867.8 kB
- Tags: CPython 3.14t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
94e342d390933b9678f71bf6005cf2125cdb27c2355c21fa194e3a672502aac6
|
|
| MD5 |
47baca7442f330e3113f28fa7e19c181
|
|
| BLAKE2b-256 |
5d31a2e693c9771b88e45dd7e52b56c85c169649123cf0eebfb32151efdfb356
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp314-cp314t-macosx_11_0_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp314-cp314t-macosx_11_0_arm64.whl -
Subject digest:
94e342d390933b9678f71bf6005cf2125cdb27c2355c21fa194e3a672502aac6 - Sigstore transparency entry: 2280045152
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp314-cp314t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp314-cp314t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 915.6 kB
- Tags: CPython 3.14t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5b4bd34f71868af0e34b000da4fc885c85a7f0ef37eecc0ec433ff27b263a5b7
|
|
| MD5 |
0992ad12a5cd15e99f4921e8f0099bbe
|
|
| BLAKE2b-256 |
d2a88c005a5251734f57a30f1e85fa2a8965d53cd0df99d1abf642956153410e
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp314-cp314t-macosx_10_15_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp314-cp314t-macosx_10_15_x86_64.whl -
Subject digest:
5b4bd34f71868af0e34b000da4fc885c85a7f0ef37eecc0ec433ff27b263a5b7 - Sigstore transparency entry: 2280045264
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp313-cp313t-win_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp313-cp313t-win_arm64.whl
- Upload date:
- Size: 934.3 kB
- Tags: CPython 3.13t, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
68b8cbd6797228eb983ab616b876cc744db319c64a9491a4806324afd04a8c48
|
|
| MD5 |
dcad02a49fa30863a03111d4a71174b7
|
|
| BLAKE2b-256 |
f8f1c7c93c2123701c12cda01ef02662ff010a79d31e86f67e9080d10d19013b
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp313-cp313t-win_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp313-cp313t-win_arm64.whl -
Subject digest:
68b8cbd6797228eb983ab616b876cc744db319c64a9491a4806324afd04a8c48 - Sigstore transparency entry: 2280045028
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp313-cp313t-win_amd64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp313-cp313t-win_amd64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93918148c1ed7ec60ff172b183ddc9dddfcb59e40867b0e98d79cc2d62a2b41d
|
|
| MD5 |
c357ca76bd9880827d50f1a6c332a27f
|
|
| BLAKE2b-256 |
3b9d2adb3c88894b1e018739aae9bd2725733b55c14e3df090a0e01b2bffff14
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp313-cp313t-win_amd64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp313-cp313t-win_amd64.whl -
Subject digest:
93918148c1ed7ec60ff172b183ddc9dddfcb59e40867b0e98d79cc2d62a2b41d - Sigstore transparency entry: 2280045381
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.13t, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0f37e714ad4fd0ae4dd759b19fef25bd524a2865bc3ca8730b4e318c0cc7800e
|
|
| MD5 |
bc60a51f1373995b8703e9173f8c5a3c
|
|
| BLAKE2b-256 |
907b0fc91d2d0463164268d06dd3e9b97520f9fe5c79dc6a954c92cd9ac92fbf
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
0f37e714ad4fd0ae4dd759b19fef25bd524a2865bc3ca8730b4e318c0cc7800e - Sigstore transparency entry: 2280045287
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.13t, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9efc7ed301846a8c060720f09bed8a29fefccef54b5106c291e4136ffe87d089
|
|
| MD5 |
f8f977aaf26ee007a5498a67eabdaa26
|
|
| BLAKE2b-256 |
6a0978a038367fd3d4fc00fa1f696672bfff002b4771814c3b20b1c392872043
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
9efc7ed301846a8c060720f09bed8a29fefccef54b5106c291e4136ffe87d089 - Sigstore transparency entry: 2280045409
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp313-cp313t-macosx_11_0_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp313-cp313t-macosx_11_0_arm64.whl
- Upload date:
- Size: 867.7 kB
- Tags: CPython 3.13t, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
670e2946232128b1ebba5b1f623e016ac8f8ad743ae3a0fb2e50b33180f216a2
|
|
| MD5 |
179a48c146660becb2af834157c2600b
|
|
| BLAKE2b-256 |
3dd8ab1db4571348e8756c2019425c72b3cb936f72c4a7c2af35687396381c36
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp313-cp313t-macosx_11_0_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp313-cp313t-macosx_11_0_arm64.whl -
Subject digest:
670e2946232128b1ebba5b1f623e016ac8f8ad743ae3a0fb2e50b33180f216a2 - Sigstore transparency entry: 2280045360
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp313-cp313t-macosx_10_15_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp313-cp313t-macosx_10_15_x86_64.whl
- Upload date:
- Size: 915.6 kB
- Tags: CPython 3.13t, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9d291fd958c26066aca97c4a416a9f15475a99c97b253cd4d2c6754a485b01e6
|
|
| MD5 |
21431d4ab772c69b70779f3e8477d41a
|
|
| BLAKE2b-256 |
b030e98ce9c56bd1f1fe0a1fd0e5c39202da49baa3620031cb80ac7a04759ffb
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp313-cp313t-macosx_10_15_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp313-cp313t-macosx_10_15_x86_64.whl -
Subject digest:
9d291fd958c26066aca97c4a416a9f15475a99c97b253cd4d2c6754a485b01e6 - Sigstore transparency entry: 2280045244
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp312-abi3-win_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp312-abi3-win_arm64.whl
- Upload date:
- Size: 931.3 kB
- Tags: CPython 3.12+, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
04a8f8b78779ab9b637853a0329770791cfc3095d232c768dc4824b63901ebd0
|
|
| MD5 |
b783ab33f16bdfe6e02110a75dca79b6
|
|
| BLAKE2b-256 |
5d32a827a99fa5e0aee382b5d464cbd2075e1911a69500116705f6695a6accd8
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp312-abi3-win_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp312-abi3-win_arm64.whl -
Subject digest:
04a8f8b78779ab9b637853a0329770791cfc3095d232c768dc4824b63901ebd0 - Sigstore transparency entry: 2280045103
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp312-abi3-win_amd64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp312-abi3-win_amd64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12+, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
29f98a91148171460b47a942d137ecc90c4b8097636f23cca65263a56bb025d3
|
|
| MD5 |
5b6507a6abe535f6d03e2de93ca83866
|
|
| BLAKE2b-256 |
7d14055c5a68a50bdde8378ced94e63f9ce340311e51c87b947f9b95fe69f51a
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp312-abi3-win_amd64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp312-abi3-win_amd64.whl -
Subject digest:
29f98a91148171460b47a942d137ecc90c4b8097636f23cca65263a56bb025d3 - Sigstore transparency entry: 2280045318
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.12+, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9cf67341949946307d086b302cefd453fb47bc6d6ddc7d088839e9481982757b
|
|
| MD5 |
b7e67f815cb9a7929b5135e8b3d77853
|
|
| BLAKE2b-256 |
0c3079683cf7139ee5325fbc68169eb8dc1cb2033ec43339b5f39de990f909a7
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
9cf67341949946307d086b302cefd453fb47bc6d6ddc7d088839e9481982757b - Sigstore transparency entry: 2280045300
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.12+, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f4dae01111f323f46736fc21f05c14dcaaac06cea5fdc8fd994ba19f6f918c6e
|
|
| MD5 |
38ba4abd10ae6bc1b4d6ec547d0378dc
|
|
| BLAKE2b-256 |
0df33fb2c6c48e6f58382fbbd31965c7caafd81f75b7e6707b011bdb940adb5f
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
f4dae01111f323f46736fc21f05c14dcaaac06cea5fdc8fd994ba19f6f918c6e - Sigstore transparency entry: 2280045170
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp312-abi3-macosx_11_0_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp312-abi3-macosx_11_0_arm64.whl
- Upload date:
- Size: 863.7 kB
- Tags: CPython 3.12+, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
037cbcaeb0cb12497fc15ced23f6b778fce8a6a1d1bbffddbffd004c6225744d
|
|
| MD5 |
793cd6ef0e7c178f32ad8082bd6c80cc
|
|
| BLAKE2b-256 |
1270f14831dd92d5c844a39c03ebe9ba185e073d4467d50b48dcf2a816cae0c5
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp312-abi3-macosx_11_0_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp312-abi3-macosx_11_0_arm64.whl -
Subject digest:
037cbcaeb0cb12497fc15ced23f6b778fce8a6a1d1bbffddbffd004c6225744d - Sigstore transparency entry: 2280045273
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp312-abi3-macosx_10_13_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp312-abi3-macosx_10_13_x86_64.whl
- Upload date:
- Size: 911.4 kB
- Tags: CPython 3.12+, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09dea611a7c9dc7c713a82303b15b733dc71abb1a77454b26b779e33671cef05
|
|
| MD5 |
f6702b225a6dec37032b8492617c0cb8
|
|
| BLAKE2b-256 |
5657ac717270db6888973eba83e9832fe800808b555df0ebe34e37b6a6e07545
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp312-abi3-macosx_10_13_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp312-abi3-macosx_10_13_x86_64.whl -
Subject digest:
09dea611a7c9dc7c713a82303b15b733dc71abb1a77454b26b779e33671cef05 - Sigstore transparency entry: 2280044966
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp311-cp311-win_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp311-cp311-win_arm64.whl
- Upload date:
- Size: 933.1 kB
- Tags: CPython 3.11, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
73a26e6e7c5fa411bfd690c374e3d4a7fdcb41ca57a047839365b0c985e325ad
|
|
| MD5 |
1df649cb0db922a7b2179a35deb02fdc
|
|
| BLAKE2b-256 |
20e805b134e41abda4bb3aca00ea2bc16898c9c3641afce5ad4637fd4b1166f0
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp311-cp311-win_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp311-cp311-win_arm64.whl -
Subject digest:
73a26e6e7c5fa411bfd690c374e3d4a7fdcb41ca57a047839365b0c985e325ad - Sigstore transparency entry: 2280045432
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp311-cp311-win_amd64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0343458a0fdf3f99c9dcff74dd09be6bae5d0d87a2f99de7876014317b939996
|
|
| MD5 |
09c3983ce9f5bc0ed1560a0aaceecabf
|
|
| BLAKE2b-256 |
ddf48b75505b3b2110146769006a0087e1517675af057bb1eaa7709ef8dd507a
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp311-cp311-win_amd64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp311-cp311-win_amd64.whl -
Subject digest:
0343458a0fdf3f99c9dcff74dd09be6bae5d0d87a2f99de7876014317b939996 - Sigstore transparency entry: 2280045455
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.11, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8a5b32d719a5448f1b2f474e04d2db6ce41cc6973fb5c705d47dbe899361e5f9
|
|
| MD5 |
9ebd3a440fc9c86022f1b9324db39936
|
|
| BLAKE2b-256 |
12835af471c7ad3fbb11d3efba64b41aba9f209d5dcc2945ca6b0afb29a9fed0
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
8a5b32d719a5448f1b2f474e04d2db6ce41cc6973fb5c705d47dbe899361e5f9 - Sigstore transparency entry: 2280045335
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
07ac611267b7220b769c182ae33473ee95aca1cc6c57e597755288b557848935
|
|
| MD5 |
736a3c9ad478f71c4c37db4db2c5fe9e
|
|
| BLAKE2b-256 |
12ee4ab8cf9594959e1dc8f3c0e234d225fd1080cecc349c99cac4850005055a
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
07ac611267b7220b769c182ae33473ee95aca1cc6c57e597755288b557848935 - Sigstore transparency entry: 2280045055
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp311-cp311-macosx_11_0_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp311-cp311-macosx_11_0_arm64.whl
- Upload date:
- Size: 865.0 kB
- Tags: CPython 3.11, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ec41a833dc1697e5360b5d9e2620fab1f3e92892b890c31fe85b50a10ca05217
|
|
| MD5 |
bad0baadbce1e26f702e40ec8f48c4db
|
|
| BLAKE2b-256 |
011b94067d5a5d324a30cd9862296171ec50cda58c9e31317eca53286aeab832
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp311-cp311-macosx_11_0_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp311-cp311-macosx_11_0_arm64.whl -
Subject digest:
ec41a833dc1697e5360b5d9e2620fab1f3e92892b890c31fe85b50a10ca05217 - Sigstore transparency entry: 2280045143
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp311-cp311-macosx_10_15_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp311-cp311-macosx_10_15_x86_64.whl
- Upload date:
- Size: 912.4 kB
- Tags: CPython 3.11, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9e558cf4d6d0dd0ae1199541bc8fd01e8fb67e18673faa7ca96e50440fdd6f93
|
|
| MD5 |
aed1314f14ea4bc276f61702063d3586
|
|
| BLAKE2b-256 |
d1c4d64c1b751561eee75706def600041e4c72642403864ac6c52588fdb54bb3
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp311-cp311-macosx_10_15_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp311-cp311-macosx_10_15_x86_64.whl -
Subject digest:
9e558cf4d6d0dd0ae1199541bc8fd01e8fb67e18673faa7ca96e50440fdd6f93 - Sigstore transparency entry: 2280045194
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp310-cp310-win_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp310-cp310-win_arm64.whl
- Upload date:
- Size: 928.9 kB
- Tags: CPython 3.10, Windows ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ce35439e225ed9c350d8a649d084c2a3bd00af0d527add2fdde957dedef2b103
|
|
| MD5 |
88a74181b81867eed6ef64e22f7f572b
|
|
| BLAKE2b-256 |
ebbb7c80d504160fe656681e8f275880f89313de02900f1e237c9f20f4ea427b
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp310-cp310-win_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp310-cp310-win_arm64.whl -
Subject digest:
ce35439e225ed9c350d8a649d084c2a3bd00af0d527add2fdde957dedef2b103 - Sigstore transparency entry: 2280045442
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp310-cp310-win_amd64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d388ea59e53dc9fb6dff8ab38ea11bd78f164f20b7781c756f5a3609ca557626
|
|
| MD5 |
03923c8b73bba9fa706aa99a5583d6a5
|
|
| BLAKE2b-256 |
3995047e23658752306f60581d2bc3a8d9f0eedd9c7836d3ea4ca433ade62b89
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp310-cp310-win_amd64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp310-cp310-win_amd64.whl -
Subject digest:
d388ea59e53dc9fb6dff8ab38ea11bd78f164f20b7781c756f5a3609ca557626 - Sigstore transparency entry: 2280045498
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
- Upload date:
- Size: 1.1 MB
- Tags: CPython 3.10, manylinux: glibc 2.27+ x86-64, manylinux: glibc 2.28+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d3841a4657ea74c1d70bf0943e11a9a413a1ff4424203f5d98d06b864fb1889d
|
|
| MD5 |
b0f73a28ad197a411895aed2a4667c0d
|
|
| BLAKE2b-256 |
662c3d8b1ad8c22d8c1a9cd69b00ae1efe977c90e9bf5020c23e1e1fbf0ef697
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl -
Subject digest:
d3841a4657ea74c1d70bf0943e11a9a413a1ff4424203f5d98d06b864fb1889d - Sigstore transparency entry: 2280045482
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
- Upload date:
- Size: 1.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.26+ ARM64, manylinux: glibc 2.28+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b79715e333e86d1e859bf9ea8bbd4f1974fb7459b67a672d0b1a9f415997a469
|
|
| MD5 |
359387edbeef04adb01c05e94b91c3d2
|
|
| BLAKE2b-256 |
20ff889de40c88746b7114da5d8e138ed5c993efaa50d7ff6704aee11baf3ea3
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl -
Subject digest:
b79715e333e86d1e859bf9ea8bbd4f1974fb7459b67a672d0b1a9f415997a469 - Sigstore transparency entry: 2280044986
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp310-cp310-macosx_11_0_arm64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp310-cp310-macosx_11_0_arm64.whl
- Upload date:
- Size: 860.9 kB
- Tags: CPython 3.10, macOS 11.0+ ARM64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
753aa1fff998aac068b7b221e4546a63239ea7aaa8380ea62285a3c1f441dc0d
|
|
| MD5 |
79f2c2d009a73ec94d7cc62a6636e32f
|
|
| BLAKE2b-256 |
c58ca49dc7deab347551feede42984fcdc8dddc1f70734c2bab6f0b4751f2ee4
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp310-cp310-macosx_11_0_arm64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp310-cp310-macosx_11_0_arm64.whl -
Subject digest:
753aa1fff998aac068b7b221e4546a63239ea7aaa8380ea62285a3c1f441dc0d - Sigstore transparency entry: 2280045074
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type:
File details
Details for the file zxing_cpp-3.1.1-cp310-cp310-macosx_10_15_x86_64.whl.
File metadata
- Download URL: zxing_cpp-3.1.1-cp310-cp310-macosx_10_15_x86_64.whl
- Upload date:
- Size: 908.2 kB
- Tags: CPython 3.10, macOS 10.15+ x86-64
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/6.1.0 CPython/3.13.14
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9b368e42c376dca8a077f5e58233c048d15dffe36630f8abc89dfde2ac8493ec
|
|
| MD5 |
a227bdd1f5aaeceb857180a9b3d7a8da
|
|
| BLAKE2b-256 |
20647c6aa34ff592aa13bbc8c444a352617162c1ed0c5850e7c4c7ce1bd6d441
|
Provenance
The following attestation bundles were made for zxing_cpp-3.1.1-cp310-cp310-macosx_10_15_x86_64.whl:
Publisher:
publish-python.yml on zxing-cpp/zxing-cpp
-
Statement:
-
Statement type:
https://in-toto.io/Statement/v1 -
Predicate type:
https://docs.pypi.org/attestations/publish/v1 -
Subject name:
zxing_cpp-3.1.1-cp310-cp310-macosx_10_15_x86_64.whl -
Subject digest:
9b368e42c376dca8a077f5e58233c048d15dffe36630f8abc89dfde2ac8493ec - Sigstore transparency entry: 2280045466
- Sigstore integration time:
-
Permalink:
zxing-cpp/zxing-cpp@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Branch / Tag:
refs/heads/master - Owner: https://github.com/zxing-cpp
-
Access:
public
-
Token Issuer:
https://token.actions.githubusercontent.com -
Runner Environment:
github-hosted -
Publication workflow:
publish-python.yml@287c85df6f961c8efbfb5ffd736cd9457b8b890e -
Trigger Event:
workflow_dispatch
-
Statement type: