Open
Description
Instead of launching the tool via python scripts (python some_script.py args), run it as a CLI (using click or cloup packages).
This means, users don't have to clone the project, they'll just need to install it as a python package, and launch it right away with correct parameters.
Also add a packaging CI Pipeline, to make the pushing of the packages to the PyPI Index automatic. (in addition to more CI steps, like running Unit tests, reformatting code with black, sonar analysis, tagging releases, etc ...)
Will happily contribute.