mml.cli

mml.cli is the entry point for console scripts of MML.

copy_mml_configs() None[source]

This is a CLI command that sets up mml configs outside the mml package, the basic idea is to copy the default configs to a location of desire and link that location in the “mml.env”.

copy_mml_env_file() None[source]

This CLI command sets up an mml.env file at your current location, based on the example.env file shipped with mml.

main() None[source]

Command line convenience. Allows after setup to call ‘mml CONFIG_OPTIONS’ instead of ‘python -m mml CONFIG_OPTIONS’