MANIFEST.in
README.md
config.py
pbs_sync.py
pve_sync.py
pyproject.toml
state_db.py
proxsync.egg-info/PKG-INFO
proxsync.egg-info/SOURCES.txt
proxsync.egg-info/dependency_links.txt
proxsync.egg-info/requires.txt
proxsync.egg-info/top_level.txt
pve_sync_plugin/__init__.py
pve_sync_plugin/apps.py
pve_sync_plugin/choices.py
pve_sync_plugin/filtersets.py
pve_sync_plugin/forms.py
pve_sync_plugin/models.py
pve_sync_plugin/navigation.py
pve_sync_plugin/signals.py
pve_sync_plugin/tables.py
pve_sync_plugin/tasks.py
pve_sync_plugin/template_content.py
pve_sync_plugin/urls.py
pve_sync_plugin/utils.py
pve_sync_plugin/view_helpers.py
pve_sync_plugin/views.py
pve_sync_plugin/api/__init__.py
pve_sync_plugin/api/serializers.py
pve_sync_plugin/api/urls.py
pve_sync_plugin/api/views.py
pve_sync_plugin/management/__init__.py
pve_sync_plugin/management/commands/__init__.py
pve_sync_plugin/management/commands/pve_sync.py
pve_sync_plugin/management/commands/run_scheduled_syncs.py
pve_sync_plugin/migrations/0001_initial.py
pve_sync_plugin/migrations/0002_pvepluginsettings.py
pve_sync_plugin/migrations/0003_netboxmodel_timestamps.py
pve_sync_plugin/migrations/0004_model_verbose_names.py
pve_sync_plugin/migrations/0005_align_netboxmodel_timestamps.py
pve_sync_plugin/migrations/0006_pbsserverconfig_and_more.py
pve_sync_plugin/migrations/0007_rename_verbose_names_to_proxmox_sync.py
pve_sync_plugin/migrations/0008_pbsserverconfig_sync_schedule.py
pve_sync_plugin/migrations/0009_add_every_3h_schedule.py
pve_sync_plugin/migrations/0010_pvedriftevent.py
pve_sync_plugin/migrations/0011_pveclusterconfig_notify_on_sync.py
pve_sync_plugin/migrations/0012_pvedriftevent_tags_and_index_renames.py
pve_sync_plugin/migrations/0013_pluginsettings_log_retention.py
pve_sync_plugin/migrations/__init__.py
pve_sync_plugin/sync/__init__.py
pve_sync_plugin/sync/config_bridge.py
pve_sync_plugin/sync/engine.py
pve_sync_plugin/templates/pve_sync/dashboard.html
pve_sync_plugin/templates/pve_sync/pbsserverconfig.html
pve_sync_plugin/templates/pve_sync/pvebackupstatus.html
pve_sync_plugin/templates/pve_sync/pveclusterconfig.html
pve_sync_plugin/templates/pve_sync/pvedriftevent.html
pve_sync_plugin/templates/pve_sync/pvesyncjob.html
pve_sync_plugin/templates/pve_sync/pvewebhookevent.html
pve_sync_plugin/templates/pve_sync/settings.html
pve_sync_plugin/templates/pve_sync/inc/vm_sync_button.html
pve_sync_plugin/templatetags/__init__.py
pve_sync_plugin/templatetags/pve_sync_tags.py
tests/test_plugin_contracts.py