.gitignore
LICENSE
MANIFEST.in
PUBLISHING_GUIDE.md
README.md
pyproject.toml
pytest.ini
requirements.txt
setup.py
setup_dev.sh
examples/basic_usage.py
smart_image_cropper/__init__.py
smart_image_cropper/cropper.py
smart_image_cropper/exceptions.py
smart_image_cropper/utils.py
smart_image_cropper.egg-info/PKG-INFO
smart_image_cropper.egg-info/SOURCES.txt
smart_image_cropper.egg-info/dependency_links.txt
smart_image_cropper.egg-info/not-zip-safe
smart_image_cropper.egg-info/requires.txt
smart_image_cropper.egg-info/top_level.txt
tests/__init__.py
tests/test_cropper.py
tests/test_utils.py