AUTHORS.rst
LICENSE.txt
MANIFEST.in
README.rst
pyproject.toml
setup.cfg
setup.py
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
src/deoxys_image/__init__.py
src/deoxys_image/affine_transform.py
src/deoxys_image/augmentation.py
src/deoxys_image/filters.py
src/deoxys_image/patch_sliding.py
src/deoxys_image/point_operation.py
src/deoxys_image/utils.py
src/deoxys_image.egg-info/PKG-INFO
src/deoxys_image.egg-info/SOURCES.txt
src/deoxys_image.egg-info/dependency_links.txt
src/deoxys_image.egg-info/requires.txt
src/deoxys_image.egg-info/top_level.txt
tests/__init__.py
tests/test_affine_transform.py
tests/test_augmentation.py
tests/test_filters.py
tests/test_patch_sliding.py
tests/test_point_operation.py