Skip to content

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

License

Notifications You must be signed in to change notification settings

knowbee/pyrwbanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages