Go to file
iGor milhit 43fb200aee
project: initial commit
- Initializes the project with uv.
- Adds the basic dependencies.
- Documents minimally the project in the README file.
- Creates the logic to calculate the ingredient proportions of the
  bread.
- Initializes the FastAPI application with an endpoint to calculate the
  proportions.

Co-Authored-by: iGor milhit <igor@milhit.ch>
2025-12-29 21:21:37 +01:00
.gitignore project: initial commit 2025-12-29 21:21:37 +01:00
.python-version project: initial commit 2025-12-29 21:21:37 +01:00
README.md project: initial commit 2025-12-29 21:21:37 +01:00
calculator.py project: initial commit 2025-12-29 21:21:37 +01:00
main.py project: initial commit 2025-12-29 21:21:37 +01:00
pyproject.toml project: initial commit 2025-12-29 21:21:37 +01:00
uv.lock project: initial commit 2025-12-29 21:21:37 +01:00

README.md

title subtitle date id tags
Dough Calc A tiny utility to calculate the proportions of flour, water, sourdough and salt for your dough. 2025-12-29T09:10:27+0100 20251229091027
python
calculator
bread
dough
sourdough

Dough Calc

Dough Calc is a tiny utility to calculate the proportions of flour, water, sourdough and salt for your dough, depending on the main flour quantity, the main proportion of water you're aiming for, and the proportion of water of your sourdough.