Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/getiban.py
Commit message (Collapse)AuthorAgeFilesLines
* Update gettin IBAN registryArthur de Jong2016-11-131-30/+32
| | | | | | The format of the registry file has changed. Before it was a straightforward CSV file with countries in rows but countries are now in columns.
* Update database filesArthur de Jong2016-03-051-2/+2
| | | | This also updates the getcnloc and getiban scripts to use new URLs.
* Update IBAN testsArthur de Jong2015-08-161-2/+2
| | | | | | This updates the iban.dat file from the IBAN registry, includes a fix for handling spaces in the BBAN and adds some more IBAN examples from the IBAN registry.
* Get files ready for 0.9 release0.9Arthur de Jong2013-12-311-1/+1
|
* Update getiban scriptArthur de Jong2013-12-311-11/+15
| | | | | | This switches to use the csv module to support multi-line column values. This also handles some problems in the BBAN structure column that would contain an IBAN structure.
* remove unneeded importArthur de Jong2011-09-231-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@81 9dea7c4f-944c-4273-ac1a-574ede026edc
* make source code layout follow PEP8 moreArthur de Jong2011-08-191-6/+13
| | | | git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@76 9dea7c4f-944c-4273-ac1a-574ede026edc
* add an IBAN (International Bank Account Number) moduleArthur de Jong2011-01-161-0/+66
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@51 9dea7c4f-944c-4273-ac1a-574ede026edc