Job description
I will commission to change the way of communication with two APIs to asynchronous in an application written in python in CLI mode (uses urwid library).
The end result is to be characterized by the following features:
1. the application is not to block when downloading more data from the 2 APIs (the application downloads data on companies, of which there are more than 100-150)
2. a progress bar is to be added to the application (both at startup and then at cyclic data refresh).
The source code of the application is available here: https://github.com/RudolfTheOne/ThetaTracker/