Get details of specific bank in Nigeria
Project description
📦 nigeria_banks
Nigeria Banks is a basic python package that returns details of particular bank in Nigeria.
Installation
You can install nigeria_banks from PyPI:
pip install nigeria_banks
Make API Request
https://nigeria-banks.onrender.com
How to use
$ from nigeria_banks.bank import getBank
# get bank details using ussd_code
get_bank = getBank(ussd_code="*945#")
# result = {'bank_code': '000017', 'cbn_code': '035', 'name': 'Wema Bank', 'bank_short_name': 'wema', 'ussd_code': '*945#', 'logo': 'https://nigeria-banks.onrender.com/static/images/wema.png'}
# get bank details using bank_code
get_bank = getBank(bank_code="000017")
# result = {'bank_code': '000017', 'cbn_code': '035', 'name': 'Wema Bank', 'bank_short_name': 'wema', 'ussd_code': '*945#', 'logo': 'https://nigeria-banks.onrender.com/static/images/wema.png'}
# get bank details using cbn_code
get_bank = getBank(cbn_code="035")
# result = {'bank_code': '000017', 'cbn_code': '035', 'name': 'Wema Bank', 'bank_short_name': 'wema', 'ussd_code': '*945#', 'logo': 'https://nigeria-banks.onrender.com/static/images/wema.png'}
# get bank details using name
get_bank = getBank(name="wema")
# result = {'bank_code': '000017', 'cbn_code': '035', 'name': 'Wema Bank', 'bank_short_name': 'wema', 'ussd_code': '*945#', 'logo': 'https://nigeria-banks.onrender.com/static/images/wema.png'}
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
nigeria_banks-0.1.8.tar.gz
(10.3 kB
view details)
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_banks-0.1.8.tar.gz.
File metadata
- Download URL: nigeria_banks-0.1.8.tar.gz
- Upload date:
- Size: 10.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b824f56d4d50cab04d161b3f059602be33e4da4528d4202d9f98553f1f18a0ae
|
|
| MD5 |
a5ce560c2c21c1ccf931f39adc2ffcff
|
|
| BLAKE2b-256 |
81a1ecc702915f57a1add8950b57128a15a8935fcb773bf9e8372d00365a4228
|
File details
Details for the file nigeria_banks-0.1.8-py3-none-any.whl.
File metadata
- Download URL: nigeria_banks-0.1.8-py3-none-any.whl
- Upload date:
- Size: 9.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e54962312bc25198a414b9d354f27adac62297290cad2fc5dd061513b87dd29
|
|
| MD5 |
6e3e52083d96b981a0a8f373f474cc4d
|
|
| BLAKE2b-256 |
ad6b51c8ef5819dfbc2d7b5a7b0afa4954fd79601d6aab823331618e4918aecd
|