/pyrwbanks

💸python package to get a list of Licensed banks from Rwanda with their corresponding swift code, address, contact info, ussd code and bank code

Primary LanguagePythonMIT LicenseMIT

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")