2024.05.3
Added
- There is a new classmethod
IBAN.random()
that allows you to create random, but valid IBANs 🎉 .You can narrow down the generated values by providing the corresponding parameters to this function. E.g., to get only Spanish IBANs you can do>>> IBAN.random() <IBAN=LT435012771675726758>
>>> IBAN.random(country_code="ES") <IBAN=ES8801253179194914182449>
Changed
- Some missing bank associations have been added to the Portuguese bank registry by @tiagoafseixas