Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/at
Commit message (Collapse)AuthorAgeFilesLines
* Update database filesArthur de Jong12 days1-6/+10
| | | | | | | | | | | | | | 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/+2
| | | | | | | | 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.
* Update database filesArthur de Jong2022-11-131-1/+2
|
* Update database filesArthur de Jong2022-08-151-11/+6
|
* Update database filesArthur de Jong2021-10-031-1/+337
|
* Switch postal code download to Austrian open-data portalArthur de Jong2021-01-241-2/+2
| | | | | | | | | | | | | This simplifies the process of downloading Austrian postal codes by downloading a JSON blob instead from https://www.data.gv.at/katalog/dataset/f76ed887-00d6-450f-a158-9f8b1cbbeebf This filters the list to only use addressable (adressierbar) postal codes because it matches the previous list. Thanks Bernd Schlapsi for providing the pointer. Closes https://github.com/arthurdejong/python-stdnum/issues/235
* Update database filesArthur de Jong2021-01-111-3/+4
|
* Update database filesArthur de Jong2020-01-181-1/+1
|
* Update database filesArthur de Jong2019-10-271-2/+3
| | | | | The BIC for some former Record Bank accounts (now ING Belgium) was changed from HBKABE22 to BBRUBEBB (that of ING).
* AT: Provide personalid as an alias from vnrAndreas Häber2019-10-131-1/+2
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/166
* Use an internal isdigits() function instead of str.isdigit()Arthur de Jong2019-04-295-10/+15
| | | | | | | | | | | The problem with the latter is that it will also accept all kinds of unicode digits that are not the ASCII 0-9 digits causing all kinds of problems in check digit calculations. Some of these unicode characters are also considered digits by int() but some are not (such as the SUPERSCRIPT TWO unicode character). Closes https://github.com/arthurdejong/python-stdnum/issues/96
* Update database filesArthur de Jong2019-03-101-3/+6
|
* Fix typosArthur de Jong2019-02-171-1/+1
|
* Add Austrian VersicherungsnummerArthur de Jong2018-12-271-0/+75
|
* Get files ready for 1.10 release1.10Arthur de Jong2018-10-141-1/+1
|
* Get files ready for 1.9 release1.9Arthur de Jong2018-04-141-1/+1
|
* Also ignore other letters with possible umlautArthur de Jong2018-03-231-1/+1
| | | | | | Fixes 98d11a3 Closes https://github.com/arthurdejong/python-stdnum/pull/67
* Add Austrian AbgabenkontonummerArthur de Jong2018-03-182-0/+155
| | | | | | Based on the implementation provided by Mohammed Salman of Holvi. Closes https://github.com/arthurdejong/python-stdnum/pull/50
* Fix import orderArthur de Jong2018-03-171-1/+1
| | | | Fixes ee263a5
* Add Austrian postal codeArthur de Jong2018-03-173-1/+2304
| | | | | This also fixes the name of the Dutch postal_code alias and tunes the tests.
* Update the flake8 ignore listArthur de Jong2018-02-141-1/+1
| | | | | | | | | | | | Re-enable the flake8 test for unused imports by explicitly marking imports for namespace purposes. This allows us to remove a few unused imports. A few more cleanups that allow us to reduce the number of ignored flake8 ignored tests. The remaining ignored tests are now documented. Ignore a flake8 warning about print statements because we use print in the update scripts.
* Docstring improvementsArthur de Jong2017-09-112-8/+6
|
* Add company register number validation for AustriaLari Haataja2015-07-121-0/+70
|
* Implement validate() for Austrian numbersArthur de Jong2013-06-081-11/+22
|
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-261-3/+2
| | | | | | usable format git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@165 9dea7c4f-944c-4273-ac1a-574ede026edc
* for all countries, provide vat as an alias for the local ↵Arthur de Jong2012-02-191-0/+3
| | | | | | vat identifier git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@153 9dea7c4f-944c-4273-ac1a-574ede026edc
* give all packages a descriptionArthur de Jong2012-02-191-0/+21
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@152 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a UID (Umsatzsteuer-Identifikationsnummer, Austrian ↵Arthur de Jong2012-02-132-0/+64
VAT number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@128 9dea7c4f-944c-4273-ac1a-574ede026edc