ovro-lwa / distributed-pipeline

A distributed data processing experiment for the OVRO-LWA
https://distributed-pipeline.readthedocs.io/en/latest/
GNU General Public License v3.0
2 stars 0 forks source link

Use click for complicated clis #19

Open yupinghuang opened 4 years ago

yupinghuang commented 4 years ago

https://click.palletsprojects.com/en/7.x/

For example start_workers.py

caseyjlaw commented 4 years ago

I'm a fan of click and can help with this. Usually I create a cli.py in the directory with the modules and make light wrapping functions from the modules to pass arguments.