.gitattributes
.gitignore
CHANGELOG.md
Cargo.lock
Cargo.toml
LICENSE
MANIFEST.in
README.md
build_wheels_mac_arm.sh
build_wheels_manylinux.sh
pyproject.toml
requirements.txt
setup.py
.cargo/config
.github/workflows/ci.yml
demo/examples.py
demo/gnome.jpg
demo/lemur_cat.mp4
demo/recipe.png
demo/recipe.txt
demo/terminal.png
demo/teton.png
demo/teton_recipe.txt
demo/out/gnome_crop.png
demo/out/gnome_magic.png
demo/out/gnome_quantize.png
demo/out/gnome_resize.png
demo/out/gnome_rotate.png
demo/out/gnome_sort.png
demo/out/gnome_sort_quantize.png
demo/out/gnome_threshold.png
demo/out/teton.png
demo/out/wires.gif
docs/Makefile
docs/cli.rst
docs/conf.py
docs/crop_table.csv
docs/examples.rst
docs/index.rst
docs/ingredients.rst
docs/kitchen.rst
docs/menu.rst
docs/requirements.txt
src/lib.rs
src/pymodule.rs
src/quantize.rs
src/pyrogis/__init__.py
src/pyrogis/__main__.py
src/pyrogis/course.py
src/pyrogis/restaurant.py
src/pyrogis.egg-info/PKG-INFO
src/pyrogis.egg-info/SOURCES.txt
src/pyrogis.egg-info/dependency_links.txt
src/pyrogis.egg-info/entry_points.txt
src/pyrogis.egg-info/not-zip-safe
src/pyrogis.egg-info/requires.txt
src/pyrogis.egg-info/top_level.txt
src/pyrogis/ingredients/__init__.py
src/pyrogis/ingredients/crop.py
src/pyrogis/ingredients/dish.py
src/pyrogis/ingredients/flip.py
src/pyrogis/ingredients/ingredient.py
src/pyrogis/ingredients/pierogi.py
src/pyrogis/ingredients/quantize.py
src/pyrogis/ingredients/recipe.py
src/pyrogis/ingredients/resize.py
src/pyrogis/ingredients/rotate.py
src/pyrogis/ingredients/sort.py
src/pyrogis/ingredients/seasonings/__init__.py
src/pyrogis/ingredients/seasonings/cartography.py
src/pyrogis/ingredients/seasonings/rectangle.py
src/pyrogis/ingredients/seasonings/seasoning.py
src/pyrogis/ingredients/seasonings/threshold.py
src/pyrogis/kitchen/__init__.py
src/pyrogis/kitchen/chef.py
src/pyrogis/kitchen/kitchen.py
src/pyrogis/kitchen/order.py
src/pyrogis/kitchen/server.py
src/pyrogis/kitchen/ticket.py
src/pyrogis/kitchen/menu/__init__.py
src/pyrogis/kitchen/menu/crop_filling.py
src/pyrogis/kitchen/menu/custom_filling.py
src/pyrogis/kitchen/menu/filling.py
src/pyrogis/kitchen/menu/quantize_filling.py
src/pyrogis/kitchen/menu/resize_filling.py
src/pyrogis/kitchen/menu/rotate_filling.py
src/pyrogis/kitchen/menu/sort_filling.py
src/pyrogis/kitchen/menu/threshold_filling.py
tests/__init__.py
tests/ingredients/test_crop.py
tests/ingredients/test_dish.py
tests/ingredients/test_pierogi.py
tests/ingredients/test_recipe.py
tests/ingredients/test_rectangle.py
tests/ingredients/test_resize.py
tests/ingredients/test_seasoning.py
tests/ingredients/test_threshold.py
tests/kitchen/conftest.py
tests/kitchen/test_chef.py
tests/kitchen/test_kitchen.py
tests/kitchen/test_server.py