tyrannosaurus.envs

Anaconda environments.

Original source: https://github.com/dmyersturnbull/tyrannosaurus Copyright 2020–2021 Douglas Myers-Turnbull Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0

Module Contents

class tyrannosaurus.envs.CondaEnv(name: str, dev: bool, extras: bool)
_get_deps(context: tyrannosaurus.context.Context) Sequence[str]
create(context: tyrannosaurus.context.Context, path: pathlib.Path) Sequence[str]