A small bank algorithm that predict nigeria bank
Project description
NUBAN (Nigerian Uniform Bank Account Number) Algorithm
This library is an algorithm for generating and validating a NUBAN (Nigeria Uniform Bank Account Number) in python. The algorithm is based on CBN specification for the 10-digit NUBAN.
A common application of this algorithm in Nigeria today is to cut down the list of banks on USSD interfaces from about 23 to less than 5 after the user enters their bank account number (NUBAN). This comes in handy because a USSD screen can display at most, 160 characters at a time.
How to use it
pip install nigeria-bank-algo
API Endpoints
from banks.getbanks import *
bnk = GetBank()
likely = bnk.GetLikeBank(accountNumber='your-account-number') print(likely)
[ {'code': '044', 'name': 'ACCESS BANK'}, {'code': '070', 'name': 'FIDELITY BANK'}, {'code': '011', 'name': 'FIRST BANK OF NIGERIA'}, {'code': '058', 'name': 'GUARANTY TRUST BANK'}, {'code': '033', 'name': 'UNITED BANK FOR AFRICA'} ]
A list of banks where the account number may likely domiciled will be return.
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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file nigeria-bank-algos-0.1.1.tar.gz.
File metadata
- Download URL: nigeria-bank-algos-0.1.1.tar.gz
- Upload date:
- Size: 2.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
74a77a9b6fcd8498682435a122ec14fbaa019e65e4abc1c7d17cc74679ca6a95
|
|
| MD5 |
c6930049a564c7de32c9d0d64e66c4d5
|
|
| BLAKE2b-256 |
faa1ba6bb494b0c29cb20f39f30b6fa573f3397f8751249be9d0b56a8bfbc384
|
File details
Details for the file nigeria_bank_algos-0.1.1-py3-none-any.whl.
File metadata
- Download URL: nigeria_bank_algos-0.1.1-py3-none-any.whl
- Upload date:
- Size: 3.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
726acfc8ef973995b92821ff21f3bc1f1d04aa41116a639de231cf124712f6e6
|
|
| MD5 |
a2f33b67e8b513e722868ada561b9fa6
|
|
| BLAKE2b-256 |
688a27a89845aeb0939ec633b78756ad57186f8c12424916a086f7baf22ec646
|