Metadata-Version: 2.1
Name: concert-launcher
Version: 0.1.0
Summary: A minimalistic tool to automate remote process launching with dependencies
Home-page: https://none
Author: Arturo Laurenzi
Author-email: arturo.laurenzi@iit.it
License: UNKNOWN
Project-URL: Bug Tracker, https://none
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: argcomplete
Requires-Dist: parse
Requires-Dist: pyyaml
Requires-Dist: asyncssh

# concert_launcher
A minimal process launching automation tool based on YAML and TMUX

## Quickstart
Tailored to @alaurenzi 's laptop machine setup !

```bash
pip install -e .
cd config/example_alaurenzi  # a folder containing launcher.yaml
concert_launcher run cartesio  # run cartesio and its dependencies
concert_launcher mon  # spawn tmux monitoring session on local machine
concert_launcher status  # print process tree
concert_launcher kill [proc_name]  # kill proc_name (or all)
```


