Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/test_gs1_128.doctest
Commit message (Collapse)AuthorAgeFilesLines
* Extend date parsing in GS1-128Arthur de Jong2023-03-181-0/+12
| | | | | Some new AIs have new date formats or have changed the way optional components of formats are defined.
* Support parsing dates without a day in GS1-128Alexis de Lattre2022-04-091-0/+4
| | | | | | | Date such as '(17)260400' is now properly interpreted as April 30th 2026. Closes https://github.com/arthurdejong/python-stdnum/pull/294
* Add GS1-128 formatArthur de Jong2020-08-081-0/+148
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