Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hawkw/breadplan
A simple Python script to generate baking plans for the recipes in Tartine Bread
https://github.com/hawkw/breadplan
Last synced: 7 days ago
JSON representation
A simple Python script to generate baking plans for the recipes in Tartine Bread
- Host: GitHub
- URL: https://github.com/hawkw/breadplan
- Owner: hawkw
- License: mit
- Created: 2014-07-31T14:48:29.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-19T17:34:15.000Z (over 9 years ago)
- Last Synced: 2024-10-09T07:09:31.513Z (28 days ago)
- Language: Mathematica
- Size: 172 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
breadplan
=========`Breadplan` generates baking plans based on the recipes in Chad Robertson's *[Tartine Bread](http://www.tartinebread.com)*.
I wrote this script primarily for my own personal use, but if any of my fellow bakers want to use or modify it, be my guest!
~ Hawk
Installation/Contents
---------------------The script is `breadplan.py`. There are a couple dependencies (`docopt` and `tabulate`), which you can install using `pip install -r requirements.txt`. [`Breadplan Science.ipynb`](http://nbviewer.ipython.org/github/hawkw/breadplan/blob/master/Breadplan%20Science.ipynb) contains the IPython notebook I used to do a little stats to get average density values for assorted flours.
Usage
-----#### Commands
+ `breadplan.py basic` generates a recipe for Basic Country Bread
+ `breadplan.py baguette` generates a recipe for baguettes
+ `breadplan.py rye` generates a recipe for rye bread
+ `breadplan.py wholewheat` generates a recipe for whole-wheat breadNote that only Basic Country Bread and Whole Wheat bread are currently implemented; I'm working on the other recipes, though.
#### Options
+ `--hydration=PERCENT` or `-y PERCENT` allows you to specify your own hydration percentage
+ `--loaves=LOAVES` or `-l LOAVES` allows you to generate a recipe for a specified number of loaves (default is 2)
+ `--sugar` or `-s` adds brown sugar for the crust (Chad Robertson doesn't use this, but I prefer it)