Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 302 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 302 Bytes

UK Modulus Checking

Python implementation of the VocaLink UK Bank Account Modulus Checking logic as of the VocaLink 3.10 spec.

Installation

pip install ukmodulus

Usage

from ukmodulus import validate_number
validate_number('089999', '66374958')