LICENSE
README.md
pyproject.toml
src/flume/__init__.py
src/flume/cli.py
src/flume/config.py
src/flume/engine.py
src/flume/log.py
src/flume/matcher.py
src/flume/report.py
src/flume/actions/__init__.py
src/flume/actions/compress.py
src/flume/actions/conflict.py
src/flume/actions/copy.py
src/flume/actions/dedup.py
src/flume/actions/move.py
src/flume/actions/notify.py
src/flume/actions/registry.py
src/flume/actions/rename.py
src/flume/actions/shell.py
src/flume/actions/trash.py
src/flume/actions/unzip.py
src/flume_engine.egg-info/PKG-INFO
src/flume_engine.egg-info/SOURCES.txt
src/flume_engine.egg-info/dependency_links.txt
src/flume_engine.egg-info/entry_points.txt
src/flume_engine.egg-info/requires.txt
src/flume_engine.egg-info/top_level.txt
tests/test_actions.py
tests/test_chain_halt.py
tests/test_cli_test.py
tests/test_cli_verbosity.py
tests/test_compress.py
tests/test_config.py
tests/test_confirm.py
tests/test_conflict.py
tests/test_debounce.py
tests/test_dedup.py
tests/test_log_rotation.py
tests/test_matcher.py
tests/test_notify.py
tests/test_parse_size.py
tests/test_priority.py
tests/test_recursive.py
tests/test_report.py
tests/test_symlinks.py
tests/test_tags.py