PyBan
Python IBAN validation tool. Checks general format, various country-based formatting rules, and includes general mod-97 validation.
Basic usage
from pyban.iban import IBAN
try:
iban = IBAN('BG18RZBB91550123456789')
except ValueError as e:
# Handle error
pass
return iban.formatted # Return readable IBAN number
Release files for pyban-swift 0.1.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| pyban-swift-0.1.1.tar.gz | 3.9 kB | Details |
Release files / pyban-swift-0.1.1.tar.gz
| Download URL | pyban-swift-0.1.1.tar.gz |
|---|---|
| Size | 3.9 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
82e5ee33cd9feb6cbc7fb606cdb0e808ef098e723378268f599381aadbe0c15c
|
|
BLAKE2b-256 checksum How to use checksums |
825dd706ec662c45fcd3af70edc1714191da7d08f059859c85df3c58559db9d9
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.0
|