LICENSE.txt
README.md
pyproject.toml
setup.cfg
setup.py
src/augmento/__init__.py
src/augmento/main.py
src/augmento.egg-info/PKG-INFO
src/augmento.egg-info/SOURCES.txt
src/augmento.egg-info/dependency_links.txt
src/augmento.egg-info/requires.txt
src/augmento.egg-info/top_level.txt
src/augmento/augmentations/__init__.py
src/augmento/augmentations/affine.py
src/augmento/augmentations/colors.py
src/augmento/augmentations/flipper.py
src/augmento/augmentations/resizer.py
src/augmento/augmentations/rotator.py
tests/test_color_jitter.py