binstar
#
Define binstar spec.
Classes#
spec = BinstarSpec('darth/deathstar') |
- class BinstarSpec(name=None)#
Bases:
conda.plugins.types.EnvironmentSpecBase
spec = BinstarSpec('darth/deathstar') spec.can_handle() # => True / False spec.environment # => YAML string spec.msg # => Error messages :raises: EnvironmentFileNotDownloaded
- msg#
- binstar() types.ModuleType | None #
- environment() conda.env.env.Environment #
Express the provided environment file as a conda environment object.
- Returns Environment:
the conda environment represented by the file.
- package()#