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.tar.gz
(3.4 kB
view hashes)
Built Distribution
uk_mod_check-1.0-py3-none-any.whl
(12.0 kB
view hashes)
Close
Hashes for uk_mod_check-1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | b9d61a692e790f9302a5300bfca3b731f1817be9e21f3ac2047f8653ebbef6d5 |
|
MD5 | 07fb850917534f9f5b0cebaa9c6f7d40 |
|
BLAKE2b-256 | 496b38f1ecd0f20ec4b7d66aae01169accfbb1a18fe2384704f1702b8a3c79eb |