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 details)
File details
Details for the file uk-mod-check-1.0.1.tar.gz
.
File metadata
- Download URL: uk-mod-check-1.0.1.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cdc244d32bfc16141a4941039d2270418090fb90c67845199c2b8c46cb87f0a |
|
MD5 | 7e4e3268c8ea776214396f5a50ad6c33 |
|
BLAKE2b-256 | 3645af5a24a56b2c1e4d5cc3bec3fc466d4b09a12111d4484eae832bdfba0c32 |