Skip to main content

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)

Uploaded Source

barcodenumber-0.4.0-py3-none-any.whl (16.4 kB view hashes)

Uploaded Python 3

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