CHANGELOG.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements-demo.txt
requirements-dev.txt
requirements.txt
examples/roundtrip.py
src/walsh/__init__.py
src/walsh/cli.py
src/walsh/colors.py
src/walsh/decorators.py
src/walsh/exceptions.py
src/walsh/py.typed
src/walsh/task.py
src/walsh/transforms.py
src/walsh.egg-info/PKG-INFO
src/walsh.egg-info/SOURCES.txt
src/walsh.egg-info/dependency_links.txt
src/walsh.egg-info/entry_points.txt
src/walsh.egg-info/requires.txt
src/walsh.egg-info/top_level.txt
src/walsh/image/__init__.py
src/walsh/image/_io.py
src/walsh/image/base.py
src/walsh/image/bmp.py
src/walsh/image/cim.py
src/walsh/image/ppm.py
src/walsh/image/tiff.py
tests/conftest.py
tests/test_cli.py
tests/test_colors.py
tests/test_exceptions.py
tests/test_image.py
tests/test_ppm.py
tests/test_task.py
tests/test_tiff.py
tests/test_transforms.py