main_info#

CLI implementation for conda info.

Display information about current conda installation.

Functions#

configure_parser(→ argparse.ArgumentParser)

get_user_site()

dump_record(pkg)

pretty_package(prec)

print_package_info(packages)

get_info_dict([system])

get_env_vars_str(info_dict)

get_main_info_str(info_dict)

execute(→ int)

Attributes#

IGNORE_FIELDS

SKIP_FIELDS

configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) argparse.ArgumentParser#
get_user_site()#
IGNORE_FIELDS#
SKIP_FIELDS#
dump_record(pkg)#
pretty_package(prec)#
print_package_info(packages)#
get_info_dict(system=False)#
get_env_vars_str(info_dict)#
get_main_info_str(info_dict)#
execute(args: argparse.Namespace, parser: argparse.ArgumentParser) int#