Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/at_postleitzahl.py
Commit message (Collapse)AuthorAgeFilesLines
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-1/+1
|
* Switch postal code download to Austrian open-data portalArthur de Jong2021-01-241-62/+13
| | | | | | | | | | | | | 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-5/+14
|
* Switch update scripts to Python 3Arthur de Jong2019-10-271-3/+2
|
* Switch update scripts to use requestsArthur de Jong2019-10-271-6/+8
| | | | This makes the scripts more consistent.
* Switch update scripts to lxmlArthur de Jong2019-10-271-13/+8
| | | | | | | This avoids an extra dependency on Beautiful Soup and makes the scripts more consistent. This also includes a fix in the ISIL because of website changes.
* Switch update scripts to beautifulsoup4Arthur de Jong2019-03-101-3/+7
|
* Switch from import-order to isortArthur de Jong2019-03-031-4/+4
|
* Add Austrian postal codeArthur de Jong2018-03-171-0/+102
This also fixes the name of the Dutch postal_code alias and tunes the tests.