project-manager

Easily run a project with various configuration setups


License
MIT
Install
pip install project-manager==0.0.1

Documentation

project_manager

pypi version license

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