Skip to content

2024.05.3

Latest
Compare
Choose a tag to compare
@mdomke mdomke released this 10 May 14:19
· 1 commit to main since this release
2024.05.3
4aa8d80

Added

  • There is a new classmethod IBAN.random() that allows you to create random, but valid IBANs 🎉 .
    >>> IBAN.random()
    <IBAN=LT435012771675726758>
    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(country_code="ES")
    <IBAN=ES8801253179194914182449>

Changed

  • Some missing bank associations have been added to the Portuguese bank registry by @tiagoafseixas