Skip to main content

Python bindings for the zxing-cpp barcode library

Project description

Python bindings for zxing-cpp

PyPI

Installation

pip install zxing-cpp

or

python setup.py install

Note: To enable position independent and multi-symbol DataMatrix detection, the library needs to be compiled with a c++20 compiler. Unfortunately some build environments (currently the 32-bit builds for Linux) used by cibuildwheel to generate the binary wheels that are published on pypi.org don't include a c++20 compiler. Best chance to enable proper DataMatrix support in that case is by installing from source:

pip install zxing-cpp --no-binary zxing-cpp

In that case or if there is no pre-build wheel available for your platform or python version or if you use setup.py directly, a suitable build environment including a c++ compiler is required.

Usage

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.")

To get a full list of available parameters for read_barcodes and write_barcode as well as the properties of the Barcode objects, have a look at the PYBIND11_MODULE definition in this c++ source file.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

zxing_cpp-2.3.0.tar.gz (1.2 MB view details)

Uploaded Source

Built Distributions

zxing_cpp-2.3.0-cp313-cp313-win_amd64.whl (843.2 kB view details)

Uploaded CPython 3.13 Windows x86-64

zxing_cpp-2.3.0-cp313-cp313-win32.whl (759.9 kB view details)

Uploaded CPython 3.13 Windows x86

zxing_cpp-2.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (984.9 kB view details)

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

zxing_cpp-2.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl (992.1 kB view details)

Uploaded CPython 3.13 manylinux: glibc 2.17+ i686

zxing_cpp-2.3.0-cp313-cp313-macosx_10_13_universal2.whl (1.7 MB view details)

Uploaded CPython 3.13 macOS 10.13+ universal2 (ARM64, x86-64)

zxing_cpp-2.3.0-cp312-cp312-win_amd64.whl (843.1 kB view details)

Uploaded CPython 3.12 Windows x86-64

zxing_cpp-2.3.0-cp312-cp312-win32.whl (759.9 kB view details)

Uploaded CPython 3.12 Windows x86

zxing_cpp-2.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (984.5 kB view details)

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

zxing_cpp-2.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl (992.0 kB view details)

Uploaded CPython 3.12 manylinux: glibc 2.17+ i686

zxing_cpp-2.3.0-cp312-cp312-macosx_10_13_universal2.whl (1.7 MB view details)

Uploaded CPython 3.12 macOS 10.13+ universal2 (ARM64, x86-64)

zxing_cpp-2.3.0-cp311-cp311-win_amd64.whl (842.2 kB view details)

Uploaded CPython 3.11 Windows x86-64

zxing_cpp-2.3.0-cp311-cp311-win32.whl (759.7 kB view details)

Uploaded CPython 3.11 Windows x86

zxing_cpp-2.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (983.8 kB view details)

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

zxing_cpp-2.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl (991.9 kB view details)

Uploaded CPython 3.11 manylinux: glibc 2.17+ i686

zxing_cpp-2.3.0-cp311-cp311-macosx_10_9_universal2.whl (1.7 MB view details)

Uploaded CPython 3.11 macOS 10.9+ universal2 (ARM64, x86-64)

zxing_cpp-2.3.0-cp310-cp310-win_amd64.whl (840.6 kB view details)

Uploaded CPython 3.10 Windows x86-64

zxing_cpp-2.3.0-cp310-cp310-win32.whl (759.1 kB view details)

Uploaded CPython 3.10 Windows x86

zxing_cpp-2.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (983.0 kB view details)

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

zxing_cpp-2.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl (991.4 kB view details)

Uploaded CPython 3.10 manylinux: glibc 2.17+ i686

zxing_cpp-2.3.0-cp310-cp310-macosx_10_9_universal2.whl (1.7 MB view details)

Uploaded CPython 3.10 macOS 10.9+ universal2 (ARM64, x86-64)

zxing_cpp-2.3.0-cp39-cp39-win_amd64.whl (834.5 kB view details)

Uploaded CPython 3.9 Windows x86-64

zxing_cpp-2.3.0-cp39-cp39-win32.whl (759.1 kB view details)

Uploaded CPython 3.9 Windows x86

zxing_cpp-2.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (983.2 kB view details)

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

zxing_cpp-2.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl (991.7 kB view details)

Uploaded CPython 3.9 manylinux: glibc 2.17+ i686

zxing_cpp-2.3.0-cp39-cp39-macosx_10_9_universal2.whl (1.7 MB view details)

Uploaded CPython 3.9 macOS 10.9+ universal2 (ARM64, x86-64)

File details

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

File metadata

  • Download URL: zxing_cpp-2.3.0.tar.gz
  • Upload date:
  • Size: 1.2 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0.tar.gz
Algorithm Hash digest
SHA256 3babedb67a4c15c9de2c2b4c42d70af83a6c85780c1b2d9803ac64c6ae69f14e
MD5 9dcac7937e0dace49a869c0d5af01be4
BLAKE2b-256 d9f2b781bf6119abe665069777e3c0f154752cf924fe8a55fca027243abbc555

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.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-2.3.0-cp313-cp313-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp313-cp313-win_amd64.whl
Algorithm Hash digest
SHA256 971dad40c4765eeb74a4f4557889053b934484ad8c7f9d64c412d3a3d8441f3f
MD5 498fb8cdc90f4063b98ae7145637d086
BLAKE2b-256 b4885221780a8955c3097a2757be43e90672ddfa82d774dfa7e2625c2b6c6fe4

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp313-cp313-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-2.3.0-cp313-cp313-win32.whl.

File metadata

  • Download URL: zxing_cpp-2.3.0-cp313-cp313-win32.whl
  • Upload date:
  • Size: 759.9 kB
  • Tags: CPython 3.13, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0-cp313-cp313-win32.whl
Algorithm Hash digest
SHA256 49a07be29ca28278ab0d8d9924d873e28111b1067acae68f2112a25c7f7efe77
MD5 b107c7b7ea7fe029b753d4cf0eb8b327
BLAKE2b-256 dd0aaac46433935fba2015efacd1ddd68885e9dd803c6ce7b6446c0f018354ec

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp313-cp313-win32.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-2.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp313-cp313-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7ba641ca5a0f19b97d7bc6a0212e61dab267a2b1a52a84946d02bdcd859ec318
MD5 0f6af4f4f8d6de2c496eb98afde2cef7
BLAKE2b-256 ce5e5784ad14f8514e4321f3a828dccc00ebcf70202f6ef967174d26bcb65568

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp313-cp313-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-2.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 a0b36f3be2e6d928bea9bd529f173ef41092061f0f46d27f591c87486f9a7366
MD5 6596520a5726c56fa96227d7c6a5069c
BLAKE2b-256 492e8ed22a7b3743a8aa6a588366e34c44056d118ea7614b6bdbc44817ab4a7f

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp313-cp313-manylinux_2_17_i686.manylinux2014_i686.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-2.3.0-cp313-cp313-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp313-cp313-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 3da0fbf0d93ef85663def561e8f7880447970710ea6b1768dfc05550a9ee3e00
MD5 4b4be0782c07c6e379dfc9b67b410ca2
BLAKE2b-256 3d46ef7c69bea44a7c64d4a740679dd18c59616d610fb468c057d8bfbda5f063

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp313-cp313-macosx_10_13_universal2.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-2.3.0-cp312-cp312-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp312-cp312-win_amd64.whl
Algorithm Hash digest
SHA256 3771e5b0255d8b3bd457573fb6d57d29a346b6c45682320509d8e1ecb49d07ea
MD5 1c4252c1de2a5ec1e377a9b227fee723
BLAKE2b-256 486da0c3a690963159788b98d947d8a97f55fb0d998ca1f58534618cc96c7c6d

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp312-cp312-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-2.3.0-cp312-cp312-win32.whl.

File metadata

  • Download URL: zxing_cpp-2.3.0-cp312-cp312-win32.whl
  • Upload date:
  • Size: 759.9 kB
  • Tags: CPython 3.12, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0-cp312-cp312-win32.whl
Algorithm Hash digest
SHA256 5469bc83ac137a211f54cc650c71af62435cb9b7235e32664f4d35bfd3ce68d0
MD5 ba2c7757ca78df94436a729f7308b28b
BLAKE2b-256 4d3ae4ba18f793484466f4033502acf10e7b078bb00fb48174a8e27aa50018cf

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp312-cp312-win32.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-2.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 dec2805c0e9dec0d7707c97ca5196f98d2730d2dfcea80442807123b9f8ec850
MD5 fe35ad21d9654919c27e5b6eef609001
BLAKE2b-256 95303143bf75944d65c9432349a79b97f9414965a44875ec9eeb5745592b4ecd

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp312-cp312-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-2.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 899955e0091fa0e159b9eb429e43d0a23e2be4a5347c9629c858844f02024b4b
MD5 b5568509ed6fc87c9a90d791ddda1b04
BLAKE2b-256 0e6c00252c1b3545c13d68922b67cb7c555f739b3a1755cc2a694fd8705ecae2

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.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-2.3.0-cp312-cp312-macosx_10_13_universal2.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp312-cp312-macosx_10_13_universal2.whl
Algorithm Hash digest
SHA256 2f457c0aa53c1de263e34cac9917ef647bfb9adcc9e3d4f42a8a1fc02558e1a6
MD5 9b8c65851ef5e399c298674a5749efbe
BLAKE2b-256 94d2e4552dc7d341ccf6242410a13bf95cbd37d7bf194a482d400729b5934b87

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp312-cp312-macosx_10_13_universal2.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-2.3.0-cp311-cp311-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp311-cp311-win_amd64.whl
Algorithm Hash digest
SHA256 b5bf247d887c8fc34021bd88caa04ac54674fbd79cbebbab35dd42fd0344522f
MD5 e83de9d5c9ca571499b764fb6cf651ea
BLAKE2b-256 1c3bdb94dc53ad1a8022a097a06e7fc9745b461315996be3af1beb6da5987388

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.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-2.3.0-cp311-cp311-win32.whl.

File metadata

  • Download URL: zxing_cpp-2.3.0-cp311-cp311-win32.whl
  • Upload date:
  • Size: 759.7 kB
  • Tags: CPython 3.11, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0-cp311-cp311-win32.whl
Algorithm Hash digest
SHA256 504f59d6cef772c95fa328d6c2318149d34dc61803fa47541cdb4a4f10579d2d
MD5 22db681e45eb68a08db49a6bd3351f40
BLAKE2b-256 fd800285c74c73f708c9f0325c37716f22d1c23908de042d8ee0dd779d05e39c

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp311-cp311-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 64e5a4ff5168142d8b33ca648978c8ec4125c50b33aa1521e0c5344c6ffacef7
MD5 8ab68931e2a9a8c925749154a2a06c7a
BLAKE2b-256 2ed375a6d6485e704527c5e18f825f6bd6b5e5129f56c3526f28142911b48410

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.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-2.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfc1095dc3303ed24be2622916e199a071bae19b19d432a0ce7ca993f95879ec
MD5 88723224ea9930f637d033d1a604ffb2
BLAKE2b-256 3e34ea057223cc34e63b1ff27b2794bcddfa58a1a64af7314882291255b56980

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.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-2.3.0-cp311-cp311-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp311-cp311-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 6ef0548f4247480da988ce1dad4d9c5b8d7cb2871538894fb9615c9ac0bb8656
MD5 8b32afab9a41819824de79c932cf3267
BLAKE2b-256 ab60d420be9446b25a65064a665603bd24295e143e2bafde500bfc952a07fbee

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp311-cp311-macosx_10_9_universal2.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-2.3.0-cp310-cp310-win_amd64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp310-cp310-win_amd64.whl
Algorithm Hash digest
SHA256 387690091a9edef2a44932d0aa705e267d4b72e5953a1d00a893ad22b365ebe0
MD5 c7c1b53ee942ec3a8b9b179a21903046
BLAKE2b-256 10d6f9042ef938b4119e03c0f74272666b4cb7c2d3f8f5190b3785ee40e59899

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.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-2.3.0-cp310-cp310-win32.whl.

File metadata

  • Download URL: zxing_cpp-2.3.0-cp310-cp310-win32.whl
  • Upload date:
  • Size: 759.1 kB
  • Tags: CPython 3.10, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0-cp310-cp310-win32.whl
Algorithm Hash digest
SHA256 6d710241e311962bafa93fa3faf0b01904a878c27cd84374359d3a7f491c2f10
MD5 be1c65d55a1f0d3466c7bf2631b5fcb2
BLAKE2b-256 e34e46af5e2964baaa64ca9d9c63e33d0b5d13f197d763912d527a40e9cf79f0

See more details on using hashes here.

Provenance

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

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp310-cp310-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 fd3f175f7b57cfbdea56afdb5335eaebaadeebc06e20a087d9aa3f99637c4aa5
MD5 8a0f9bc18e5380346100e52cfa168fc9
BLAKE2b-256 646c1bf6e40fadcb73958f672385c5186b062485c818cecc32b36ddf5666da1e

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.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-2.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 bfde95506d3fec439705dbc8771ace025d049dce324861ddbf74be3ab0fabd36
MD5 aa410caa560310d2075d2b9f565d5797
BLAKE2b-256 d74c6bf1551c9b0097e13bcc54b82828e66719c021afd3ef05fd3d7650e0e768

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.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-2.3.0-cp310-cp310-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp310-cp310-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 4e1ffcdd8e44a344cbf32bb0435e1fbe67241337c0a0f22452c2b8f7c16dc75e
MD5 6e524005f5971e7e38d2f9323d1a876f
BLAKE2b-256 31933e830a3dd44a9f7d11219883bc6f131ca68da2a5ad48690d9645e19c3b55

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp310-cp310-macosx_10_9_universal2.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-2.3.0-cp39-cp39-win_amd64.whl.

File metadata

  • Download URL: zxing_cpp-2.3.0-cp39-cp39-win_amd64.whl
  • Upload date:
  • Size: 834.5 kB
  • Tags: CPython 3.9, Windows x86-64
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0-cp39-cp39-win_amd64.whl
Algorithm Hash digest
SHA256 c166dfc6ede7ae5c013a09abb4f9708fec0243d2b7c1730c22c64f95c2cf5dc4
MD5 a2df5956f538222460460e6ee334b2cc
BLAKE2b-256 54a551c9088d39e252ffaae357817e930cb21659f4700e8e3fbf7adfb25415bd

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp39-cp39-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-2.3.0-cp39-cp39-win32.whl.

File metadata

  • Download URL: zxing_cpp-2.3.0-cp39-cp39-win32.whl
  • Upload date:
  • Size: 759.1 kB
  • Tags: CPython 3.9, Windows x86
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.0.1 CPython/3.12.8

File hashes

Hashes for zxing_cpp-2.3.0-cp39-cp39-win32.whl
Algorithm Hash digest
SHA256 fbd5b253ad0f8823c5c104feaaa19acab95c217cb924b012d55ff339c42b3583
MD5 0785be075a831c730aec89eb60aa78b9
BLAKE2b-256 4fb2d16a9971f27a3e5acecac65d706024d350680bb948e93d70c2091d61396a

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp39-cp39-win32.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-2.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp39-cp39-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl
Algorithm Hash digest
SHA256 7d8d1ae8fa85d854414afe32280c1f75bfd90f20737d19bafdf4a91f53fcf831
MD5 3bc23e43148f1d6fb22320fea224d6d3
BLAKE2b-256 ed62994aaba9fb6c9f6df50672119950b19583f30c5064f7240113d5e6fa0074

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp39-cp39-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-2.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl
Algorithm Hash digest
SHA256 e19b3b8a05a4215b743f4552f135d2cb5e51466f95d704402d5d333facb36752
MD5 cb217c3ac4b780490dde59904bee6ca7
BLAKE2b-256 82ef1c9c79b5c0f5141e2ee63360353b5bdc4f8d027143ba3f6c9801b10612f4

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.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-2.3.0-cp39-cp39-macosx_10_9_universal2.whl.

File metadata

File hashes

Hashes for zxing_cpp-2.3.0-cp39-cp39-macosx_10_9_universal2.whl
Algorithm Hash digest
SHA256 bdb864239cea44b5374ecb26ad740a392849139f6fe6146cc14f2f174c99056f
MD5 b469cc3bab60daf730f94a21215bf85d
BLAKE2b-256 8a0ef722227744868118fa3ffec2973a94429ee1999d26f599e91f88f8661b8b

See more details on using hashes here.

Provenance

The following attestation bundles were made for zxing_cpp-2.3.0-cp39-cp39-macosx_10_9_universal2.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 AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page