Python module to validate Product codes (EAN, EAN13, ISBN,...)
Project description
Python module to validate product codes.
Codes
code39
ean (ean12)
ean8
ean13
gtin (ean13)
gtin14
gs1_datamatrix
isbn
isbn10
isbn13
upc (ean12)
Nutshell
Here a simple example to validate product codes:
>>> import barcodenumber >>> barcodenumber.check_code('ean13','9788478290222') True >>> barcodenumber.barcodes() ['CODE39', 'EAN', 'EAN13', 'EAN8', 'GS1', 'GTIN', 'ISBN', 'ISBN10', 'ISBN13', 'ISSN', 'JAN', 'PZN', 'UPC', 'UPCA']
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distributions
barcodenumber-0.4.0-py3.5.egg
(7.5 kB
view hashes)
Close
Hashes for barcodenumber-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c93b52e240d8f6f1bd391e3d5b3f8a0ff8a78ef492951fab3dec2e2cd8196343 |
|
MD5 | 5aa718cb04353949697e5d1fe823b4dc |
|
BLAKE2b-256 | c5f1cdcb676729a2abb7c7d7ec2d4606cc626ce99392ab3d6268e3e2de81cee3 |