Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/update/cfi.py
Commit message (Collapse)AuthorAgeFilesLines
* Switch to using openpyxl for parsing XLSX filesArthur de Jong2024-03-171-10/+11
| | | | | | The xlrd has dropped support for parsing XLSX files. We still use xlrd for update/be_banks.py because they use the classic XLS format and openpyxl does not support that format.
* Provide a timeout to all download scriptsArthur de Jong2022-08-151-2/+2
|
* Add Classification of Financial InstrumentsArthur de Jong2022-02-131-0/+98
This implements parsing of ISO 10962 CFI codes based on the published description of the structure of these numbers. Closes https://github.com/arthurdejong/python-stdnum/issues/283