Barcode scanning SDK for Python
Project description
What You Should Know About Dynamsoft Barcode Reader
Dynamsoft Barcode Reader SDK 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.
Version
9.6.40.2
Supported Platforms
Windows x64
Linux(x64, ARM32, ARM64)
macOS(10.15+)
Supported Python Versions
Python3.6
Python3.7
Python3.8
Python3.9
Python3.10
Python3.11
Python3.12
Installation
pip install dbr
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
2D Barcodes :
QR Code (including Micro QR Code)
Data Matrix
PDF417 (including Micro PDF417)
Aztec Code
MaxiCode (mode 2-5)
DotCode
Patch Code
Pharmacode
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
Quick Start
from dbr import *
# Apply for a trial license: https://www.dynamsoft.com/customer/license/trialLicense?product=dbr&utm_source=github
license_key = "Input your own license"
image = r"Please input your own image path"
BarcodeReader.init_license(license_key)
reader = BarcodeReader()
try:
text_results = reader.decode_file(image)
if text_results != None:
for text_result in text_results:
print("Barcode Format : ")
print(text_result.barcode_format_string)
print("Barcode Text : ")
print(text_result.barcode_text)
print("Localization Points : ")
print(text_result.localization_result.localization_points)
print("Exception : ")
print(text_result.exception)
print("-------------")
except BarcodeReaderError as bre:
print(bre)
Sample Code
Documentation
Contact Us
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distributions
File details
Details for the file dbr-9.6.40.2.tar.gz
.
File metadata
- Download URL: dbr-9.6.40.2.tar.gz
- Upload date:
- Size: 78.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b7e6c4be46e310b0797eba438c6a1a18c12db2ffa54281281ef1837386042409 |
|
MD5 | 73f958b370b418221eeab644b0b2d2bb |
|
BLAKE2b-256 | e46449b97a8afc4169e7cc9087baa84a6d60a680974d1be18b773f25225cb8b9 |
File details
Details for the file dbr-9.6.40.2-cp312-cp312-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp312-cp312-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.12, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fd0eff51b18a0400edb7e74032b79c5cf9e4c989ffc5806e6095ba76e7a8380c |
|
MD5 | f7e227a7e395ceab73fa0571eddc3a16 |
|
BLAKE2b-256 | 344c3e1aac484706a0d7439f6c1423d41944907e4bfb98f5792d3826135b9e64 |
File details
Details for the file dbr-9.6.40.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e22f56e91d8a2198c786b028309d35c640fb7ea369e67bdb0c66242f8a6255ed |
|
MD5 | dea3fd81892190265422769ad1393dd0 |
|
BLAKE2b-256 | 4fce343f33d70c7be117249596a0461a2ac775dc483133a997eb2cdbe1263ff1 |
File details
Details for the file dbr-9.6.40.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.12, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 034d654c68ee1b6974b32e5f046f4c07b8128d2a929ab5e2321e0a615a009a74 |
|
MD5 | 63c454d851bc9de6ab6182c38c9c64a6 |
|
BLAKE2b-256 | 5295071cd0961470382c086274f1e5e96978f533fc6a98b430352da5539a530a |
File details
Details for the file dbr-9.6.40.2-cp312-cp312-macosx_12_0_universal2.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp312-cp312-macosx_12_0_universal2.whl
- Upload date:
- Size: 18.1 MB
- Tags: CPython 3.12, macOS 12.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e34a588bd71eef36f786fb58ef0c33657e5eb0a54b59a254df2720998a77427a |
|
MD5 | e8b7ce2010d4d1a76cb5eed9557203eb |
|
BLAKE2b-256 | 6a4f4214954461d5293e89000f544847dddccb385682ebd42222548e8a80858a |
File details
Details for the file dbr-9.6.40.2-cp311-cp311-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp311-cp311-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.11, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bda714c9dbe6d4324a9981c3a3df2cf628842199f459cdef62df5abbe841184 |
|
MD5 | a94156d32c5e1e35a5f3c783ddc4c712 |
|
BLAKE2b-256 | 21594fca989e50569057359adb875f702f76a2f3f0a71ac27cc6911aeaec5298 |
File details
Details for the file dbr-9.6.40.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4853fe3c921644d824fc87a0d183b548dde9b8f0ade5c984f5ced16c0c470351 |
|
MD5 | 4124f44c07d89c895af0befa121d514a |
|
BLAKE2b-256 | d1e529f129ae04c6b1409319f958a279075c65318a200e6a2f04713d40bcc513 |
File details
Details for the file dbr-9.6.40.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.11, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f65ee230af57a3cbf1a432e73d0a28a925f108bfb35e42609d12517c4da8e4ad |
|
MD5 | c9387ac5074ee5c1b14e5cfa4a25e96b |
|
BLAKE2b-256 | 7e597f67b2ab91cdce012624a924d860d5e3f41e880bf727c6dffcee5fd369fa |
File details
Details for the file dbr-9.6.40.2-cp311-cp311-macosx_12_0_universal2.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp311-cp311-macosx_12_0_universal2.whl
- Upload date:
- Size: 18.1 MB
- Tags: CPython 3.11, macOS 12.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f51560ffacff1b71b145ee15eeb202b305ac0138f55119bd9958300f7643e35 |
|
MD5 | 3e784bded8cb369c827542ac63150491 |
|
BLAKE2b-256 | 1324fdf75300925deb198bcf7c80a5e196b2dbd7356251c2a4ff1d0194526f3c |
File details
Details for the file dbr-9.6.40.2-cp310-cp310-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp310-cp310-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.10, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c28400f700e94bbd767d763580f5ce4452a8bd85e87ebaade8dd6a2ffa37b548 |
|
MD5 | 90d164541d98ae581364a2d9257b3d6b |
|
BLAKE2b-256 | 46b0b082ac78427a4367cca10ef5d0d02f68d2e916fb76b60d9d4302db4af65b |
File details
Details for the file dbr-9.6.40.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b5c6694d8d30e9e5bb8647a1c52ce421ad129da2f0edc4c41306c8c10952434 |
|
MD5 | d67bbe7b055b32ad7b5b12e5fb13ca0a |
|
BLAKE2b-256 | 260cd6dde43355a36fb9faf1c24d2641e0fb36cceda0a18c0a54adbbb4a85c5c |
File details
Details for the file dbr-9.6.40.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.10, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f84da0ab70b7ecafa478b2691a71873fc36bd6261d33866db55f401e8af1663a |
|
MD5 | 8636227c4849b98066bb6af6ee2e3679 |
|
BLAKE2b-256 | ae4566bfa74865fda6e2b7d007332452417fe43cd7fe0e94b9c4e7b0c897d059 |
File details
Details for the file dbr-9.6.40.2-cp310-cp310-macosx_12_0_universal2.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp310-cp310-macosx_12_0_universal2.whl
- Upload date:
- Size: 18.1 MB
- Tags: CPython 3.10, macOS 12.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e7b32d126bff86b3cdf05235be21bb807a414c30fdc89a91f25b565449b7437 |
|
MD5 | 336ffb2dd89d91d1bd099561e755e52f |
|
BLAKE2b-256 | 39dd5a4eca6159043b9c1096801943f73ad9e4671bf369a45629f17f6434ef2c |
File details
Details for the file dbr-9.6.40.2-cp39-cp39-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp39-cp39-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.9, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 630b1d854ce8c608532435471b63e0d353336333ecfc66eb42dc6d9cfb74ea92 |
|
MD5 | 3f2a653a01983c1028218470f2537bd6 |
|
BLAKE2b-256 | 75f5e08c905f3134fc020a8706772870151c1ad3e5f7ec913804e27c595b64cd |
File details
Details for the file dbr-9.6.40.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86093933d84cfb2a587e23097d1233cd6e4f26f0f4cba876200a705c89dc4383 |
|
MD5 | b765dbd8cdd49531012dd89936538a54 |
|
BLAKE2b-256 | a8511447ae5b95005427df5be36da2d96f15ecd124f28918e8dfc3da2ad37fe8 |
File details
Details for the file dbr-9.6.40.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.9, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8120092ed0737c332126230a7e74ea611bb2a2a5e6ae07792015ec09ce55e2c6 |
|
MD5 | 46bcd5651ecdea3c3f58ef275ca67253 |
|
BLAKE2b-256 | c33400a9e9003d6ce07044a4ff0541f1aba5fd7d46b5f230b4dbe67ee2f86dab |
File details
Details for the file dbr-9.6.40.2-cp39-cp39-macosx_12_0_universal2.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp39-cp39-macosx_12_0_universal2.whl
- Upload date:
- Size: 18.1 MB
- Tags: CPython 3.9, macOS 12.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 18143e46b4e8bcfde1148526ed1239f73af569d42a2932a6c50173eef87ae715 |
|
MD5 | ad83b73dde7a8e35d189a686f300f472 |
|
BLAKE2b-256 | 06f730a198711eedab06f83587696593c3ab287c202b5f74f039e2f01a7ef6e6 |
File details
Details for the file dbr-9.6.40.2-cp38-cp38-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp38-cp38-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.8, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f2030a8f8be7ef6bf63da9c4cd60b726f6b9f3fea67c0ed5c48eb443dfbc082b |
|
MD5 | c62e6d0fe7658ab5fac35116ba585a88 |
|
BLAKE2b-256 | ff9e03d8404dfb7dd9e09487a80578f6ad4298acf0cc00cd39f13e0bb7e6a17a |
File details
Details for the file dbr-9.6.40.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1a96942e0d1805f56ac39a0034ee3252b107f78b73f05dcae3e0817da776a572 |
|
MD5 | 512fe2e6132efa2c6023c574aecc26bb |
|
BLAKE2b-256 | debcbd35ebf0c32c8d7ad3f70cd314dc1be62e9d24a04a92a0a1636f8e1fba2a |
File details
Details for the file dbr-9.6.40.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.8, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 798e8dd2127429d782907e15da69287a16728bf178b6c85244051ae5af891bc7 |
|
MD5 | 61947baf2bc2f803e55ba89e81e68e15 |
|
BLAKE2b-256 | b00ccf2036fde5f8fdd442e2d75891b67eba60a26ebd08e2ebbc68e2022e16f9 |
File details
Details for the file dbr-9.6.40.2-cp38-cp38-macosx_12_0_universal2.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp38-cp38-macosx_12_0_universal2.whl
- Upload date:
- Size: 18.1 MB
- Tags: CPython 3.8, macOS 12.0+ universal2 (ARM64, x86-64)
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4c35b951da1173390f7b9b9065fc61d965c1169b745e6254b8ee0c273857ae0d |
|
MD5 | 66db95cf8801aa10407e98b131c48d51 |
|
BLAKE2b-256 | 77ceae698054eb1cc07293ee969e3bba5dac14392a2c33740feaec8f37724bb6 |
File details
Details for the file dbr-9.6.40.2-cp37-cp37m-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp37-cp37m-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.7m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b0f837b8bfe823d1848d2060d77891f3247dd4634f6a9fa9ea52f49be13e9230 |
|
MD5 | 611e8893fcb28ac4d059a6b22cf20213 |
|
BLAKE2b-256 | 7820744ec458739dd68966def5b88ed50641170f9c05baf7c4ad9e6e728e0410 |
File details
Details for the file dbr-9.6.40.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f1e8a83c6d39fda090145f24aca2a62653fbb87cbe50eb5eaa0cead112374979 |
|
MD5 | 8247d46655a1c82f42f1de69e3c62670 |
|
BLAKE2b-256 | d56c81676610688bfd39a0681532044e792725f866a4b6c989f8f3d31c0d5f8f |
File details
Details for the file dbr-9.6.40.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.7m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a643b6931883fcaf0ea87acd1c8915f8f40f30451dde60a842f793d6b410dde7 |
|
MD5 | 9fd4b5a7c628aa0bba0d8ff4b720114b |
|
BLAKE2b-256 | fbcbe40a430781ac5756c8786f0338d6cf9ae52559102092d747a52270434b9a |
File details
Details for the file dbr-9.6.40.2-cp37-cp37m-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp37-cp37m-macosx_10_13_x86_64.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.7m, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 19cde5aa6dfab767e7c9a4bbbf087be38cf2b70e30d145a7e66dec382a8d7633 |
|
MD5 | df6d7636c74507076e7a50b264f42138 |
|
BLAKE2b-256 | 82e6ac3477014b4786014a791e57200ff240a36ae2d15736056dcee3680d8e83 |
File details
Details for the file dbr-9.6.40.2-cp36-cp36m-win_amd64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp36-cp36m-win_amd64.whl
- Upload date:
- Size: 10.7 MB
- Tags: CPython 3.6m, Windows x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9fbcf2fe24176364d0afde3cb98efa147b3b17ab1e24792e5a7b84d0171a9064 |
|
MD5 | 0f80517502f5d4f3a90b89049b6e1f1c |
|
BLAKE2b-256 | f6a45f1496cbc30256d61c2d0f46a930365b9b948be36f0fc4985828a5cbea90 |
File details
Details for the file dbr-9.6.40.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl
- Upload date:
- Size: 11.8 MB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 51590e21ec2f7dab859a5a8bdf2e7106659dc82e1e2c293a51c31b4dc814bf03 |
|
MD5 | 408c8adf0bdf3dcd66c30757bc6a1913 |
|
BLAKE2b-256 | 75b3993e11f1cad0ca6f4c7f64b447840631bda2f87e42c01313b99d793605b6 |
File details
Details for the file dbr-9.6.40.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl
- Upload date:
- Size: 11.0 MB
- Tags: CPython 3.6m, manylinux: glibc 2.17+ ARM64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bf13264f7629682d24f41aedbf28409d853256896ed18e51ce4361e2fc92d764 |
|
MD5 | 52e60f2a965b5da8a632a39a3178e521 |
|
BLAKE2b-256 | 9f44348837fc1e58ebf00589a90ded3ded4bdcf8b35137c06650ce6efdac321c |
File details
Details for the file dbr-9.6.40.2-cp36-cp36m-macosx_10_13_x86_64.whl
.
File metadata
- Download URL: dbr-9.6.40.2-cp36-cp36m-macosx_10_13_x86_64.whl
- Upload date:
- Size: 9.8 MB
- Tags: CPython 3.6m, macOS 10.13+ x86-64
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.12.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3bee96619f5bf021e3f6a54c4d9e48dd75715634baddb5dfe7ac7e303d3462f2 |
|
MD5 | aaf7986936e07f6bc414c0b61c2937a6 |
|
BLAKE2b-256 | af7529c5ad74fca3e4ff1e70639f77d50c14ab35c967dfa4655df8e9e78713aa |