management of MSML user packages and repositories
murmgr.py [OPTIONS] COMMAND [ARGS]...
murmgr offers various commands for the management of MSML user packages and repositories.
MSML is a workflow tool for biomechanical engineering.
User Package: A user package is anthology of operators. It provides the necessary alphabet files,
the code for operators (python) or executables.
User Repository: Multiple packages can be packed together.
-v , --verbose
more informations
-r , --repository PATH
give a path to an repository
-y, --always-yes / --always-no do not ask for confirmation, use default value instead
--help Show help message and exit.
activate_package: activate a package in a repository
deactivate_package: deactivate a package in a repository
download_package: download and install a package via git
new_package: creates a new user package.
new_repository: creates a new repository
show: shows the cumulative repository configuration
update_repository: update every package in a repository
No known problems.