Env

class soap.Env(name: str, value: Dict[str, Any], package_root: Path)[source]

Bases: object

Configuration for a single environment.

Variables:
  • name – Name of the environment

  • yml_path – Path to the Conda environment YAML file

  • env_path – Path to the environment prefix

  • install_current – True if the current project should be installed in the environment with pip install -e .

Methods