LICENSE
README.md
pyproject.toml
src/filesmith/__init__.py
src/filesmith/cli.py
src/filesmith/cli_findmove.py
src/filesmith/cli_knapsack.py
src/filesmith/core.py
src/filesmith/engine.py
src/filesmith/finder.py
src/filesmith/knapsack.py
src/filesmith/transfer.py
src/filesmith.egg-info/PKG-INFO
src/filesmith.egg-info/SOURCES.txt
src/filesmith.egg-info/dependency_links.txt
src/filesmith.egg-info/entry_points.txt
src/filesmith.egg-info/requires.txt
src/filesmith.egg-info/top_level.txt
tests/test_cli.py
tests/test_cli_findmove.py
tests/test_core.py
tests/test_engine.py
tests/test_finder.py
tests/test_knapsack.py
tests/test_simple_docx_editor.py
tests/test_simple_pptx_editor.py
tests/test_transfer.py
tests/test_zip_ops.py