Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/gs1_ai.dat
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong2024-03-171-30/+37
| | | | | | | | | | | | | | 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
* Update database filesArthur de Jong2023-08-201-1/+1
| | | | | | | | This also modifies the OUI update script because the website has changed to HTTPS and is sometimes very slow. The Belgian Commerzbank no longer has a registration and a bank account number in the tests used that bank.
* Extend date parsing in GS1-128Arthur de Jong2023-03-181-12/+14
| | | | | Some new AIs have new date formats or have changed the way optional components of formats are defined.
* Update database filesArthur de Jong2022-11-131-1/+1
|
* Update database filesArthur de Jong2022-08-151-2/+3
|
* Update database filesArthur de Jong2021-10-031-3/+3
|
* Update database filesArthur de Jong2021-02-061-1/+1
|
* Update database filesArthur de Jong2021-01-111-15/+42
|
* Update database filesArthur de Jong2020-08-091-1/+1
|
* Add GS1-128 formatArthur de Jong2020-08-081-0/+170
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