LICENSE
README.md
pyproject.toml
setup.py
ddns_manager/__init__.py
ddns_manager/__main__.py
ddns_manager/manager.py
ddns_manager.egg-info/PKG-INFO
ddns_manager.egg-info/SOURCES.txt
ddns_manager.egg-info/dependency_links.txt
ddns_manager.egg-info/entry_points.txt
ddns_manager.egg-info/requires.txt
ddns_manager.egg-info/top_level.txt
ddns_manager/cli/__init__.py
ddns_manager/cli/base.py
ddns_manager/cli/helpers.py
ddns_manager/cli/ddns_updater/__init__.py
ddns_manager/cli/ddns_updater/base.py
ddns_manager/cli/ddns_updater/helpers/__init__.py
ddns_manager/cli/ddns_updater/helpers/base.py
ddns_manager/cli/ddns_updater/helpers/google_synthetic_ddns.py
ddns_manager/cli/error_handler/__init__.py
ddns_manager/cli/error_handler/base.py
ddns_manager/cli/error_handler/helpers/__init__.py
ddns_manager/cli/error_handler/helpers/base.py
ddns_manager/cli/error_handler/helpers/retry.py
ddns_manager/cli/public_ip_getter/__init__.py
ddns_manager/cli/public_ip_getter/base.py
ddns_manager/cli/public_ip_getter/helpers/__init__.py
ddns_manager/cli/public_ip_getter/helpers/base.py
ddns_manager/cli/public_ip_getter/helpers/google.py
ddns_manager/ddns_updater/__init__.py
ddns_manager/ddns_updater/base.py
ddns_manager/ddns_updater/google_synthetic.py
ddns_manager/error_handler/__init__.py
ddns_manager/error_handler/base.py
ddns_manager/error_handler/retry.py
ddns_manager/public_ip_getter/__init__.py
ddns_manager/public_ip_getter/base.py
ddns_manager/public_ip_getter/google.py
tests/__init__.py
tests/common.py
tests/ddns_manager_test.py
tests/cli/__init__.py
tests/cli/base_test.py
tests/cli/helpers_test.py
tests/cli/ddns_updater/__init__.py
tests/cli/ddns_updater/base_test.py
tests/cli/ddns_updater/helpers/__init__.py
tests/cli/ddns_updater/helpers/base_test.py
tests/cli/ddns_updater/helpers/google_synthetic_ddns_test.py
tests/cli/error_handler/__init__.py
tests/cli/error_handler/base_test.py
tests/cli/error_handler/helpers/__init__.py
tests/cli/error_handler/helpers/base_test.py
tests/cli/error_handler/helpers/retry_test.py
tests/cli/public_ip_getter/__init__.py
tests/cli/public_ip_getter/base_test.py
tests/cli/public_ip_getter/helpers/__init__.py
tests/cli/public_ip_getter/helpers/base_test.py
tests/cli/public_ip_getter/helpers/google_test.py
tests/ddns_updater/__init__.py
tests/ddns_updater/ddns_updater_test.py
tests/ddns_updater/google_synthetic_ddns_updater_test.py
tests/error_handler/__init__.py
tests/error_handler/retry_test.py
tests/public_ip_getter/__init__.py
tests/public_ip_getter/google_public_ip_getter_test.py
tests/public_ip_getter/public_ip_getter_test.py