Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.53 KB

README.md

File metadata and controls

42 lines (28 loc) · 1.53 KB

Recipes

Provided here are example recipes for using the BrewDay library. Recipes are given attribution where necessary and are used with permission of the copyright owner. If this is in error please let the maintainer know and the recipe will be updated or removed.

Types of Recipes

There are two types of recipes, those that end in _objects.py and those that end in _dict.py. Let's look at the differences with the Pale Ale recipe examples:

pale_ale_objects.py

Building a recipe using python objects. This gives you full control over making each and every element of a recipe.

pale_config_dict.py

Building a recipe with a python dict. This dict is parsed and any missing data is pulled from a directory named data/. You have full control over the required elements but leaving out many of them will still cause the recipe to work.

Recipes

Standard Example

Brewing Classic Styles: 80 Winning Recipes Anyone Can Brew

Authors: Jamil Zainasheff and John J. Palmer

Used by permission of Brewers Publications (2007). All rights reserved. You can purchase the book here: Brewing Classig Styles.