main_compare#

CLI implementation for conda compare.

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

Functions#

get_packages(prefix)

_get_name_tuple(pkg)

_to_str(pkg)

compare_packages(active_pkgs, specification_pkgs)

execute(args, parser)

get_packages(prefix)#
_get_name_tuple(pkg)#
_to_str(pkg)#
compare_packages(active_pkgs, specification_pkgs)#
execute(args, parser)#