Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/gs1_ai.py
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2024-03-171-8/+14
| | | | | | | | | | | | | | The Belgian bpost bank no longer has a registration and a few bank account numbers in the tests that used that bank were removed. Also updates the update/gs1_ai.py script to handle the new format of the data published by GS1. Also update the GS1-128 module to handle some different date formats. The Pakistan entry was kept in the stdnum/iban.dat file because the PDF version of the IBAN Registry still contains the country. fix db
* Extend date parsing in GS1-128Arthur de Jong2023-03-181-2/+2
| | | | | Some new AIs have new date formats or have changed the way optional components of formats are defined.
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Update database filesArthur de Jong2021-10-031-2/+9
|
* Fix Python 3.6 issue in update scriptArthur de Jong2020-08-081-2/+2
| | | | Fixes 180788a
* Add GS1-128 formatArthur de Jong2020-08-081-0/+82
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