Easily run a project with various configuration setups.
$ pip install project_manager
Assuming that you have set up your configuration file correctly, a typical workflow could look like this:
$ project_manager build # setup environment
[..]
$ project_manager run # execute commands
[..]
$ project_manager gather # aggregate results
[..]
For more information check out the documentation.
Run tests:
$ pytest
Publish a new version to PyPi:
$ poetry --build publish