.gitattributes
.gitignore
LICENSE
README.md
automate_test.py
requirements.txt
setup.py
.github/dependabot.yml
.github/ISSUE_TEMPLATE/✨-improvement-suggestion.md
.github/ISSUE_TEMPLATE/🐛-bug-report.md
.github/ISSUE_TEMPLATE/💡-feature-request.md
.github/ISSUE_TEMPLATE/📚-documentation-request.md
.github/workflows/greetings.yml
.github/workflows/package-check.yml
.github/workflows/package-publish.yml
.github/workflows/pages-publish.yml
.github/workflows/ruff.yml
.github/workflows/slsa-publish.yml
.github/workflows/stale.yml
examples/example_usage.py
images/augmented_image.png
images/mri.jpg
images/original_image.png
images/thumbnail.png
src/anaug/__init__.py
src/anaug.egg-info/PKG-INFO
src/anaug.egg-info/SOURCES.txt
src/anaug.egg-info/dependency_links.txt
src/anaug.egg-info/requires.txt
src/anaug.egg-info/top_level.txt
src/anaug/default/__init__.py
src/anaug/default/blur.py
src/anaug/default/crop.py
src/anaug/default/elastic_deformation.py
src/anaug/default/flip.py
src/anaug/default/intensity.py
src/anaug/default/noise.py
src/anaug/default/random_rotation.py
src/anaug/default/rotate.py
src/anaug/default/scale.py
src/anaug/medical/__init__.py
src/anaug/medical/random_lesion.py
tests/__init__.py
tests/default/test_blur.py
tests/default/test_crop.py
tests/default/test_elastic_deformation.py
tests/default/test_flip.py
tests/default/test_intensity.py
tests/default/test_noise.py
tests/default/test_random_rotation.py
tests/default/test_rotate.py
tests/default/test_scale.py
tests/medical/test_random_lesion.py