agvis.main#

Main entry point for the AGVis CLI.

Functions

config_logger([stream_level, stream, file, ...])

Configure an AGVis logger with a FileHandler and a StreamHandler.

demo(**kwargs)

TODO: show some demonstrations from CLI.

find_log_path(lg)

Find the file paths of the FileHandlers.

get_log_dir()

Get the directory for log file.

misc([show_license, clean, recursive, version])

Miscellaneous commands.

print_license()

Print out AGVis license to stdout.

remove_output([recursive])

TODO: Remove the outputs generated by AGVis, and ANDES.

run([filename, input_path, verbose, host, ...])

Entry point to run AGVis.

selftest(**kwargs)

TODO: Run unit tests.

set_logger_level(lg, type_to_set, level)

Set logging level for the given type of handler.

versioninfo()

Print version info for ANDES and dependencies.