LICENSE
MANIFEST.in
README.md
setup.py
aug/__init__.py
aug.egg-info/PKG-INFO
aug.egg-info/SOURCES.txt
aug.egg-info/dependency_links.txt
aug.egg-info/requires.txt
aug.egg-info/top_level.txt
aug/core/__init__.py
aug/core/choice.py
aug/core/decorators.py
aug/core/operation.py
aug/core/pipeline.py
aug/core/range.py
aug/core/sample.py
aug/core/sequential.py
aug/core/shuffle.py
aug/core/utils.py
aug/images/lena.jpg
aug/ops/__init__.py
aug/ops/affine.py
aug/ops/annotations.py
aug/ops/blending.py
aug/ops/blurs.py
aug/ops/contours.py
aug/ops/crops.py
aug/ops/distortions.py
aug/ops/ensembles.py
aug/ops/lighting.py
aug/ops/other.py
aug/ops/perspective.py
aug/ops/photometric.py
aug/ops/utils.py
aug/scripts/__init__.py
aug/scripts/generate_gifs.py
test/__init__.py
test/test_ops.py