AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
SmartFileSorter.egg-info/PKG-INFO
SmartFileSorter.egg-info/SOURCES.txt
SmartFileSorter.egg-info/dependency_links.txt
SmartFileSorter.egg-info/not-zip-safe
SmartFileSorter.egg-info/requires.txt
SmartFileSorter.egg-info/top_level.txt
bin/sfs
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/smartfilesorter.actionplugins.rst
docs/smartfilesorter.matchplugins.rst
docs/smartfilesorter.rst
docs/usage.rst
smartfilesorter/__init__.py
smartfilesorter/ruleset.py
smartfilesorter/smartfilesorter.py
smartfilesorter/actionplugins/__init__.py
smartfilesorter/actionplugins/moveto.py
smartfilesorter/actionplugins/printfileinfo.py
smartfilesorter/actionplugins/renameto.py
smartfilesorter/actionplugins/stopprocessing.py
smartfilesorter/matchplugins/__init__.py
smartfilesorter/matchplugins/fileextensionis.py
smartfilesorter/matchplugins/filenamecontains.py
smartfilesorter/matchplugins/filenameendswith.py
smartfilesorter/matchplugins/filenamematches.py
smartfilesorter/matchplugins/filenamestartswith.py
tests/__init__.py
tests/example-invalid.yml
tests/example.yml
tests/test_ruleset.py
tests/test_smartfilesorter.py
tests/actionplugins/__init__.py
tests/actionplugins/test_moveto.py
tests/actionplugins/test_printfileinfo.py
tests/actionplugins/test_renameto.py
tests/actionplugins/test_stopprocessing.py
tests/matchplugins/__init__.py
tests/matchplugins/test_fileextensionis.py
tests/matchplugins/test_filenamecontains.py
tests/matchplugins/test_filenameendswith.py
tests/matchplugins/test_filenamematches.py
tests/matchplugins/test_filenamestartswith.py