README.md
pyproject.toml
setup.cfg
src/pypotage/__init__.py
src/pypotage/_chef.py
src/pypotage/_ingredient.py
src/pypotage/_pot.py
src/pypotage/shared.py
src/pypotage/utils.py
src/pypotage.egg-info/PKG-INFO
src/pypotage.egg-info/SOURCES.txt
src/pypotage.egg-info/dependency_links.txt
src/pypotage.egg-info/top_level.txt
src/pypotage/chefs/__init__.py
src/pypotage/chefs/genericChef.py
src/pypotage/chefs/listChef.py
tests/test_abstract_ingredients.py
tests/test_build.py
tests/test_genericchef.py
tests/test_listchef.py
tests/test_nocall.py
tests/test_pot.py
tests/test_preparechefline.py