LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
oort/__init__.py
oort/cli/__init__.py
oort/cli/cli.py
oort/cli/folders.py
oort/cli/helpers.py
oort/cli/options.py
oort/cli/supervisor.py
oort/monitor/__init__.py
oort/monitor/errors.py
oort/monitor/main.py
oort/monitor/app/__init__.py
oort/monitor/app/context.py
oort/monitor/app/views.py
oort/monitor/tests/__init__.py
oort/monitor/tests/conftest.py
oort/shared/__init__.py
oort/shared/config.py
oort/shared/constants.py
oort/shared/errors.py
oort/shared/identity.py
oort/shared/models.py
oort/shared/utils.py
oort/uploader/__init__.py
oort/uploader/main.py
oort/uploader/engine/__init__.py
oort/uploader/engine/errors.py
oort/uploader/engine/eventhandler.py
oort/uploader/engine/packer.py
oort/uploader/engine/pathsobserver.py
oort/uploader/engine/preparator.py
oort/uploader/engine/uploader.py
oort/uploader/engine/walker.py
oort/uploader/engine/zipper.py
oort_cloud.egg-info/PKG-INFO
oort_cloud.egg-info/SOURCES.txt
oort_cloud.egg-info/dependency_links.txt
oort_cloud.egg-info/entry_points.txt
oort_cloud.egg-info/not-zip-safe
oort_cloud.egg-info/requires.txt
oort_cloud.egg-info/top_level.txt
tests/__init__.py
tests/utils.py
tests/cli/__init__.py
tests/cli/test_auth.py
tests/cli/test_cli_folders_parse.py
tests/cli/test_cli_folders_save.py
tests/cli/test_cli_options.py
tests/cli/test_cli_supervisor.py
tests/cli/test_cli_unwatch.py
tests/cli/test_cli_upload.py
tests/cli/test_cli_watch.py
tests/server/__init__.py
tests/uploader/__init__.py
tests/uploader/test_handler.py
tests/uploader/test_observer.py
tests/uploader/test_packer.py
tests/uploader/test_preparator.py
tests/uploader/test_uploader.py
tests/uploader/test_utils.py