aequilibrae.project.tools.cli#
Functions
|
Create a sub-command from a function's signature. |
|
Entry point for the aeq command. |
|
List functions present in the run module. |
|
Execute a function from the run module with argument parsing inferred from the function signature. |
- aequilibrae.project.tools.cli.add_subcommand_from_function(subparsers, func, defaults: dict)[source]#
Create a sub-command from a function’s signature.
- aequilibrae.project.tools.cli.cli(argv=None)[source]#
Entry point for the aeq command. argv defaults to sys.argv, it is a parameter for testing.