conda
OS-agnostic, system-level binary package manager.
Functions
|
Attributes
Placeholder for the actual version code injected by hatch-vcs. |
|
- __version__
- __name__ = 'conda'
- __author__ = 'Anaconda, Inc.'
- __email__ = 'conda@continuum.io'
- __license__ = 'BSD-3-Clause'
- __copyright__ = 'Copyright (c) 2012, Anaconda, Inc.'
- __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)