Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/nl/postcode.py
Commit message (Collapse)AuthorAgeFilesLines
* Improved texts and added linksPanderMusubi2018-07-221-2/+7
| | | | Closes https://github.com/arthurdejong/python-stdnum/pull/75
* Docstring improvementsArthur de Jong2017-09-111-4/+3
|
* Code style improvementsArthur de Jong2015-10-111-1/+1
| | | | | | | Ensure that regular expressions are r'' strings, avoid too long lines and fix line wrapping. Also avoid catching toplevel Exception when possible and use binascii for hex to binary conversion which is available in both Python 2 and 3.
* Add a Dutch postal code moduleArthur de Jong2013-11-101-0/+77
The Dutch postal code (postcode) consists of four digits followed by two characters and together with the house number should uniquely identify any address. Addresses trac ticket #7.