Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/gs1_128.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix flake8 blind except Exception errorArthur de Jong2021-01-101-2/+2
|
* Add GS1-128 formatArthur de Jong2020-08-081-0/+269
This adds validation, parsing and encoding functions for GS1-128. It is based on the lists of formats as published by the GS1 organisation. Based on the implementation provided by Sergi Almacellas Abellana <sergi@koolpi.com>. Closes https://github.com/arthurdejong/python-stdnum/pull/144