tyrannosaurus.recipes

Module that generates Conda recipes and environment files.

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.recipes.Recipe(context: tyrannosaurus.context.Context)
create(output_dir: Optional[pathlib.Path]) Sequence[str]

Creates the recipe file.

Parameters

output_dir – Probably called “recipes”