No project description provided
Project description
A python library for checking the validitiy of UK bank account details
Example usage:
import uk_mod_check
assert uk_mod_check.validate( 40004, 78111815) == uk_mod_check.ValidationResult(result=True, known_sort_code=True, substitute_sort_code=None)
assert uk_mod_check.validate(309070, 12345668) == uk_mod_check.ValidationResult(result=True, known_sort_code=True, substitute_sort_code=309634)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
uk-mod-check-1.0.1.tar.gz
(12.3 kB
view hashes)