Skip to main content
Pre-release

This release is a pre-release and may not be stable for production use.

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.0rc1.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.0rc1-cp314-cp314t-win_arm64.whl (944.7 kB view details)

Uploaded CPython 3.14tWindows ARM64

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

Uploaded CPython 3.14tWindows x86-64

zxing_cpp-3.1.0rc1-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.0rc1-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.0rc1-cp314-cp314t-macosx_11_0_arm64.whl (855.0 kB view details)

Uploaded CPython 3.14tmacOS 11.0+ ARM64

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

Uploaded CPython 3.14tmacOS 10.15+ x86-64

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

Uploaded CPython 3.13tWindows ARM64

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

Uploaded CPython 3.13tWindows x86-64

zxing_cpp-3.1.0rc1-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.0rc1-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.0rc1-cp313-cp313t-macosx_11_0_arm64.whl (855.0 kB view details)

Uploaded CPython 3.13tmacOS 11.0+ ARM64

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

Uploaded CPython 3.13tmacOS 10.15+ x86-64

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

Uploaded CPython 3.12+Windows ARM64

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

Uploaded CPython 3.12+Windows x86-64

zxing_cpp-3.1.0rc1-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.0rc1-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.0rc1-cp312-abi3-macosx_11_0_arm64.whl (851.0 kB view details)

Uploaded CPython 3.12+macOS 11.0+ ARM64

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

Uploaded CPython 3.12+macOS 10.13+ x86-64

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

Uploaded CPython 3.11Windows ARM64

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

Uploaded CPython 3.11Windows x86-64

zxing_cpp-3.1.0rc1-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.0rc1-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.0rc1-cp311-cp311-macosx_11_0_arm64.whl (852.5 kB view details)

Uploaded CPython 3.11macOS 11.0+ ARM64

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

Uploaded CPython 3.11macOS 10.15+ x86-64

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

Uploaded CPython 3.10Windows ARM64

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

Uploaded CPython 3.10Windows x86-64

zxing_cpp-3.1.0rc1-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.0rc1-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.0rc1-cp310-cp310-macosx_11_0_arm64.whl (848.4 kB view details)

Uploaded CPython 3.10macOS 11.0+ ARM64

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

Uploaded CPython 3.10macOS 10.15+ x86-64

File details

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

File metadata

  • Download URL: zxing_cpp-3.1.0rc1.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.0rc1.tar.gz
Algorithm Hash digest
SHA256 fc07330f737c0cb7bbc33901eeabee64e832f9ddc327a9cc7952aff65012630f
MD5 f01020bb2635821d4b9564654edcd889
BLAKE2b-256 e413d7d852e585da33a80619c7c223f481a0d8ba79cea86734203cbd5708f145

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1.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.0rc1-cp314-cp314t-win_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp314-cp314t-win_arm64.whl
Algorithm Hash digest
SHA256 586636d8530f32f749f5d2d8be4d6dfc8674cb892f9e014ff136483afe21be61
MD5 058e54bd5d4c98d0165cdd33ea633578
BLAKE2b-256 49835042f591d2b6fc9430a4df85accfb09448748a16fd4169abacdab9ade8f7

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp314-cp314t-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp314-cp314t-win_amd64.whl
Algorithm Hash digest
SHA256 7883972a04bf3ecb0b0798f18d96b7f25b53d450580ef0df770b6d3ded4735c1
MD5 636c2a4ecbcb896bec3f593a9f99a2ff
BLAKE2b-256 6778a7dbd1b56e62ad127875fc92c86f4ee39d589bad051455e1851af509cfe9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp314-cp314t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 c001f65f5ac77231bf9bb7ab00a4f4bb93a7b1ec918534d6d3629f77bbbb7b16
MD5 dec6084702860650e34c981be4b70af6
BLAKE2b-256 3fa6dbd13006027da90563bc3654cb1e3379fa47f35dee05131b3f6bf7b689c0

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp314-cp314t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6691246b141432806125f6bf20c9cd647c2cc37d55aa91e4b19484a6c1c7dd52
MD5 61409f0db05d9e899be97bdf5e7ca17e
BLAKE2b-256 019e0fd26b42518b1659dba50d1082484ee77f276534ba802a7553f4633ec4b4

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp314-cp314t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp314-cp314t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 f48557fd8d5d149db6f4bf495438122d41049d3048cfedbded828a60bf8b3515
MD5 d02e121296eb2f52cf2423b24809df97
BLAKE2b-256 d8d15ebdbe765def833eadbe53a0b975b9ed16008a933694a9f8e1434637b344

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp314-cp314t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 2ec191dd3ae51762ff92a987aa86155b6e1c541d8794fdd1345790cd2fe3dc4e
MD5 b20b4705c22d44de6ee9a225fe583994
BLAKE2b-256 67de8ea29841c1bd1932aaeef335d9d36073b9e7a8066508d337b8ea76399dce

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp313-cp313t-win_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp313-cp313t-win_arm64.whl
Algorithm Hash digest
SHA256 fbc180498acf4da62be1378d7f6d73174c2fc62d3c563a03d1bbbc51f91f5114
MD5 0fa2286eb83dbaea6f6d92239a0b988d
BLAKE2b-256 039ccf1d2867c6b7ac9b7a895c2de85b0236d64873d3ec2ccee443bb36d723b8

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp313-cp313t-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp313-cp313t-win_amd64.whl
Algorithm Hash digest
SHA256 7334d67b1ed7e3c281b8b086f0b51e9b9dc19b2b00ccf007d821e4e95b52214d
MD5 64a8a91cb2d643245524f8f2a70dfdc9
BLAKE2b-256 260be7bb02b6d19d2d439e35da9e5a191506fa6c2e78d89433f23c0bb4e7c4db

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp313-cp313t-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 1d24b27050897a43974841d8c579c93b786dd5ee25e5136e5bf109d4ee9a2ec4
MD5 b030a2092cbb277eeb61fbab676f3fb6
BLAKE2b-256 872a84bfd4cff9c179a6761767b65be08a8517d2f12cecd083cf4801fc5812f9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp313-cp313t-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 91724a8e73d1e7313d7b5ee4b6659564f18f61dffe51d25c9c874300ccf9abb8
MD5 1c553aa48631c566a5e7febe6b244ed2
BLAKE2b-256 92a3c667a3fedb0292968372d3cf694474aed2e3a5e598f0fa87944ccdfcd060

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp313-cp313t-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp313-cp313t-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 952c11e85b442173fb4767b6879bf20e9e1e1c272cd3d9255d1f53056a46809e
MD5 61688496f5f6d313551960e117b4246f
BLAKE2b-256 1261b72180dc1180257da90c2a954898fb4262921f69bb9a9f32e3c82b833ebb

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp313-cp313t-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp313-cp313t-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 b19e19a256b6ba2877b8a560f68984cc7e1a7431f21552d359113e09e3eb3a18
MD5 fab8ac922a0a2568a16c62a4c6981049
BLAKE2b-256 6587518c657e6d53b1bcb05492b91e02d80452aa67c516a5442a7a9d0b620a3f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp312-abi3-win_arm64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0rc1-cp312-abi3-win_arm64.whl
  • Upload date:
  • Size: 915.0 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.0rc1-cp312-abi3-win_arm64.whl
Algorithm Hash digest
SHA256 930785f1004a6c22a4c76e16ae6c3fde30f11c2533802662be084ce6b425f064
MD5 c8d2578618711045ebe40a76a2adef2f
BLAKE2b-256 33ffa0bbb6e0eea8bf3e0e29ed7c15524a045b070b07c40fe2d88e197b2a0aa2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp312-abi3-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-3.1.0rc1-cp312-abi3-win_amd64.whl
  • Upload date:
  • Size: 990.4 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.0rc1-cp312-abi3-win_amd64.whl
Algorithm Hash digest
SHA256 fbb4fc8e2a30b36fde36a0f9128ba031e9267dcdc2ac9ccee88d3f1c8adb1a19
MD5 fdbb53b1ca652da8b0da03c9bc5b6bae
BLAKE2b-256 7d482b5315aee506a026bdde37da5ac23ffb4e70b35781e733081485e68350d3

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp312-abi3-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 4c109be7743701ecdf89e1c540da75be381ac8db61d7abf622d308ab53f35a2a
MD5 973bfbb246edc26605c9e7cb14eb6109
BLAKE2b-256 1d16914fca45dd970e2dd11ed65327549a69d25a72bd0628a161ce616924ff9a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp312-abi3-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 71fd4c675147639c1dd471847788bc6efa83617a62c37404413afc30f8c60218
MD5 a643f7d9ea868eff5b780a7125c2e0bd
BLAKE2b-256 3efbffea82001b3eb13feec94db55dd9012ab049ec1057cef6cbac6dd30251f5

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp312-abi3-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp312-abi3-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 bf2a1403ce545f16a29a04d86a588093e549bc16e573dd46772145fe87363ccf
MD5 ee035b7e326d6eddd43ce48276c6494e
BLAKE2b-256 f45a1ce31b705f90616faf2128849e3b8062dbdf31937c259a89b7703f696756

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp312-abi3-macosx_10_13_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp312-abi3-macosx_10_13_x86_64.whl
Algorithm Hash digest
SHA256 ac8e999ff4024458587e86b5ca572eaf8efa205753efa035ac40a60c0c5d89df
MD5 ac5aabaeb5538215f1a72e18ed9c2c45
BLAKE2b-256 4cad71bdfa90b724f0cfeee9594785429a3153c2a476bd8a5f67cfbce7c5d16c

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp311-cp311-win_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp311-cp311-win_arm64.whl
Algorithm Hash digest
SHA256 153b678e33d5ccd448712077e6505eebcf1d40e4127270c4a37b36a8991ffb79
MD5 a5080f082408e632f6037dcec9332120
BLAKE2b-256 b5a5873945dc3fe65a30228c308009a31ad9c1594fd958b4ef611f876ffd5957

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 2c6f1ab48fc5aacd8f9ed42f1b0fad2ba088c5570decae84f3f4ecd734e9e15e
MD5 7c56a1123b2d472313a43f18d71614c7
BLAKE2b-256 b5d47ba691eb58965678ec663100b845ccfcc9862730e933b63387a29cfc750b

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 3cbcbc9014b07c04b399fd8fb9f76cebc81a8515aa516de7a5c0a0d0740ef4a0
MD5 7f24d38bd7685618d8c66adde3713ba4
BLAKE2b-256 1672860fecead7d59ece3c91dc8134c0cbc1f5c371f8bfe6fc703fe09e676da2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp311-cp311-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 6d4844eb1f7253e6221f3e7fbffc533548686c1b1898c99c5572f45302e94a81
MD5 200f6779e235f8cf83da07488f4c79b5
BLAKE2b-256 27f9a6e741ba3b3b6811a9f7aaf3216ccb72fc37346895da1a4b9f65a67bdb3e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp311-cp311-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp311-cp311-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 2fc02dc836d293f1002beaed87a0b8e9a21148c09108c42f7e9d8a1d24664e4f
MD5 bd3fca4904ad5488558ac3d6e716586b
BLAKE2b-256 71aef9b98c2f6c8804a35b9e0a6beb83c0b1ab7f07487fb6578fbfe0abaa5cef

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp311-cp311-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp311-cp311-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 3c6d8160c6c7fea9527ae6bc33d36f72be620ddbfaa6ca1add9f50776dca96bd
MD5 e5b6461fd78d8f476fdc9a551c003af5
BLAKE2b-256 9e513a167b04cb80badc16d0dc964b745d07820cef60c04eb0c202a75db5b77e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp310-cp310-win_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp310-cp310-win_arm64.whl
Algorithm Hash digest
SHA256 9979318e7b27bb8673c6558d1595cfbb943a848c0f8d825bcce54ba438ff8499
MD5 6b389497d6684a56647f8e823a562d59
BLAKE2b-256 d9d36376cd24e8c303588a1113278b98aeaec2baf78725af040a8c01fb49d9e8

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 a8fd49b18ee187d6851cf8a52d5119d70dac4e2927dabc79519eda8abc3ae47e
MD5 04b2bfa98ca0574abe795cb260d5f526
BLAKE2b-256 c190ae369f11f77ceba81e4603ee85b79b8ce91fc4448d6849e245c38e6623b3

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 a14b84ca880cec7b4955a701bd46564647bb7ed72d95842ffe9927655b276369
MD5 4788e0cb7f68a8e89baf91d1d63c9919
BLAKE2b-256 2d1f4401ecb58ca16abd52ad9d7d435074489affb5a497ee4ee4468821f72513

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp310-cp310-manylinux_2_26_aarch64.manylinux_2_28_aarch64.whl
Algorithm Hash digest
SHA256 f16937dd0da2847960bd89441eec0b1494871130db8c4af794b3f917cc73a5fd
MD5 f102c15fba85cf4f217fae9496b20509
BLAKE2b-256 2cadad92287f876f637a22425991850e8dffcdfbcc9306b688c2e9be560e87e9

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp310-cp310-macosx_11_0_arm64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp310-cp310-macosx_11_0_arm64.whl
Algorithm Hash digest
SHA256 ebf9ef15c8c2bd99ae8d327a043ddec93b4c7e6e31e869dfd61cbb879bbb4318
MD5 6196403ddcf2ed5b861b805ab7fa51e3
BLAKE2b-256 8753e589e9cebd4145a7109b1e13e67a26ab63fd67f624d08b876a1fc9489a90

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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.0rc1-cp310-cp310-macosx_10_15_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-3.1.0rc1-cp310-cp310-macosx_10_15_x86_64.whl
Algorithm Hash digest
SHA256 d00986a499619974a7e667d26a68ae181deec260d868e5fcbc29e2b89ab098ab
MD5 3ca1d5e1265440d290dea44e8956b4c7
BLAKE2b-256 02f9d7028bcbbd5e96035f13ffc6628165c9256d6980b691f6d1acd1ca23af12

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-3.1.0rc1-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