ladybug_rhino.cli package¶
Module contents¶
Command Line Interface (CLI) entry point for ladybug rhino.
Note
Do not import this module in your code directly. For running the commands,
execute them from the command line or as a subprocess
(e.g. subprocess.call(['ladybug-rhino', 'viz'])
)
Ladybug rhino is using click (https://click.palletsprojects.com/en/7.x/) for creating the CLI.