Skip to main content

Python module to validate Bank codes

Project description

Python module to validate product codes.

Codes

  • ean13

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 Distribution

barcodenumber-0.1.tar.gz (15.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page