dynamsoft-barcode-reader-bundle 11.2.1000__cp311-cp311-macosx_12_0_universal2.whl → 11.2.5000__cp311-cp311-macosx_12_0_universal2.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (26) hide show
  1. dynamsoft_barcode_reader_bundle/_DynamsoftBarcodeReader.cpython-311-darwin.so +0 -0
  2. dynamsoft_barcode_reader_bundle/_DynamsoftCaptureVisionRouter.cpython-311-darwin.so +0 -0
  3. dynamsoft_barcode_reader_bundle/_DynamsoftCore.cpython-311-darwin.so +0 -0
  4. dynamsoft_barcode_reader_bundle/_DynamsoftImageProcessing.cpython-311-darwin.so +0 -0
  5. dynamsoft_barcode_reader_bundle/_DynamsoftLicense.cpython-311-darwin.so +0 -0
  6. dynamsoft_barcode_reader_bundle/_DynamsoftUtility.cpython-311-darwin.so +0 -0
  7. dynamsoft_barcode_reader_bundle/__init__.py +1 -1
  8. dynamsoft_barcode_reader_bundle/core.py +1 -1
  9. dynamsoft_barcode_reader_bundle/cvr.py +1 -1
  10. dynamsoft_barcode_reader_bundle/dbr.py +1 -1
  11. dynamsoft_barcode_reader_bundle/dip.py +1 -1
  12. dynamsoft_barcode_reader_bundle/dnn.py +1 -1
  13. dynamsoft_barcode_reader_bundle/libDynamsoftBarcodeReader.dylib +0 -0
  14. dynamsoft_barcode_reader_bundle/libDynamsoftCaptureVisionRouter.dylib +0 -0
  15. dynamsoft_barcode_reader_bundle/libDynamsoftCore.dylib +0 -0
  16. dynamsoft_barcode_reader_bundle/libDynamsoftImageProcessing.dylib +0 -0
  17. dynamsoft_barcode_reader_bundle/libDynamsoftLicense.dylib +0 -0
  18. dynamsoft_barcode_reader_bundle/libDynamsoftUtility.dylib +0 -0
  19. dynamsoft_barcode_reader_bundle/license.py +1 -1
  20. dynamsoft_barcode_reader_bundle/utility.py +1 -1
  21. {dynamsoft_barcode_reader_bundle-11.2.1000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/METADATA +4 -10
  22. dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/RECORD +33 -0
  23. dynamsoft_barcode_reader_bundle-11.2.1000.dist-info/RECORD +0 -33
  24. {dynamsoft_barcode_reader_bundle-11.2.1000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/LICENSE.txt +0 -0
  25. {dynamsoft_barcode_reader_bundle-11.2.1000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/WHEEL +0 -0
  26. {dynamsoft_barcode_reader_bundle-11.2.1000.dist-info → dynamsoft_barcode_reader_bundle-11.2.5000.dist-info}/top_level.txt +0 -0
@@ -5,4 +5,4 @@ from .dip import *
5
5
  from .license import *
6
6
  from .utility import *
7
7
 
8
- __version__ = "11.2.1000"
8
+ __version__ = "11.2.5000"
@@ -1,4 +1,4 @@
1
- __version__ = "4.0.40.4695"
1
+ __version__ = "4.0.40.6322"
2
2
 
3
3
  import sys
4
4
 
@@ -1,4 +1,4 @@
1
- __version__ = "3.2.10.4695"
1
+ __version__ = "3.2.50.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from .core import *
@@ -1,4 +1,4 @@
1
- __version__ = "11.2.10.4695"
1
+ __version__ = "11.2.50.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from .core import *
@@ -1,4 +1,4 @@
1
- __version__ = "3.0.30.4695"
1
+ __version__ = "3.0.30.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from . import _DynamsoftImageProcessing
@@ -1,4 +1,4 @@
1
- __version__ = "2.0.30.4695"
1
+ __version__ = "2.0.30.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from . import _DynamsoftNeuralNetwork
@@ -1,4 +1,4 @@
1
- __version__ = "4.0.30.4695"
1
+ __version__ = "4.0.30.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from . import _DynamsoftLicense
@@ -1,4 +1,4 @@
1
- __version__ = "2.0.40.4695"
1
+ __version__ = "2.0.40.6322"
2
2
 
3
3
  if __package__ or "." in __name__:
4
4
  from .cvr import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: dynamsoft-barcode-reader-bundle
3
- Version: 11.2.1000
3
+ Version: 11.2.5000
4
4
  Summary: Dynamsoft Barcode Reader SDK for Python
5
5
  Home-page: https://www.dynamsoft.com/barcode-reader/overview/?utm_source=pypi
6
6
  Author: Dynamsoft
@@ -17,8 +17,6 @@ Classifier: Operating System :: POSIX :: Linux
17
17
  Classifier: Programming Language :: Python
18
18
  Classifier: Programming Language :: Python :: 3
19
19
  Classifier: Programming Language :: Python :: 3 :: Only
20
- Classifier: Programming Language :: Python :: 3.8
21
- Classifier: Programming Language :: Python :: 3.9
22
20
  Classifier: Programming Language :: Python :: 3.10
23
21
  Classifier: Programming Language :: Python :: 3.11
24
22
  Classifier: Programming Language :: Python :: 3.12
@@ -35,7 +33,7 @@ Dynamsoft Barcode Reader SDK for Python
35
33
  |version| |python| |pypi|
36
34
 
37
35
  .. |version| image:: https://img.shields.io/pypi/v/dynamsoft_barcode_reader_bundle?color=orange
38
- .. |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
36
+ .. |python| image:: https://img.shields.io/badge/python-3.10%20%7C%203.11%20%7C%203.12%20%7C%203.13-blue
39
37
  .. |pypi| image:: https://img.shields.io/pypi/dm/dynamsoft_barcode_reader_bundle
40
38
 
41
39
 
@@ -70,7 +68,7 @@ which is newly established to aggregate the features of functional products powe
70
68
  Version
71
69
  -------
72
70
 
73
- - 11.2.1000
71
+ - 11.2.5000
74
72
 
75
73
  Supported Platforms
76
74
  -------------------
@@ -79,7 +77,7 @@ Supported Platforms
79
77
 
80
78
  - Linux(x64, ARM64)
81
79
 
82
- - macOS (10.15+)
80
+ - macOS (12+)
83
81
 
84
82
  Supported Python Versions
85
83
  -------------------------
@@ -91,10 +89,6 @@ Supported Python Versions
91
89
 
92
90
  - Python3.10
93
91
 
94
- - Python3.9
95
-
96
- - Python3.8
97
-
98
92
  Installation
99
93
  ------------
100
94
 
@@ -0,0 +1,33 @@
1
+ dynamsoft_barcode_reader_bundle/_DynamsoftBarcodeReader.cpython-311-darwin.so,sha256=RVEamKI0TYl1_EEO7jVnvvE7dPhLrI7QTZboo1TQnpE,617674
2
+ dynamsoft_barcode_reader_bundle/_DynamsoftCaptureVisionRouter.cpython-311-darwin.so,sha256=Wxh_5PrWZXqddvr5Yi9Ci53TUuWhfprhDiFJ69kG8TQ,732560
3
+ dynamsoft_barcode_reader_bundle/_DynamsoftCore.cpython-311-darwin.so,sha256=hsRftQWIZw0pyN4Dg45Frcm6YGWmI2ypu3JWjkssPmw,788417
4
+ dynamsoft_barcode_reader_bundle/_DynamsoftImageProcessing.cpython-311-darwin.so,sha256=wvkZxMicdcXlTlr1sbQGAcZq0bqmnuSbKHwZNCazNmI,120316
5
+ dynamsoft_barcode_reader_bundle/_DynamsoftLicense.cpython-311-darwin.so,sha256=PC4NyMh6fE2xiyoasYPgG1uPIWrG_64D2SFbhAt6bzs,184404
6
+ dynamsoft_barcode_reader_bundle/_DynamsoftUtility.cpython-311-darwin.so,sha256=aa6NF_09gk1vENjyy5HYCleaugHi2BrI0_82Tuck_VM,321620
7
+ dynamsoft_barcode_reader_bundle/__init__.py,sha256=K0ac3UhIOzcjeKlSJ7SEj9N8cdYIwmuI1m3LkY5L2j4,150
8
+ dynamsoft_barcode_reader_bundle/core.py,sha256=TGId_fQu1XINiR-BQDxqfzpU91S6ZY6K_RprM1yvUPQ,109576
9
+ dynamsoft_barcode_reader_bundle/cvr.py,sha256=b5mTCrEQudkWN2CLIX090qkid-azlI1Tq82QGekXe7s,65177
10
+ dynamsoft_barcode_reader_bundle/dbr.py,sha256=F1SvFadnPJZ6GwhFO9Y1552E9w_j_M1eX49CQ77m7i0,54949
11
+ dynamsoft_barcode_reader_bundle/dip.py,sha256=n7rC-x8imqOQJcEvypTfn9kGe4j0JqnIQnm7r62QpaA,741
12
+ dynamsoft_barcode_reader_bundle/dnn.py,sha256=IJ-MhgNP044NsCE5v4HSk7h_uZCoyn80777XVnahwdg,723
13
+ dynamsoft_barcode_reader_bundle/libDynamicPdf.dylib,sha256=Q_NAoEuB-Qk-YswXdSCdlGxIL_IFvuwYZFFeQa9GvHQ,14274384
14
+ dynamsoft_barcode_reader_bundle/libDynamsoftBarcodeReader.dylib,sha256=S7SIzfgQU421evTqOVb8aO0z24yaITpVGdbwlyjEVgY,17744256
15
+ dynamsoft_barcode_reader_bundle/libDynamsoftCaptureVisionRouter.dylib,sha256=31uwaxe0RDhVx-ZcEGB4ja9Sw6-wGPDH2ZLa-yFmEOY,1253488
16
+ dynamsoft_barcode_reader_bundle/libDynamsoftCore.dylib,sha256=KIXi-1RvLtGVWHMlCzfJR2cVmPfTjMeA9fPeUfQaeMk,1352816
17
+ dynamsoft_barcode_reader_bundle/libDynamsoftImageProcessing.dylib,sha256=R21kw3KxAasYK0IyODWvo0_KXCiau2d462Of1gFTfrQ,18193264
18
+ dynamsoft_barcode_reader_bundle/libDynamsoftLicense.dylib,sha256=Sf5rodzl-En_nX4bIxKu-rcgH1avGIwQPAylitq8Yqw,6709456
19
+ dynamsoft_barcode_reader_bundle/libDynamsoftNeuralNetwork.dylib,sha256=kiE1Yv7HO2lJtK7DWK8A3yofOXBHR7Hj7FdNW2fSHOg,5771600
20
+ dynamsoft_barcode_reader_bundle/libDynamsoftUtility.dylib,sha256=O6Dsl9G39An97r7CbFURk3_sIdlnjMnxZ-T3z5KOFdc,405472
21
+ dynamsoft_barcode_reader_bundle/license.py,sha256=7g-L9FXshohn8MJyTkZya29WBub4JMRTptdT-CzqiW4,5277
22
+ dynamsoft_barcode_reader_bundle/utility.py,sha256=3P1zEvd4up9dRPBarFQpLf1tuQNFg0e7oKbLqo1irbQ,36357
23
+ dynamsoft_barcode_reader_bundle/Models/Code128Decoder.data,sha256=n-QdonspEfOfc5bOczeo_lGuZbqI7Y8u9boAZ4G5QbM,649098
24
+ dynamsoft_barcode_reader_bundle/Models/DataMatrixQRCodeLocalization.data,sha256=RH4A6NoLD9aMz2xZ_k03Eyss4rtqYMrwOcQd5oSn40w,998392
25
+ dynamsoft_barcode_reader_bundle/Models/EAN13Decoder.data,sha256=z9_XmjsD2f2RTQSxHKjNlJuC_nh3IIaFNSVsN5-pIRQ,652176
26
+ dynamsoft_barcode_reader_bundle/Models/OneDDeblur.data,sha256=7feeJdJtfhDHKAaVzfZu_irwKUwz0mNfJvo3cgPR4rc,1758196
27
+ dynamsoft_barcode_reader_bundle/Models/OneDLocalization.data,sha256=IefEN5N2NunE5NpvudVbd4nR_o1o2N0xRMJhYbYh0yk,1121730
28
+ dynamsoft_barcode_reader_bundle/Templates/DBR-PresetTemplates.json,sha256=RkRKkNujuMgW7Xpobgji09iInGwLIvleERNhNwkbsog,18382
29
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/LICENSE.txt,sha256=550pqHw_wTvF-jK6fIoa1D3Lo7EXYG-3xW2GUDyBTXA,53
30
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/METADATA,sha256=BrlkjbwhSGmlJ79pSvG_YvmLbCrvp9ziKyybNlKWrnM,5687
31
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/WHEEL,sha256=Nwak3g-y0vG35o69sLWaCoiN4dPrN2RmhUNfAAnjhdM,115
32
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/top_level.txt,sha256=ANZI7fujUpH3xOwwBwVGUmxhXkXpJaNyLC3Kj3RgZ34,163
33
+ dynamsoft_barcode_reader_bundle-11.2.5000.dist-info/RECORD,,
@@ -1,33 +0,0 @@
1
- dynamsoft_barcode_reader_bundle/_DynamsoftBarcodeReader.cpython-311-darwin.so,sha256=BXUMUwjtH-5GOspRIF6xhFQMJJFrTfMtQkhLD2MpHr4,617674
2
- dynamsoft_barcode_reader_bundle/_DynamsoftCaptureVisionRouter.cpython-311-darwin.so,sha256=01EbteGWrQbIzUsTqV-sxxV_njSr1kfQq66wpKGMWaI,732560
3
- dynamsoft_barcode_reader_bundle/_DynamsoftCore.cpython-311-darwin.so,sha256=CAOcLyKE3ITTXVNAmNTpa4n3YtRxyVBzkqaiyVAiDz0,788417
4
- dynamsoft_barcode_reader_bundle/_DynamsoftImageProcessing.cpython-311-darwin.so,sha256=TZNqurcW4KHL95D4EwmRwmQe2TP-i-zMK0Ma4UViCSw,120316
5
- dynamsoft_barcode_reader_bundle/_DynamsoftLicense.cpython-311-darwin.so,sha256=K8I9w73ieb7ElOVLrnEEkXkZ9faXW0qdsaHBa1Uuta0,184404
6
- dynamsoft_barcode_reader_bundle/_DynamsoftUtility.cpython-311-darwin.so,sha256=SlofToZWlNm-2nGbGbZAphxU6qtiHBkq-vNr2hYmnnk,321652
7
- dynamsoft_barcode_reader_bundle/__init__.py,sha256=PR47VEJwTXo7pUXigm-m1lkn15EfzK2bhdJclgrIyBw,150
8
- dynamsoft_barcode_reader_bundle/core.py,sha256=-_mVH6RFl4hMzVOfwkmz4O3AOxkKh1BmC1mIptGQPek,109576
9
- dynamsoft_barcode_reader_bundle/cvr.py,sha256=PV1b-tNPSzo899F4TD9VZ4n7SZ71VuWTU9K_Qb-tVMQ,65177
10
- dynamsoft_barcode_reader_bundle/dbr.py,sha256=wEfaS7QaMqZK7Voeej0-IaxVPDqGpUcS-Tr3oYdSFTg,54949
11
- dynamsoft_barcode_reader_bundle/dip.py,sha256=oZpqL96Ac99d782EVH3FzQCCtdO5YPdyI5YUPpU1Ghw,741
12
- dynamsoft_barcode_reader_bundle/dnn.py,sha256=Ti4xakw6dCjF7xrUtOjxaNNU0Kaail0DANXZm9vne9k,723
13
- dynamsoft_barcode_reader_bundle/libDynamicPdf.dylib,sha256=Q_NAoEuB-Qk-YswXdSCdlGxIL_IFvuwYZFFeQa9GvHQ,14274384
14
- dynamsoft_barcode_reader_bundle/libDynamsoftBarcodeReader.dylib,sha256=KHJGGXKdXMn1gBmQR9X-N-XCtYqSEnvx-6PVJMbangc,17882560
15
- dynamsoft_barcode_reader_bundle/libDynamsoftCaptureVisionRouter.dylib,sha256=aNk2oOCczO2BK_sleNE460Ii1jgunRXZr8WeL0nUp5k,1236928
16
- dynamsoft_barcode_reader_bundle/libDynamsoftCore.dylib,sha256=jZmlpAmDXoMBpXxrAd8FAMVmpYmV5xK0hAKbM-4g898,1334960
17
- dynamsoft_barcode_reader_bundle/libDynamsoftImageProcessing.dylib,sha256=Pvg0LsKZN2mTG8J-HOwSCnypm7ry_q_ArWM0IfVUW28,18209520
18
- dynamsoft_barcode_reader_bundle/libDynamsoftLicense.dylib,sha256=2-0OWLIuM8k7kQk2radmsHt7QtBMhfiG1pmy0qqFtXE,6708848
19
- dynamsoft_barcode_reader_bundle/libDynamsoftNeuralNetwork.dylib,sha256=kiE1Yv7HO2lJtK7DWK8A3yofOXBHR7Hj7FdNW2fSHOg,5771600
20
- dynamsoft_barcode_reader_bundle/libDynamsoftUtility.dylib,sha256=bPkKDbhfe0kHyKWCPviQWsLlFFsYEt52zaJeBfqYNcc,405472
21
- dynamsoft_barcode_reader_bundle/license.py,sha256=mdP1EYnvnrcnWpHk3HEXkwiG_pw_-My0lJUCC3u25Ww,5277
22
- dynamsoft_barcode_reader_bundle/utility.py,sha256=DVi3crW65qprQYhOhJyrtpPrJsEJwTUvIfBxhBWtmDQ,36357
23
- dynamsoft_barcode_reader_bundle/Models/Code128Decoder.data,sha256=n-QdonspEfOfc5bOczeo_lGuZbqI7Y8u9boAZ4G5QbM,649098
24
- dynamsoft_barcode_reader_bundle/Models/DataMatrixQRCodeLocalization.data,sha256=RH4A6NoLD9aMz2xZ_k03Eyss4rtqYMrwOcQd5oSn40w,998392
25
- dynamsoft_barcode_reader_bundle/Models/EAN13Decoder.data,sha256=z9_XmjsD2f2RTQSxHKjNlJuC_nh3IIaFNSVsN5-pIRQ,652176
26
- dynamsoft_barcode_reader_bundle/Models/OneDDeblur.data,sha256=7feeJdJtfhDHKAaVzfZu_irwKUwz0mNfJvo3cgPR4rc,1758196
27
- dynamsoft_barcode_reader_bundle/Models/OneDLocalization.data,sha256=IefEN5N2NunE5NpvudVbd4nR_o1o2N0xRMJhYbYh0yk,1121730
28
- dynamsoft_barcode_reader_bundle/Templates/DBR-PresetTemplates.json,sha256=RkRKkNujuMgW7Xpobgji09iInGwLIvleERNhNwkbsog,18382
29
- dynamsoft_barcode_reader_bundle-11.2.1000.dist-info/LICENSE.txt,sha256=550pqHw_wTvF-jK6fIoa1D3Lo7EXYG-3xW2GUDyBTXA,53
30
- dynamsoft_barcode_reader_bundle-11.2.1000.dist-info/METADATA,sha256=M0300tSQkGznvjG7HYZw5dPqAW03M72LJIZQiepp6iI,5842
31
- dynamsoft_barcode_reader_bundle-11.2.1000.dist-info/WHEEL,sha256=Nwak3g-y0vG35o69sLWaCoiN4dPrN2RmhUNfAAnjhdM,115
32
- dynamsoft_barcode_reader_bundle-11.2.1000.dist-info/top_level.txt,sha256=ANZI7fujUpH3xOwwBwVGUmxhXkXpJaNyLC3Kj3RgZ34,163
33
- dynamsoft_barcode_reader_bundle-11.2.1000.dist-info/RECORD,,