Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/bic.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch from import-order to isortArthur de Jong2019-03-031-0/+1
|
* Add test for Belgian IBANsArthur de Jong2018-02-111-2/+2
| | | | | | | | | This adds a test for IBANs that were found online together with a BIC code to test the IBAN to swift code mapping. This also supports some extra separators in IBAN and BIC numbers and fixes a check digit calculation issue in the Belgian account number check digits.
* Support spaces in BIC codesArthur de Jong2018-02-101-1/+3
| | | | | BIC codes are sometimes written in a space-separated form this correctly cleans the spaces for compact representation.
* Rename stdnum.iso9362 to stdnum.bicArthur de Jong2017-11-031-0/+84
The new name is more descriptive and easier to remember. This makes stdnum.iso9362 a compatibility module that can be imported with the old name but provides a deprecation warning.