Skip to content

kpj/project_manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Easily run a project with various configuration setups

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages