.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/test.yml
.github/workflows/upload.yml
demo/examples.py
demo/gnome.jpg
demo/gnome_small.jpg
demo/octo.mp4
demo/recipe.txt
demo/rnold.mp4
demo/sort_quantize_animation.py
demo/teton.png
demo/teton_recipe.txt
demo/out/gnome_magic.png
demo/out/gnome_quantize.png
demo/out/gnome_sort.png
demo/out/gnome_sort_quantize.png
demo/out/gnome_threshold.png
demo/out/teton.png
docs/index.html
docs/pyrogis.html
src/lib.rs
src/quantize.rs
src/pyrogis/__init__.py
src/pyrogis/__main__.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/chef/__init__.py
src/pyrogis/chef/chef.py
src/pyrogis/chef/dish_description.py
src/pyrogis/chef/menu/__init__.py
src/pyrogis/chef/menu/custom_order.py
src/pyrogis/chef/menu/menu_item.py
src/pyrogis/chef/menu/quantize_order.py
src/pyrogis/chef/menu/resize_order.py
src/pyrogis/chef/menu/sort_order.py
src/pyrogis/chef/menu/threshold_order.py
src/pyrogis/ingredients/__init__.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/seasoning.py
src/pyrogis/ingredients/seasonings/threshold.py
tests/__init__.py
tests/test_cli.py
tests/test_dish.py
tests/test_pierogi.py
tests/test_recipe.py
tests/test_resize.py
tests/test_threshold.py