main_export#

CLI implementation for conda export.

Dumps specified environment package specifications to the screen.

Functions#

epilog(→ str)

Build conda export epilog (examples and plugin-driven format list).

configure_parser(→ argparse.ArgumentParser)

execute(→ int)

exception CondaExportWarning#

Bases: Warning

Base class for warning categories.

Initialize self. See help(type(self)) for accurate signature.

epilog() str#

Build conda export epilog (examples and plugin-driven format list).

configure_parser(sub_parsers: argparse._SubParsersAction, **kwargs) argparse.ArgumentParser#
execute(args: argparse.Namespace, parser: argparse.ArgumentParser) int#