LICENSE
README.md
setup.cfg
setup.py
src/hostsmate.egg-info/PKG-INFO
src/hostsmate.egg-info/SOURCES.txt
src/hostsmate.egg-info/dependency_links.txt
src/hostsmate.egg-info/entry_points.txt
src/hostsmate.egg-info/requires.txt
src/hostsmate.egg-info/top_level.txt
src/hostsmate_src/__init__.py
src/hostsmate_src/autorunner.py
src/hostsmate_src/domains_extractor.py
src/hostsmate_src/execute.py
src/hostsmate_src/logger.py
src/hostsmate_src/suspender.py
src/hostsmate_src/system_hosts_file.py
src/hostsmate_src/unique_blacklisted_domains.py
src/hostsmate_src/cli/__init__.py
src/hostsmate_src/cli/cli_method_executor.py
src/hostsmate_src/cli/parser.py
src/hostsmate_src/cli/prompt.py
src/hostsmate_src/sources/__init__.py
src/hostsmate_src/sources/blacklist_sources.py
src/hostsmate_src/sources/sources.py
src/hostsmate_src/sources/whitelist_sources.py
src/resources/__init__.py
src/resources/anacron_job_setter.sh
src/resources/blacklist_sources.json
src/resources/hosts_header
src/resources/whitelist_sources.json
src/tests/__init__.py
src/tests/hostsmate_tests/__init__.py
src/tests/hostsmate_tests/autorunner_test.py
src/tests/hostsmate_tests/domains_extractor_test.py
src/tests/hostsmate_tests/logger_test.py
src/tests/hostsmate_tests/suspender_test.py
src/tests/hostsmate_tests/system_hosts_file_test.py
src/tests/hostsmate_tests/unique_blacklisted_domains_test.py
src/tests/hostsmate_tests/cli/__init__.py
src/tests/hostsmate_tests/cli/cli_method_executor_test.py
src/tests/hostsmate_tests/cli/parser_test.py
src/tests/hostsmate_tests/cli/prompt_test.py
src/tests/hostsmate_tests/sources/__init__.py
src/tests/hostsmate_tests/sources/blacklist_sources_test.py
src/tests/hostsmate_tests/sources/sources_test.py
src/tests/hostsmate_tests/sources/whitelist_sources_test.py
src/tests/os_utils_tests/__init__.py
src/tests/os_utils_tests/os_utils_test.py
src/tests/os_utils_tests/str_utils_test.py
src/tests/utils_tests/__init__.py
src/tests/utils_tests/os_utils_test.py
src/tests/utils_tests/str_utils_test.py
src/utils/__init__.py
src/utils/os_utils.py
src/utils/str_utils.py