Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 365 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 365 Bytes

Unified-banks

Unify different banks data to a common format

Description & installation guide

  • Parse the different bank's data and merge in a unified format
  • Make sure you use the latest version of python
  • Install the requirements using pip install -r requirements.txt
  • Run the script with python main.py
  • Run the tests with pytest test_main.py