main_compare#

CLI implementation for conda compare.

Compare the packages in an environment with the packages listed in an environment file.

Functions#

configure_parser(→ argparse.ArgumentParser)

get_packages(prefix)

compare_packages(→ tuple[int, list[str]])

execute(→ int)

configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) argparse.ArgumentParser#
get_packages(prefix)#
compare_packages(active_pkgs, specification_pkgs) tuple[int, list[str]]#
execute(args: argparse.Namespace, parser: argparse.ArgumentParser) int#