Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 919 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 919 Bytes

rw_banks

Downloads Open Source Love Open Source Love

A lightweight python package that can be used to get list of licensed banks from Rwanda and their corresponding swift code, address, contact information, ussd code and bank code.

Installation

The distribution is hosted on pypi at: https://pypi.org/project/rw_banks/. To directly install the package from pypi, run from your terminal::

$ pip install rw_banks

Usage

   from rw_banks import getBanks, getbank

   print(getBanks()); //list of licensed banks
   print(getbank("BKIGRWRW")); //dict of licensed bank with this swift code ("BKIGRWRW")