After setting up basic CI with linting, need in refactoring became evident.
The code is brought in accordance with PEP8 standard and few improvements were also made,
notably lazy logging is now used, so the logger should not bring too much overhead
(this should be visible with test bages). The CI file was pre-pushed to the develop in order to have convenient badges on the gitlab page. Sorry
Closes #12 (closed)
Tested both locally and with the CI. The pylint score changed from 4.06 to 9.82