Commit graph

6 commits

Author SHA1 Message Date
Richard PALO
6226843b5c add missing dependencies 2025-02-24 17:52:52 +01:00
Richard PALO
c7e94a8d07 update to latest.. 2024.11.0
Changed

    Removed support for deprecated Python version 3.8
    Updated the bank registries for Austria, Germany, Poland, Netherlands, Spain, Czech Republic, Italy, and Switzerland.

Added

    New French Banks @Natim
    Add modulr bank to Spanish bank registry @jose-reveni
2025-02-24 15:28:05 +01:00
Richard PALO
1486dd79ba update to 2023.03.0
Changed

    Updated generated bank registries for Austria, Belgium, Germany, Netherlands, Hungary, Slovenia and Ukraine.

Added

    New bank registry for Norway thanks to @ezet
2023-09-18 18:08:55 +02:00
Richard PALO
68a1a04bb1 just in case add setuptools and quote all depends pkgs while we're there 2022-12-30 23:25:06 +01:00
Richard PALO
0b5069d996 add missing build dependency 2022-12-30 22:44:09 +01:00
Richard PALO
70822f4cca Initial commit schwifty
https://github.com/mdomke/schwifty

Gotta get schwifty with your IBANs

schwifty is a Python library that let’s you easily work with IBANs and BICs as specified by the ISO.
IBAN is the Internation Bank Account Number and BIC the Business Identifier Code. Both are used for
international money transfer.

Features

schwifty lets you

    validate check-digits and the country specific format of IBANs

    validate format and country codes from BICs

    generate BICs from country and bank-code

    generate IBANs from country-code, bank-code and account-number.

    get the BIC associated to an IBAN’s bank-code

    access all relevant components as attributes

Latest CHANGELOG entry
2022.09.0 - 2022/16/09
Added

    IBAN validation for Senegal mkopec87

Changed

    Refactored most of the scripts to generate the bank registry to use Pandas @pebosi
    Updated bank registry for Austria, Belgium, Germany, Spain, Hungary, Netherlands and Poland.
2022-12-30 18:01:36 +01:00