conda#

OS-agnostic, system-level binary package manager.

Functions#

conda_signal_handler(signum, frame)

Attributes#

__version__

__name__

__author__

__email__

__license__

__copyright__

__summary__

__url__

CONDA_PACKAGE_ROOT

__version__#
__name__ = 'conda'#
__author__ = 'Anaconda, Inc.'#
__email__ = 'conda@continuum.io'#
__license__ = 'BSD-3-Clause'#
__summary__#
__url__ = 'https://github.com/conda/conda'#
CONDA_PACKAGE_ROOT#
exception CondaError(message, caused_by=None, **kwargs)#

Bases: Exception

Common base class for all non-exit exceptions.

return_code = 1#
reportable = False#
__repr__()#

Return repr(self).

__str__()#

Return str(self).

dump_map()#
exception CondaMultiError(errors)#

Bases: CondaError

Common base class for all non-exit exceptions.

__repr__()#

Return repr(self).

__str__()#

Return str(self).

dump_map()#
contains(exception_class)#
exception CondaExitZero(message, caused_by=None, **kwargs)#

Bases: CondaError

Common base class for all non-exit exceptions.

return_code = 0#
conda_signal_handler(signum, frame)#