LICENSE
MANIFEST.in
README.rst
requirements.txt
setup.cfg
setup.py
S4.egg-info/PKG-INFO
S4.egg-info/SOURCES.txt
S4.egg-info/dependency_links.txt
S4.egg-info/entry_points.txt
S4.egg-info/requires.txt
S4.egg-info/top_level.txt
docs/conf.py
docs/index.rst
docs/readme.rst
s4/__init__.py
s4/cli.py
s4/diff.py
s4/inotify_recursive.py
s4/progressbar.py
s4/resolution.py
s4/sync.py
s4/utils.py
s4/clients/__init__.py
s4/clients/local.py
s4/clients/s3.py
s4/commands/__init__.py
s4/commands/add_command.py
s4/commands/daemon_command.py
s4/commands/edit_command.py
s4/commands/ls_command.py
s4/commands/rm_command.py
s4/commands/sync_command.py
s4/commands/targets_command.py
tests/conftest.py
tests/test_cli.py
tests/test_diff.py
tests/test_inotify_recursive.py
tests/test_resolution.py
tests/test_sync.py
tests/test_utils.py
tests/utils.py
tests/clients/test_clients.py
tests/clients/test_local.py
tests/clients/test_s3.py
tests/commands/test_add_command.py
tests/commands/test_daemon_command.py
tests/commands/test_edit_command.py
tests/commands/test_ls_command.py
tests/commands/test_rm_command.py
tests/commands/test_sync_command.py
tests/commands/test_targets_command.py