Package bitten :: Module recipe

Module recipe

Execution of build recipes.

This module provides various classes that can be used to process build recipes, most importantly the Recipe class.

Classes
  InvalidRecipeError
Exception raised when a recipe is not valid.
  Context
The context in which a build is executed.
  Step
Represents a single step of a build recipe.
  Recipe
A build recipe.