LICENSE
README.md
pyproject.toml
setup.py
src/imgshape/__init__.py
src/imgshape/__main__.py
src/imgshape/analyze.py
src/imgshape/cli.py
src/imgshape/compatibility.py
src/imgshape/gui.py
src/imgshape/recommender.py
src/imgshape/resize.py
src/imgshape/shape.py
src/imgshape/viz.py
src/imgshape.egg-info/PKG-INFO
src/imgshape.egg-info/SOURCES.txt
src/imgshape.egg-info/dependency_links.txt
src/imgshape.egg-info/entry_points.txt
src/imgshape.egg-info/requires.txt
src/imgshape.egg-info/top_level.txt
tests/test_analyze.py
tests/test_compatibility.py
tests/test_recommender.py
tests/test_resize.py
tests/test_shape.py