LICENSE
README.md
pyproject.toml
ezsort/__init__.py
ezsort/__main__.py
ezsort/classifier.py
ezsort/cli.py
ezsort/config.py
ezsort/constants.py
ezsort/duplicate.py
ezsort/history.py
ezsort/models.py
ezsort/organizer.py
ezsort/planner.py
ezsort/scanner.py
ezsort/utils.py
ezsort/watcher.py
ezsort.egg-info/PKG-INFO
ezsort.egg-info/SOURCES.txt
ezsort.egg-info/dependency_links.txt
ezsort.egg-info/entry_points.txt
ezsort.egg-info/requires.txt
ezsort.egg-info/top_level.txt
tests/test_classifier.py
tests/test_cli.py
tests/test_config.py
tests/test_duplicates.py
tests/test_history.py
tests/test_organizer.py
tests/test_planner.py
tests/test_scanner.py
tests/test_utils.py