.gitignore
.python-version
Dockerfile
LICENSE
README.md
config.py.example
netbox_zabbix_sync.py
pyproject.toml
requirements.txt
uv.lock
.devcontainer/devcontainer.json
.github/workflows/publish-image.yml
.github/workflows/publish-package.yml
.github/workflows/quality.yml
.github/workflows/run_tests.yml
netbox_zabbix_sync/__init__.py
netbox_zabbix_sync/_version.py
netbox_zabbix_sync.egg-info/PKG-INFO
netbox_zabbix_sync.egg-info/SOURCES.txt
netbox_zabbix_sync.egg-info/dependency_links.txt
netbox_zabbix_sync.egg-info/entry_points.txt
netbox_zabbix_sync.egg-info/requires.txt
netbox_zabbix_sync.egg-info/top_level.txt
netbox_zabbix_sync/modules/__init__.py
netbox_zabbix_sync/modules/cli.py
netbox_zabbix_sync/modules/core.py
netbox_zabbix_sync/modules/device.py
netbox_zabbix_sync/modules/exceptions.py
netbox_zabbix_sync/modules/host_description.py
netbox_zabbix_sync/modules/hostgroups.py
netbox_zabbix_sync/modules/interface.py
netbox_zabbix_sync/modules/logging.py
netbox_zabbix_sync/modules/settings.py
netbox_zabbix_sync/modules/tags.py
netbox_zabbix_sync/modules/tools.py
netbox_zabbix_sync/modules/usermacros.py
netbox_zabbix_sync/modules/virtual_machine.py
tests/__init__.py
tests/test_configuration_parsing.py
tests/test_core.py
tests/test_device_deletion.py
tests/test_host_description.py
tests/test_hostgroups.py
tests/test_interface.py
tests/test_list_hostgroup_formats.py
tests/test_physical_device.py
tests/test_tags.py
tests/test_tools.py
tests/test_usermacros.py