You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Thanks for reaching back @LadyChristina.
I will do as requested, whenever the PRs are ready for reviewing.
It's a habit to open the PR as soon as i start developing.
However, i am not sure i can request a review while not having write access to the repo, am i wrong ?
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.
The text was updated successfully, but these errors were encountered: