Metadata-Version: 2.4
Name: spendprofile-bank-library
Version: 0.0.2
Summary: Open dataset of Nigerian financial institutions — identity, aliases, routing codes, and logos. Part of the Spendprofile ecosystem.
Project-URL: Homepage, https://banks.spendprofile.app
Project-URL: Source, https://github.com/studiodoresh/spendprofile-bank-library-
License: MIT
Keywords: bank-codes,banks,fintech,nigeria,nip,spendprofile,swift
Requires-Python: >=3.9
Description-Content-Type: text/markdown

# spendprofile-bank-library (Python)

Open dataset of Nigerian financial institutions — identity, aliases, routing codes,
and logos. The Python twin of [`@spendprofile/bank-library`](https://www.npmjs.com/package/@spendprofile/bank-library);
the source of truth is <https://github.com/studiodoresh/spendprofile-bank-library->.

```python
from spendprofile_bank_library import get_banks, get_bank, resolve

resolve("gtb")          # -> the GTBank record (dict)
get_bank("stanbic")     # -> the Stanbic record
len(get_banks())        # -> number of institutions
```

Data only (logos ship with the npm package and the CDN). See the main repo for the
schema and contribution guide.
