Python implementation of the VocaLink UK Bank Account Modulus Checking logic as of the VocaLink 3.10 spec.
pip install ukmodulus
from ukmodulus import validate_number
validate_number('089999', '66374958')
Python implementation of the VocaLink UK Bank Account Modulus Checking logic
PythonMIT