MANIFEST.in
README.md
setup.cfg
setup.py
hoplite/__init__.py
hoplite/auto_start.py
hoplite/exceptions.py
hoplite/globals.py
hoplite/hoplite.bat
hoplite/main.py
hoplite/plugin_manager.py
hoplite/public_api.py
hoplite/remote_enabler.py
hoplite/serializer.py
hoplite.egg-info/PKG-INFO
hoplite.egg-info/SOURCES.txt
hoplite.egg-info/dependency_links.txt
hoplite.egg-info/entry_points.txt
hoplite.egg-info/requires.txt
hoplite.egg-info/top_level.txt
hoplite/api/__init__.py
hoplite/api/helpers.py
hoplite/api/job_plugins.py
hoplite/api/jobs.py
hoplite/api/root.py
hoplite/builtin_plugins/__init__.py
hoplite/builtin_plugins/constants.py
hoplite/builtin_plugins/download_folder_from_ftp_job.py
hoplite/builtin_plugins/download_network_folder_job.py
hoplite/builtin_plugins/install_python_package_job.py
hoplite/builtin_plugins/remote_enabler_job.py
hoplite/builtin_plugins/remote_enabler_module_job.py
hoplite/builtin_plugins/sync_perforce_path_job.py
hoplite/builtin_plugins/upload_to_network_folder_job.py
hoplite/builtin_plugins/utils/__init__.py
hoplite/builtin_plugins/utils/network_file_operations.py
hoplite/client/__init__.py
hoplite/client/helpers.py
hoplite/client/pip.py
hoplite/client/remote_job.py
hoplite/client/remote_job_manager.py
hoplite/client/status_updater.py
hoplite/server/__init__.py
hoplite/server/jobs/__init__.py
hoplite/server/jobs/job.py
hoplite/server/jobs/job_manager.py
hoplite/server/jobs/job_wrapper.py
hoplite/utils/__init__.py
hoplite/utils/defaultdarwin.cfg
hoplite/utils/defaultlinux.cfg
hoplite/utils/defaultwindows.cfg
hoplite/utils/server_logging.py
tests/__init__.py
tests/paths.py
tests/test_multiple_hoplite_instances.py
tests/test_plugin_manager.py
tests/test_remote_enabler.py
tests/utils.py
tests/api/__init__.py
tests/api/test_job_plugins.py
tests/api/test_jobs.py
tests/api/test_root.py
tests/builtin_plugins/__init__.py
tests/builtin_plugins/test_download_folder_from_ftp_job.py
tests/builtin_plugins/test_install_python_package_job.py
tests/builtin_plugins/test_sync_perforce_path_job.py
tests/client/__init__.py
tests/client/test_client_mixin.py
tests/client/test_remote_job.py
tests/client/test_remote_job_manager.py
tests/remotable_test_resources/__init__.py
tests/remotable_test_resources/dummy_class.py
tests/remotable_test_resources/exceptions.py
tests/remotable_test_resources/remotable_class.py
tests/remotable_test_resources/remotable_module.py
tests/server/__init__.py
tests/server/test_manager.py
tests/server/jobs/__init__.py
tests/server/jobs/test_job.py
tests/server/jobs/test_job_wrapper.py
tests/server/jobs/test_status_updater.py