Last updated:
0 purchases
projectmanager 0.2.0
project_manager
Easily run a project with various configuration setups.
Installation
$ pip install project_manager
Usage
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.
Development notes
Run tests:
$ pytest
Publish a new version to PyPi:
$ poetry --build publish
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.