Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/fi
Commit message (Collapse)AuthorAgeFilesLines
* Make import ordering consistentArthur de Jong2017-09-112-2/+2
|
* Docstring improvementsArthur de Jong2017-09-115-28/+17
|
* Implement Finnish individual tax number validationMohammed Salman2017-08-201-0/+74
|
* Add Python 2.6 supportArthur de Jong2016-11-141-2/+2
| | | | | This also brings the list of Python versions in setup.py in line with tox.ini.
* Use zip() instead of enumerate()Arthur de Jong2015-10-051-2/+2
| | | | Makes the code slightly simpler and more compact.
* Add alias to hetu in for finnish personal id codeSergio Isidoro2015-10-051-0/+1
|
* Split out format() functionArthur de Jong2015-07-121-13/+17
| | | | | | This uses the stdnum.fi.alv module more extensively and ensures that validate() returns a compact representation and a separate format() function is available.
* Add validation for Finnish y-tunnus (business identifier)Lari Haataja2015-07-122-0/+61
|
* Add a whitelist for short numbers and fix APIArthur de Jong2015-07-121-23/+41
| | | | | | This implements separate functions compact() and format() and fixes the doctests. This also implements a whitelist of registered short numbers to avoid accidentally validating just any number.
* Validation for Finnish association identifierLari Haataja2015-07-121-0/+76
|
* Implement validate() for Finnish numbersArthur de Jong2013-06-082-27/+58
|
* re-add Python3 supportArthur de Jong2012-02-261-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@174 9dea7c4f-944c-4273-ac1a-574ede026edc
* ensure that the module docstrings are in a somewhat more ↵Arthur de Jong2012-02-262-2/+3
| | | | | | 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 an ALV nro (Arvonlisäveronumero, Finnish VAT ↵Arthur de Jong2012-02-171-0/+58
| | | | | | number) module git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@131 9dea7c4f-944c-4273-ac1a-574ede026edc
* add a HETU (Finnish personal identity code) module as ↵Arthur de Jong2011-11-072-0/+94
provided by Jussi Judin (#5) git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@92 9dea7c4f-944c-4273-ac1a-574ede026edc