dynamsoft-barcode-reader-bundle


Namedynamsoft-barcode-reader-bundle JSON
Version 11.0.4000 PyPI version JSON
download
home_pagehttps://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi
SummaryDynamsoft Barcode Reader SDK for Python
upload_time2025-07-15 08:00:57
maintainerNone
docs_urlNone
authorDynamsoft
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Dynamsoft Barcode Reader SDK for Python
====================================================
|version| |python| |pypi| 

.. |version| image:: https://img.shields.io/pypi/v/dynamsoft_barcode_reader_bundle?color=orange
.. |python| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
.. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle


What You Should Know About Dynamsoft Barcode Reader
---------------------------------------------------
|trial|

.. |trial| image:: https://img.shields.io/badge/Get-30--day%20FREE%20Trial-blue
            :target: https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&package=python

`Dynamsoft Barcode Reader SDK <https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi>`_ 
enables you to efficiently embed barcode reading functionality in your
web, desktop or mobile application using just a few lines of code.
Saving you months of added development time and resources, our SDK can
create high-speed and reliable barcode scanner software applications to
meet your business needs.

About Python Barcode SDK
-------------------------
The Python Barcode SDK is a wrapper for Dynamsoft C++ Barcode SDK. It comes with all the general
features of Dynamsoft Barcode Reader, bringing convenience for Python developers.


Notice: Package Renamed and Updated
-----------------------------------
`dynamsoft-barcode-reader-bundle` is the successor to the `dbr` package, starting from version 10.
This new version introduces significant architectural improvements and a redesigned API to integrate with
`DynamsoftCaptureVision (DCV) <https://www.dynamsoft.com/capture-vision/docs/core/introduction/index.html?lang=python>`_ architecture,
which is newly established to aggregate the features of functional products powered by Dynamsoft.


Version
-------

-  11.0.4000

Supported Platforms
-------------------

- Windows x64

- Linux(x64, ARM64)

- macOS (10.15+)

Supported Python Versions
-------------------------
-  Python3.13

-  Python3.12

-  Python3.11

-  Python3.10

-  Python3.9

-  Python3.8

Installation
------------

   pip install dynamsoft-barcode-reader-bundle

Supported Symbologies
---------------------

-  Linear Barcodes (1D) :

   -  Code 39 *(including Code 39 Extended)*
   -  Code 93
   -  Code 128
   -  Codabar
   -  Interleaved 2 of 5
   -  EAN-8
   -  EAN-13
   -  UPC-A
   -  UPC-E
   -  Industrial 2 of 5
   -  MSI Code
   -  Code 11
   -  Code32
   -  Matrix 2 of 5

-  2D Barcodes :

   -  QR Code *(including Micro QR Code)*
   -  Data Matrix
   -  PDF417 *(including Micro PDF417)*
   -  Aztec Code
   -  MaxiCode *(mode 2-5)*
   -  DotCode

-  Patch Code

-  Pharmacode

-  Telepen

-  GS1 Composite Code

-  GS1 DataBar :

   -  Omnidirectional
   -  Truncated
   -  Stacked
   -  Stacked Omnidirectional
   -  Limited
   -  Expanded
   -  Expanded Stacked

-  Postal Codes :

   -  USPS Intelligent Mail
   -  Postnet
   -  Planet
   -  Australian Post
   -  UK Royal Mail
   -  KIX

Quick Start
-----------
.. code-block:: python

   from dynamsoft_barcode_reader_bundle import *

   # Apply for a trial license: https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&package=python&utm_source=pypi
   license_key = "Input your own license"
   image = r"Please input your own image path"
   LicenseManager.init_license(license_key)
   cvr = CaptureVisionRouter()

   try:
      
     capturedResult = cvr.capture(image,EnumPresetTemplate.PT_READ_BARCODES.value)

     items = capturedResult.get_items()

     for i in range(len(items)):
        barcode = items[i]
        print("Barcode Format : ")
        print(barcode.get_format_string())
        print("Barcode Text : ")
        print(barcode.get_text())             
        print("-------------")
   except Exception as e:
     print(e)


Sample Code
------------
https://github.com/Dynamsoft/barcode-reader-python-samples

Documentation
-----------------

- `API <https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/api-reference/?utm_source=pypi>`_
- `User Guide <https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/user-guide.html?utm_source=pypi>`_
- `Release Notes <https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/release-notes/python-11.html?utm_source=pypi>`_


Contact Us
----------

support@dynamsoft.com



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi",
    "name": "dynamsoft-barcode-reader-bundle",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": "Dynamsoft",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/f4/3a/3ed0ebed830d28b7b3cc36c9433f903a596e361583e647c645eada4a7a2a/dynamsoft_barcode_reader_bundle-11.0.4000.tar.gz",
    "platform": null,
    "description": "Dynamsoft Barcode Reader SDK for Python\n====================================================\n|version| |python| |pypi| \n\n.. |version| image:: https://img.shields.io/pypi/v/dynamsoft_barcode_reader_bundle?color=orange\n.. |python| image:: https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue\n.. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle\n\n\nWhat You Should Know About Dynamsoft Barcode Reader\n---------------------------------------------------\n|trial|\n\n.. |trial| image:: https://img.shields.io/badge/Get-30--day%20FREE%20Trial-blue\n            :target: https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&package=python\n\n`Dynamsoft Barcode Reader SDK <https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi>`_ \nenables you to efficiently embed barcode reading functionality in your\nweb, desktop or mobile application using just a few lines of code.\nSaving you months of added development time and resources, our SDK can\ncreate high-speed and reliable barcode scanner software applications to\nmeet your business needs.\n\nAbout Python Barcode SDK\n-------------------------\nThe Python Barcode SDK is a wrapper for Dynamsoft C++ Barcode SDK. It comes with all the general\nfeatures of Dynamsoft Barcode Reader, bringing convenience for Python developers.\n\n\nNotice: Package Renamed and Updated\n-----------------------------------\n`dynamsoft-barcode-reader-bundle` is the successor to the `dbr` package, starting from version 10.\nThis new version introduces significant architectural improvements and a redesigned API to integrate with\n`DynamsoftCaptureVision (DCV) <https://www.dynamsoft.com/capture-vision/docs/core/introduction/index.html?lang=python>`_ architecture,\nwhich is newly established to aggregate the features of functional products powered by Dynamsoft.\n\n\nVersion\n-------\n\n-  11.0.4000\n\nSupported Platforms\n-------------------\n\n- Windows x64\n\n- Linux(x64, ARM64)\n\n- macOS (10.15+)\n\nSupported Python Versions\n-------------------------\n-  Python3.13\n\n-  Python3.12\n\n-  Python3.11\n\n-  Python3.10\n\n-  Python3.9\n\n-  Python3.8\n\nInstallation\n------------\n\n   pip install dynamsoft-barcode-reader-bundle\n\nSupported Symbologies\n---------------------\n\n-  Linear Barcodes (1D) :\n\n   -  Code 39 *(including Code 39 Extended)*\n   -  Code 93\n   -  Code 128\n   -  Codabar\n   -  Interleaved 2 of 5\n   -  EAN-8\n   -  EAN-13\n   -  UPC-A\n   -  UPC-E\n   -  Industrial 2 of 5\n   -  MSI Code\n   -  Code 11\n   -  Code32\n   -  Matrix 2 of 5\n\n-  2D Barcodes :\n\n   -  QR Code *(including Micro QR Code)*\n   -  Data Matrix\n   -  PDF417 *(including Micro PDF417)*\n   -  Aztec Code\n   -  MaxiCode *(mode 2-5)*\n   -  DotCode\n\n-  Patch Code\n\n-  Pharmacode\n\n-  Telepen\n\n-  GS1 Composite Code\n\n-  GS1 DataBar :\n\n   -  Omnidirectional\n   -  Truncated\n   -  Stacked\n   -  Stacked Omnidirectional\n   -  Limited\n   -  Expanded\n   -  Expanded Stacked\n\n-  Postal Codes :\n\n   -  USPS Intelligent Mail\n   -  Postnet\n   -  Planet\n   -  Australian Post\n   -  UK Royal Mail\n   -  KIX\n\nQuick Start\n-----------\n.. code-block:: python\n\n   from dynamsoft_barcode_reader_bundle import *\n\n   # Apply for a trial license: https://www.dynamsoft.com/customer/license/trialLicense/?product=dbr&package=python&utm_source=pypi\n   license_key = \"Input your own license\"\n   image = r\"Please input your own image path\"\n   LicenseManager.init_license(license_key)\n   cvr = CaptureVisionRouter()\n\n   try:\n      \n     capturedResult = cvr.capture(image,EnumPresetTemplate.PT_READ_BARCODES.value)\n\n     items = capturedResult.get_items()\n\n     for i in range(len(items)):\n        barcode = items[i]\n        print(\"Barcode Format : \")\n        print(barcode.get_format_string())\n        print(\"Barcode Text : \")\n        print(barcode.get_text())             \n        print(\"-------------\")\n   except Exception as e:\n     print(e)\n\n\nSample Code\n------------\nhttps://github.com/Dynamsoft/barcode-reader-python-samples\n\nDocumentation\n-----------------\n\n- `API <https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/api-reference/?utm_source=pypi>`_\n- `User Guide <https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/user-guide.html?utm_source=pypi>`_\n- `Release Notes <https://www.dynamsoft.com/barcode-reader/docs/server/programming/python/release-notes/python-11.html?utm_source=pypi>`_\n\n\nContact Us\n----------\n\nsupport@dynamsoft.com\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Dynamsoft Barcode Reader SDK for Python",
    "version": "11.0.4000",
    "project_urls": {
        "Homepage": "https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "db29f25a39fc0e32fa30a54f36a20c44bd38bfd1b6b619d9b5abb0c87dfd1dda",
                "md5": "a17275c1cac913dc8bc4b92542b93196",
                "sha256": "48e25af87fd8c7d602ad7a9a877aab18a0c071668771b9c75a2ac394e95338f9"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "a17275c1cac913dc8bc4b92542b93196",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 27850712,
            "upload_time": "2025-07-15T07:47:24",
            "upload_time_iso_8601": "2025-07-15T07:47:24.064859Z",
            "url": "https://files.pythonhosted.org/packages/db/29/f25a39fc0e32fa30a54f36a20c44bd38bfd1b6b619d9b5abb0c87dfd1dda/dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "10e2c65b02c6e3dcf9f81b8752190ca4e432a4dbbc405e1130387c787a2f6a09",
                "md5": "1781850874aed4616c9f9c9c7ace64f6",
                "sha256": "6eb146f57d25fbb86921202c9478bbe22ef8328cf8c3216c062b6c36a545ec88"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "1781850874aed4616c9f9c9c7ace64f6",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 17512842,
            "upload_time": "2025-07-15T07:47:57",
            "upload_time_iso_8601": "2025-07-15T07:47:57.386795Z",
            "url": "https://files.pythonhosted.org/packages/10/e2/c65b02c6e3dcf9f81b8752190ca4e432a4dbbc405e1130387c787a2f6a09/dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3d4761ec260f3d5a6d02f09d3a39d833b1068f2d90fc4b11c147047b48c19572",
                "md5": "60113b0d5f4a302be008e7e500f0309b",
                "sha256": "1a3331ce81071bb68ee71274c60e434a584986851912ad27f293194815605eda"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "60113b0d5f4a302be008e7e500f0309b",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 16130254,
            "upload_time": "2025-07-15T07:48:25",
            "upload_time_iso_8601": "2025-07-15T07:48:25.224619Z",
            "url": "https://files.pythonhosted.org/packages/3d/47/61ec260f3d5a6d02f09d3a39d833b1068f2d90fc4b11c147047b48c19572/dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9adef97177e319095c3bc4a3cb6e76317870dcafc92c4cbd835713bc66086e87",
                "md5": "52ea5b443a984b9ed89a4f8348ace71c",
                "sha256": "ddef163265b17d267666dfa773cbfbfadac04ed7d8084d9632477dec4890ec87"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "52ea5b443a984b9ed89a4f8348ace71c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 13787655,
            "upload_time": "2025-07-15T07:48:41",
            "upload_time_iso_8601": "2025-07-15T07:48:41.985125Z",
            "url": "https://files.pythonhosted.org/packages/9a/de/f97177e319095c3bc4a3cb6e76317870dcafc92c4cbd835713bc66086e87/dynamsoft_barcode_reader_bundle-11.0.4000-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "eabf81b9863a690a2b8b2a31184996a9581b2165df4096d9710e3a82e1dbe350",
                "md5": "2c4481445a130f59547ed048d0c897d9",
                "sha256": "0935488e296802abc0cc4469269dea3efd80292c89b08ac0f9cea524d83b632c"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "2c4481445a130f59547ed048d0c897d9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 27851166,
            "upload_time": "2025-07-15T07:49:18",
            "upload_time_iso_8601": "2025-07-15T07:49:18.676311Z",
            "url": "https://files.pythonhosted.org/packages/ea/bf/81b9863a690a2b8b2a31184996a9581b2165df4096d9710e3a82e1dbe350/dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "9014bcda104a7261deb230c01ccce91c6070d18c1846dd3b08cc3a83cca79320",
                "md5": "795e92c12793c72252dfbdfd6a415343",
                "sha256": "3959cb57decd16aafc75db03632c61e89014a5980b2351c66f9dce25bbc27a6c"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "795e92c12793c72252dfbdfd6a415343",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 17568524,
            "upload_time": "2025-07-15T07:49:44",
            "upload_time_iso_8601": "2025-07-15T07:49:44.697328Z",
            "url": "https://files.pythonhosted.org/packages/90/14/bcda104a7261deb230c01ccce91c6070d18c1846dd3b08cc3a83cca79320/dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e42bc7c0a2a2a34446b60c20a0c848229a50c7e6e87e6a7d70b3cf29671d6324",
                "md5": "88fbc37fd6c3dd6f85ddf6cd922f91d4",
                "sha256": "750ccc5c6886e04b7b761c122b5ea0d300e61f710a02fcdd851f5fdf14ac1d26"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "88fbc37fd6c3dd6f85ddf6cd922f91d4",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 16184973,
            "upload_time": "2025-07-15T07:50:09",
            "upload_time_iso_8601": "2025-07-15T07:50:09.564314Z",
            "url": "https://files.pythonhosted.org/packages/e4/2b/c7c0a2a2a34446b60c20a0c848229a50c7e6e87e6a7d70b3cf29671d6324/dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1ca83a18d99fdd2a2e5a9f3fd22718e2efc615976891dc6dd354ee35ffcf2e7",
                "md5": "a2060df077b7c5d9b76c2839b2131da9",
                "sha256": "b5db0694e9d1f7f108b17d717677601ce9158694e7df7307506cb64c83da1825"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "a2060df077b7c5d9b76c2839b2131da9",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 13787655,
            "upload_time": "2025-07-15T07:50:36",
            "upload_time_iso_8601": "2025-07-15T07:50:36.757068Z",
            "url": "https://files.pythonhosted.org/packages/e1/ca/83a18d99fdd2a2e5a9f3fd22718e2efc615976891dc6dd354ee35ffcf2e7/dynamsoft_barcode_reader_bundle-11.0.4000-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "32da699ebdd30851e010e69fc356702d41a0b3bc6c3358a1323ca7e7d3e50fff",
                "md5": "329afd52cc4601db6ea9d7c1e51f1591",
                "sha256": "7f216d05d0e40850c80197994de2fc8eaf1063e6f12570c4ddd2210481bb826c"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "329afd52cc4601db6ea9d7c1e51f1591",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 27854358,
            "upload_time": "2025-07-15T07:51:19",
            "upload_time_iso_8601": "2025-07-15T07:51:19.741615Z",
            "url": "https://files.pythonhosted.org/packages/32/da/699ebdd30851e010e69fc356702d41a0b3bc6c3358a1323ca7e7d3e50fff/dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f8cb5b523effade5a8b4ab507feebbf3bb5484c50d82e36fdffb4e85b0171f3a",
                "md5": "2d8519a52efee5d9def34a4707026d7f",
                "sha256": "77c54c9d967e0ee30eeb747f92398f8ea212848321ef8f9d2994abd86b159355"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2d8519a52efee5d9def34a4707026d7f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 17601816,
            "upload_time": "2025-07-15T07:51:48",
            "upload_time_iso_8601": "2025-07-15T07:51:48.524146Z",
            "url": "https://files.pythonhosted.org/packages/f8/cb/5b523effade5a8b4ab507feebbf3bb5484c50d82e36fdffb4e85b0171f3a/dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ace630e530701363a4c9463820515b6e1a93f4815df06edd893bd74d3881005b",
                "md5": "4ab10c756bf8a7868260a01f769de565",
                "sha256": "3dff39c4fcd664973f79dfdc0f4fc64ed2f128375cb1fd25e8ba5859cae94659"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "4ab10c756bf8a7868260a01f769de565",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 16211202,
            "upload_time": "2025-07-15T07:52:16",
            "upload_time_iso_8601": "2025-07-15T07:52:16.986947Z",
            "url": "https://files.pythonhosted.org/packages/ac/e6/30e530701363a4c9463820515b6e1a93f4815df06edd893bd74d3881005b/dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "58e1078992a40ccfb146f09e19a538ede2f520ddd27a2482b75521b8e542fcde",
                "md5": "2a9940fc9aa877fad0ed92d6e82588a9",
                "sha256": "2da00863644f1ec88880beeacbe9c20fe752f1e7160f7fc7afa14e602d66a499"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "2a9940fc9aa877fad0ed92d6e82588a9",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 13789226,
            "upload_time": "2025-07-15T07:52:35",
            "upload_time_iso_8601": "2025-07-15T07:52:35.377421Z",
            "url": "https://files.pythonhosted.org/packages/58/e1/078992a40ccfb146f09e19a538ede2f520ddd27a2482b75521b8e542fcde/dynamsoft_barcode_reader_bundle-11.0.4000-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "25c1c22b14db7a20489d4e5b12bf1182052fe0907196714f6afbb4dbb16bf217",
                "md5": "1d019be04881ef5808f327aa3c68b03d",
                "sha256": "21d805a83cc29adfc886f190996057ec31c18471d1b9ecfa44bab8be246c2c27"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "1d019be04881ef5808f327aa3c68b03d",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 27852775,
            "upload_time": "2025-07-15T07:53:23",
            "upload_time_iso_8601": "2025-07-15T07:53:23.832323Z",
            "url": "https://files.pythonhosted.org/packages/25/c1/c22b14db7a20489d4e5b12bf1182052fe0907196714f6afbb4dbb16bf217/dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "23a9de7b852f18e2f164cbeeca70ec6ba07f8208aaddd3c1d38b49f4b4f843a7",
                "md5": "6cb447637e854b8193a9c80826af3ae6",
                "sha256": "e98dc0d90dd26361bf40048e6580220eed5461bf627e8f60998ff8fda5a83064"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "6cb447637e854b8193a9c80826af3ae6",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 17601251,
            "upload_time": "2025-07-15T07:53:48",
            "upload_time_iso_8601": "2025-07-15T07:53:48.929473Z",
            "url": "https://files.pythonhosted.org/packages/23/a9/de7b852f18e2f164cbeeca70ec6ba07f8208aaddd3c1d38b49f4b4f843a7/dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d6107f4259429d3e39419b6615f3a5d02361a66bdab4703a4e838a2eadb84d51",
                "md5": "095753c3a64515477ff8b78c9dd2e475",
                "sha256": "5c1790516b564c5fd7707046d51b6298713a067c16abac1c074fe84c1fcfff2a"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "095753c3a64515477ff8b78c9dd2e475",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 16210909,
            "upload_time": "2025-07-15T07:54:22",
            "upload_time_iso_8601": "2025-07-15T07:54:22.948008Z",
            "url": "https://files.pythonhosted.org/packages/d6/10/7f4259429d3e39419b6615f3a5d02361a66bdab4703a4e838a2eadb84d51/dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ef1be215f55c33e02972db9c0db6f1f1e32320c52fc0836f55092671c06eb8f3",
                "md5": "45d775b0a0c8728e1811d198d73f8a3e",
                "sha256": "10ab55d6cbf4906109a7d0ce6c14b5747a25845e9a0d9456f9f94f2bf6e1f4ae"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "45d775b0a0c8728e1811d198d73f8a3e",
            "packagetype": "bdist_wheel",
            "python_version": "cp313",
            "requires_python": null,
            "size": 13789249,
            "upload_time": "2025-07-15T07:54:39",
            "upload_time_iso_8601": "2025-07-15T07:54:39.867885Z",
            "url": "https://files.pythonhosted.org/packages/ef/1b/e215f55c33e02972db9c0db6f1f1e32320c52fc0836f55092671c06eb8f3/dynamsoft_barcode_reader_bundle-11.0.4000-cp313-cp313-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "049556080b11b85cd53eb1b560d5e52492878cea9134fd6cc42ad2766fceb666",
                "md5": "631d11d676a635ec5220979345313db0",
                "sha256": "7c932ce64d006fa8ac0550441153cdeab8938243f43075b20576f391190f6675"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "631d11d676a635ec5220979345313db0",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 27854726,
            "upload_time": "2025-07-15T07:55:29",
            "upload_time_iso_8601": "2025-07-15T07:55:29.095877Z",
            "url": "https://files.pythonhosted.org/packages/04/95/56080b11b85cd53eb1b560d5e52492878cea9134fd6cc42ad2766fceb666/dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "84ffc951969c478ead02c0fe4a04aedd5fd56520ebcd8fbfbcca5e828f3b62e0",
                "md5": "c5c0396f2f494131ea8a7f2ec067d5c8",
                "sha256": "7e307963f6c468e278f551d379816883336cc7110d8ef916fff52f1dbdbb1032"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "c5c0396f2f494131ea8a7f2ec067d5c8",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 17492898,
            "upload_time": "2025-07-15T07:56:01",
            "upload_time_iso_8601": "2025-07-15T07:56:01.106154Z",
            "url": "https://files.pythonhosted.org/packages/84/ff/c951969c478ead02c0fe4a04aedd5fd56520ebcd8fbfbcca5e828f3b62e0/dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "2d72ed894da1dd5ab6ebbe77941e8a9b2a3b89729797d648e5f25f2f71adf6a4",
                "md5": "c9b0c33495b51d88fe46fc71ff55c649",
                "sha256": "3299bc3c6dd59762ddefdb3f6c745b6e5791a3d67e9a55c720d426da0a5ef7df"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "c9b0c33495b51d88fe46fc71ff55c649",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 16107785,
            "upload_time": "2025-07-15T07:56:17",
            "upload_time_iso_8601": "2025-07-15T07:56:17.505415Z",
            "url": "https://files.pythonhosted.org/packages/2d/72/ed894da1dd5ab6ebbe77941e8a9b2a3b89729797d648e5f25f2f71adf6a4/dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "74757c962914805cc48ea45cdc8287c53045ce8b373d50c6b9ddb1e5c7b33102",
                "md5": "58d3cb6c86c502fb03c95c4b5a0f3fbe",
                "sha256": "bae36230fe8d580240037e2da5d3a3db85b885550e03254a665bc3d864aa0edf"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "58d3cb6c86c502fb03c95c4b5a0f3fbe",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": null,
            "size": 13787725,
            "upload_time": "2025-07-15T07:56:56",
            "upload_time_iso_8601": "2025-07-15T07:56:56.782004Z",
            "url": "https://files.pythonhosted.org/packages/74/75/7c962914805cc48ea45cdc8287c53045ce8b373d50c6b9ddb1e5c7b33102/dynamsoft_barcode_reader_bundle-11.0.4000-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "91d6499d216f155511935642a072367adc5e0cc826d59bb5ccf3b93a737d4862",
                "md5": "d3e538534e1f364ba84b5b7608404cb0",
                "sha256": "cee48fdcbe1306f27cbd341673b59dc8c7aa3bacb0053be6db3b6426fc41658d"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-macosx_12_0_universal2.whl",
            "has_sig": false,
            "md5_digest": "d3e538534e1f364ba84b5b7608404cb0",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 27850739,
            "upload_time": "2025-07-15T07:58:00",
            "upload_time_iso_8601": "2025-07-15T07:58:00.750113Z",
            "url": "https://files.pythonhosted.org/packages/91/d6/499d216f155511935642a072367adc5e0cc826d59bb5ccf3b93a737d4862/dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-macosx_12_0_universal2.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "7229a46e67e9748ef27ab4d9fcf63c87af7d71b5a32eec3c628cc84967100d41",
                "md5": "5391cbeef1bd12116979094d901565c5",
                "sha256": "3e251d86ceba571be6ef6ea0a18196ba49f031130cac6409e309767e68a5bf56"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "5391cbeef1bd12116979094d901565c5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 17511621,
            "upload_time": "2025-07-15T07:58:24",
            "upload_time_iso_8601": "2025-07-15T07:58:24.882870Z",
            "url": "https://files.pythonhosted.org/packages/72/29/a46e67e9748ef27ab4d9fcf63c87af7d71b5a32eec3c628cc84967100d41/dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a3687b79d20017b630aed20635aeb9707ad081fb50f8dba77ff07e3da2653df2",
                "md5": "58d52d41f89d31376b8906b3319b206f",
                "sha256": "3ae5ef42d9db2fc1ba3eb55459f164856bc749ca4eb873b7cab305d9039237fe"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "has_sig": false,
            "md5_digest": "58d52d41f89d31376b8906b3319b206f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 16129007,
            "upload_time": "2025-07-15T07:58:40",
            "upload_time_iso_8601": "2025-07-15T07:58:40.056851Z",
            "url": "https://files.pythonhosted.org/packages/a3/68/7b79d20017b630aed20635aeb9707ad081fb50f8dba77ff07e3da2653df2/dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-manylinux_2_27_aarch64.manylinux_2_28_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "cdacdd07ed50958c845c5736f5c5bb98547b1f9413be04900bf97fdc077452c0",
                "md5": "b558c4b978c3cde56e5488f342804daf",
                "sha256": "0e97f13decfb6d6b9526eae8146bfff73c8bb56f13b3b2f480d942463180c983"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "b558c4b978c3cde56e5488f342804daf",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 13787610,
            "upload_time": "2025-07-15T07:59:11",
            "upload_time_iso_8601": "2025-07-15T07:59:11.049773Z",
            "url": "https://files.pythonhosted.org/packages/cd/ac/dd07ed50958c845c5736f5c5bb98547b1f9413be04900bf97fdc077452c0/dynamsoft_barcode_reader_bundle-11.0.4000-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f43a3ed0ebed830d28b7b3cc36c9433f903a596e361583e647c645eada4a7a2a",
                "md5": "be03290433c40103bd299a0efb324041",
                "sha256": "f5142db259ab2bf41a9fdc8bb4edc00806954dd648cff1c9820cbd1ed36a4eba"
            },
            "downloads": -1,
            "filename": "dynamsoft_barcode_reader_bundle-11.0.4000.tar.gz",
            "has_sig": false,
            "md5_digest": "be03290433c40103bd299a0efb324041",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 94540586,
            "upload_time": "2025-07-15T08:00:57",
            "upload_time_iso_8601": "2025-07-15T08:00:57.620641Z",
            "url": "https://files.pythonhosted.org/packages/f4/3a/3ed0ebed830d28b7b3cc36c9433f903a596e361583e647c645eada4a7a2a/dynamsoft_barcode_reader_bundle-11.0.4000.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-15 08:00:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "dynamsoft-barcode-reader-bundle"
}
        
Elapsed time: 2.56578s