Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/stdnum/iso9362.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch from import-order to isortArthur de Jong2019-03-031-1/+1
|
* Rename stdnum.iso9362 to stdnum.bicArthur de Jong2017-11-031-61/+11
| | | | | | 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.
* Docstring improvementsArthur de Jong2017-09-111-5/+4
|
* Make uppercase in compact()Arthur de Jong2015-08-161-5/+3
| | | | | This changes the compact() function of the ISO 9362 module to make all the letters uppercase.
* Add ISO 9362 (BIC) supportTony Bajan2015-04-171-0/+86