LICENSE
MANIFEST.in
README.md
pyproject.toml
docs/Makefile
docs/augmented_teapot.png
docs/conf.py
docs/contributing.rst
docs/examples.rst
docs/index.rst
docs/logo.png
docs/make.bat
docs/requirements.txt
docs/_templates/breadcrumbs.html
docs/_templates/footer.html
docs/_templates/layout.html
docs/_templates/search.html
docs/_templates/searchbox.html
docs/_templates/versions.html
docs/api/augmentations.rst
docs/api/core.rst
docs/api/index.rst
src/volumentations/__init__.py
src/volumentations.egg-info/PKG-INFO
src/volumentations.egg-info/SOURCES.txt
src/volumentations.egg-info/dependency_links.txt
src/volumentations.egg-info/requires.txt
src/volumentations.egg-info/top_level.txt
src/volumentations/augmentations/__init__.py
src/volumentations/augmentations/functional.py
src/volumentations/augmentations/transforms.py
src/volumentations/core/__init__.py
src/volumentations/core/composition.py
src/volumentations/core/serialization.py
src/volumentations/core/six.py
src/volumentations/core/transforms_interface.py
src/volumentations/core/utils.py
tests/__init__.py
tests/conftest.py
tests/test_augmentations.py
tests/test_core.py
tests/test_functionals.py
tests/test_serialization.py
tests/test_transforms.py
tests/utils.py