Skip to main content

Python bindings for zxing-cpp

PyPI

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

zxing_cpp-3.1.0.tar.gz (1.4 MB view details)

Uploaded Source

Built Distributions

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

zxing_cpp-3.1.0-cp314-cp314t-win_arm64.whl (946.6 kB view details)

Uploaded CPython 3.14tWindows ARM64

zxing_cpp-3.1.0-cp314-cp314t-win_amd64.whl (1.0 MB view details)

Uploaded CPython 3.14tWindows x86-64

zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.14tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zxing_cpp-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl (858.8 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

zxing_cpp-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl (907.1 kB view details)

Uploaded CPython 3.14tmacOS 10.15+ x86-64

zxing_cpp-3.1.0-cp313-cp313t-win_arm64.whl (926.6 kB view details)

Uploaded CPython 3.13tWindows ARM64

zxing_cpp-3.1.0-cp313-cp313t-win_amd64.whl (999.0 kB view details)

Uploaded CPython 3.13tWindows x86-64

zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.13tmanylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zxing_cpp-3.1.0-cp313-cp313t-macosx_11_0_arm64.whl (858.8 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

zxing_cpp-3.1.0-cp313-cp313t-macosx_10_15_x86_64.whl (907.1 kB view details)

Uploaded CPython 3.13tmacOS 10.15+ x86-64

zxing_cpp-3.1.0-cp312-abi3-win_arm64.whl (920.8 kB view details)

Uploaded CPython 3.12+Windows ARM64

zxing_cpp-3.1.0-cp312-abi3-win_amd64.whl (993.5 kB view details)

Uploaded CPython 3.12+Windows x86-64

zxing_cpp-3.1.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zxing_cpp-3.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.12+manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zxing_cpp-3.1.0-cp312-abi3-macosx_11_0_arm64.whl (853.7 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

zxing_cpp-3.1.0-cp312-abi3-macosx_10_13_x86_64.whl (902.3 kB view details)

Uploaded CPython 3.12+macOS 10.13+ x86-64

zxing_cpp-3.1.0-cp311-cp311-win_arm64.whl (923.3 kB view details)

Uploaded CPython 3.11Windows ARM64

zxing_cpp-3.1.0-cp311-cp311-win_amd64.whl (995.3 kB view details)

Uploaded CPython 3.11Windows x86-64

zxing_cpp-3.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zxing_cpp-3.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.11manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zxing_cpp-3.1.0-cp311-cp311-macosx_11_0_arm64.whl (855.4 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

zxing_cpp-3.1.0-cp311-cp311-macosx_10_15_x86_64.whl (903.7 kB view details)

Uploaded CPython 3.11macOS 10.15+ x86-64

zxing_cpp-3.1.0-cp310-cp310-win_arm64.whl (919.0 kB view details)

Uploaded CPython 3.10Windows ARM64

zxing_cpp-3.1.0-cp310-cp310-win_amd64.whl (991.1 kB view details)

Uploaded CPython 3.10Windows x86-64

zxing_cpp-3.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (1.1 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.27+ x86-64manylinux: glibc 2.28+ x86-64

zxing_cpp-3.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl (1.0 MB view details)

Uploaded CPython 3.10manylinux: glibc 2.26+ ARM64manylinux: glibc 2.28+ ARM64

zxing_cpp-3.1.0-cp310-cp310-macosx_11_0_arm64.whl (851.3 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

zxing_cpp-3.1.0-cp310-cp310-macosx_10_15_x86_64.whl (899.6 kB view details)

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

Details for the file zxing_cpp-3.1.0.tar.gz.

File metadata

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

File hashes

Hashes for zxing_cpp-3.1.0.tar.gz
Algorithm Hash digest
SHA256 ecd2f0641ca2298f5decfd1746d7b08a7639523d515c5ed0c3df4e67327a6e45
MD5 08507d1e1234096292809d1aaa0fdcbd
BLAKE2b-256 23396621d964dbf7f31dbaade0981a5df4e9db247457962e6bbb88d1b8d55763

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0.tar.gz:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp314-cp314t-win_arm64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp314-cp314t-win_arm64.whl
  • Upload date:
  • Size: 946.6 kB
  • Tags: CPython 3.14t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 10832683b27900da56a18027eea0f6046b3a139392b71dfa0951f7c5816dd8f9
MD5 be69916cf07588f405fefb8530458894
BLAKE2b-256 88ae7ea2b1240f3a2c69422c28ea5091b57b6fca7fed1a0fa770107881b70215

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp314-cp314t-win_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp314-cp314t-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-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.12

File hashes

Hashes for zxing_cpp-3.1.0-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 8a636b776cd2eafe09dbb7d7e862b8beeedd345656520bc76f3dfe9d428c5295
MD5 e1392a43df25849ce0ba0b0e9769290a
BLAKE2b-256 d35143eb6d755fabbd74ba82856fc525b9e47bc2838c19457338f550706d8121

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp314-cp314t-win_amd64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1ec38090a9265753fb4a1f481cc0fa0e8d442f85618b3a450c9529fd6c4d848b
MD5 80ad8910230550a8a20b8b08f278d7d9
BLAKE2b-256 1c5350ce13676db8343de6121d7ecc888b0ac19716dff15d76fef0140534cbf2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c8535ad4e24fbd58ca8d30ecd0c89dabc671482ca14db2fc9ac763a22379f3bd
MD5 4b3707577ecd74b6a3cb8ad21229fd2a
BLAKE2b-256 37187ab3d4f1818bb850235761f45b7f9bbce3a75c5508a8e779bff2fc7d9d68

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f53cc0aceb9e1db8894113a5f4e1a011c38b9ba9218e4c6f13506015807fdde7
MD5 1201818c1388c8aacf126c602a7dc286
BLAKE2b-256 5444d4f3ddc19b9d468ea6778bc114426a5b355f1f3ba634035258106f5b2aff

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp314-cp314t-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 698daecab96a7cc6b5496fa040dbbd58edd183a7e0aef4aca8e86ae63a132ebb
MD5 893fa521f665c3b91b9cfa724232c576
BLAKE2b-256 7ea2fccf3c7a3e9bd9340ef2566a1b86d6041359fd7e1c8a44099d63a9bb2485

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp314-cp314t-macosx_10_15_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp313-cp313t-win_arm64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp313-cp313t-win_arm64.whl
  • Upload date:
  • Size: 926.6 kB
  • Tags: CPython 3.13t, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 7f0058e1e4f7286605a652ea025eef3d71c98bd2869654653a96c9ba9261a1d1
MD5 aacc96dd1cb0c5f3238f59cb98fc3790
BLAKE2b-256 6efa8c4ad2ad57a51b4c315874c5bea9941f25be23d46ec5d0b310c31366f12a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp313-cp313t-win_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp313-cp313t-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp313-cp313t-win_amd64.whl
  • Upload date:
  • Size: 999.0 kB
  • Tags: CPython 3.13t, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7ff33a684aafdd76c813c57f5574c36af08f4e564ad150c6af887cd2236c941d
MD5 0d9be0ada6aaf33bfb2b2bb66e5b5d67
BLAKE2b-256 2e45405390b9f54e42669a727b0ca260004df419bc4872d82d55c43c4c121843

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp313-cp313t-win_amd64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 9cbdfc4520fd568d13f361e36be704def5e659607636b1509051746cf9d33c5b
MD5 711380b6da0ffab748dff4c5edeaaaba
BLAKE2b-256 2e4d42448dfc8b4677579de3d1a20bad39a275fdb1adf10984aac380f551776c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 65ad9383ec43e5b5172f98f913e79dcad064badd1dcb5e43c3ad64cc58281824
MD5 6ef43ea5fa102e6f27faa58709183f7b
BLAKE2b-256 0e9b43dbd81544df336506aba01c9356a418764c065c59cc6dc5fdc7d734f054

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 32af79b2e80f57672d8be5d21a4199970ad13368f67c498a5ee8160b01d7072d
MD5 b1e7e5d21f85589bbeb5b8fd2dee2826
BLAKE2b-256 7c3a167245970cb22534c2acc2b1b938c3fbb82c07d82f5997f0c9d2e0f10aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp313-cp313t-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 069126336b1bd0bb48ed54ce3f24e7a77231723bba1507e1bf480a7ef4c1e349
MD5 89194db7ea1b5ea6cff7e62b1860ed1c
BLAKE2b-256 b28e7d26d38691461112f839d350706549fb7fd3bcb7407661e8e615aa5aed00

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp313-cp313t-macosx_10_15_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 920.8 kB
  • Tags: CPython 3.12+, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 c9a28681882fa8d7f7c90e773956bdec37fffcc5e04f99c6cecdedfdb01c0251
MD5 587f7ed59a79b52c51352f41ac1f1fe9
BLAKE2b-256 fdc2ceb78cc93bf5fc4ede188a102a54e94dad90f205a908fff5d780a4615d5e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp312-abi3-win_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 993.5 kB
  • Tags: CPython 3.12+, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 dc4f854a6f9f542df4f012a58dfe73d383e4a78421bb3f9cff04e82ccd4cd46d
MD5 cc1734719a69d4d009ece74dd1a94827
BLAKE2b-256 86b5cebd17f75b588ba8f58926b9bce18aa104e340c0924f69ac7460f9fdcf58

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp312-abi3-win_amd64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c41f006d078421906bea04fea5e2cdcbbdee54819783926064dd7089a83d1a78
MD5 c728390e78ffba12d0c9bf97e8579acb
BLAKE2b-256 f6b26c120d8641d1d6de3deb409962746d5ab92261e7f7ff69909708561a7483

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 c9fc27251e8c17be28c5c6603c487d2ef62a058fb0e2b39f4ecfcebb017d55f3
MD5 0ce5975ffb154a10b759eed57849d60b
BLAKE2b-256 661cefc817e2597268dff67af217f7ae35fc5f457ac5d8dce6f9f3dd706c6bcc

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f4d3823f3915a5e66b1273f6ceddfc43a7712e0904c4be67ecdd62aea55c2e78
MD5 ce40c9bba4b842e7e60c1e739da5ebf9
BLAKE2b-256 39921b0d86b65d3c2bd361d289e49b310bbd4c893807c734311c7a55ad40cd71

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp312-abi3-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp312-abi3-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp312-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 765a28c28d0f92ceba0085d4ef4044e804327dcbb1fbb80e35b969e17d65500e
MD5 5cb0120d2ccd4027a5398b7a5bf37b0b
BLAKE2b-256 8a74d57cf8815ec3990289aa043d09addf9df0bd3a9b52ee6c21eefe48ae427d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp312-abi3-macosx_10_13_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp311-cp311-win_arm64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp311-cp311-win_arm64.whl
  • Upload date:
  • Size: 923.3 kB
  • Tags: CPython 3.11, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 97c51056bdd2495a797e314388d89ac6575f0b45b0e56bd87270c4c448c24e0d
MD5 f1dfa1b7475bac6f174787dce4dfd368
BLAKE2b-256 5d213a31ad428d05297a3b9a61c98f5008af458e3eadd5600b824d8be5f9056a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp311-cp311-win_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp311-cp311-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp311-cp311-win_amd64.whl
  • Upload date:
  • Size: 995.3 kB
  • Tags: CPython 3.11, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 d421dbe650e9c8670c3e1748481b046bdec68bd3061331337e715ed2221a926e
MD5 1d63fb21f9f504cd8e5ab2c12cd5616d
BLAKE2b-256 b9bb9dcd06d216076f3934c22077ef08261e0ed7877bf64d13d32eed54e58704

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp311-cp311-win_amd64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 d69e61ab1a104dccc4bd58e1a04268e326801f05f28d7d4528c63b8ff05443aa
MD5 610afce285f3ed728bc5940022c6f24f
BLAKE2b-256 233b880e77fa59e4dc4d1db23310aa4a67e156fa33ff5341904167b71968f510

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 360420e4ca2104d35e8bb9ed6b5aa509f8c02ebf0761bf10a9bc09a6c1065e39
MD5 1ca764d0e46091676ebe417d8dc53289
BLAKE2b-256 3cf92fcdf24c7d3568c1b303057ae7bdf52d6d3189bc2ca2244354f72d848d3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 b2b7d6193a1131cfd83f6b03b8d95448e9eaf104deccc833a59cb2d168b19d5d
MD5 16f2df18d5910e068a633fdc6b293023
BLAKE2b-256 dccdb44ce663678025376b9e6eb8718820c5ef7c89ba3b9e48159d7aef6e33c9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp311-cp311-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 6a6caa4953e65b8c348846adf2f89836dcaf7def8dff29eca4efc431a2669876
MD5 d24f684508efecdfb49a16cff4407f28
BLAKE2b-256 7810de951b133449e9aa2696fc5a52784560c277fa091b5290480e037077825a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp311-cp311-macosx_10_15_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp310-cp310-win_arm64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp310-cp310-win_arm64.whl
  • Upload date:
  • Size: 919.0 kB
  • Tags: CPython 3.10, Windows ARM64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 2606dbbb1972ad2ed1dfd40a962f4d063a5efca02f3bc89bdf4ac98ceea62988
MD5 0f2e88352b220f0237cbb273775c065b
BLAKE2b-256 0de8d093e143bc1a8c5607401fe3a505aeb21b84190cfd6001b3ce8bda2d0862

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp310-cp310-win_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp310-cp310-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0-cp310-cp310-win_amd64.whl
  • Upload date:
  • Size: 991.1 kB
  • Tags: CPython 3.10, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for zxing_cpp-3.1.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 b9a04c41c0d032b8c528b32945de06bbc5e696bcaf418c25816257bc69d5f611
MD5 dda2576033f5e5e8e1cd4f102c5158e4
BLAKE2b-256 cadf30837bed0cd743d1df258912a4046568639ea3b3cb0bb46849c79b94abc7

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp310-cp310-win_amd64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a9e718d5ee2f1e0211eec1aaa42374c37b5efc4b1d1a73c7df5967f60e0d9575
MD5 f9f2bb9f0af349d66e9765cb21bec7e7
BLAKE2b-256 ec671c0e34baa23bebb4ccc1f80f18616be9083b44bb583e23242b82ec63fbe0

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 b2ccef0e6321e0ef321861a95f9d678574e4c578abe3f01a7a8273ad47946e36
MD5 e3a548c4ba33ff90d3589449441d42b3
BLAKE2b-256 709fa545eb206f0a02c91b241871c9026373a3e19e474028b8bf7619cbf37609

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 323c30c7dceecfacbfa805ab437f4f721cea6e0d865d5df23e488c169183102f
MD5 c5d78cbd309e49cf836890721a453da2
BLAKE2b-256 35fc4d1737b76dae635c122d37ce5ae640bafed8c04a696e8737dd79d141de28

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp310-cp310-macosx_11_0_arm64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

File details

Details for the file zxing_cpp-3.1.0-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 5b71789bb8f7b5f2fd3cd3ad9241eea09b820d117b6c1368001049258cad8c7b
MD5 e4264f6d5249098520e7b2398cf3634c
BLAKE2b-256 ca0bcce49135a76a2e0947dda33a49e1c45c83333a1e2f1bdd27c33f22e6cd3c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0-cp310-cp310-macosx_10_15_x86_64.whl:

Publisher: publish-python.yml on zxing-cpp/zxing-cpp

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

Supported by

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