MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
netbox_swupdate/__init__.py
netbox_swupdate/admin.py
netbox_swupdate/navigation.py
netbox_swupdate/urls.py
netbox_swupdate.egg-info/PKG-INFO
netbox_swupdate.egg-info/SOURCES.txt
netbox_swupdate.egg-info/dependency_links.txt
netbox_swupdate.egg-info/not-zip-safe
netbox_swupdate.egg-info/top_level.txt
netbox_swupdate/actions/__init__.py
netbox_swupdate/actions/get_status_deploy.py
netbox_swupdate/actions/update_deploy_status.py
netbox_swupdate/admins/__init__.py
netbox_swupdate/admins/admin_deploy.py
netbox_swupdate/admins/admin_monitoring.py
netbox_swupdate/admins/admin_repository.py
netbox_swupdate/admins/admin_software.py
netbox_swupdate/api/__init__.py
netbox_swupdate/api/urls.py
netbox_swupdate/api/serializers/__init__.py
netbox_swupdate/api/serializers/deploy_serializer.py
netbox_swupdate/api/serializers/firmware_request_serializer.py
netbox_swupdate/api/serializers/monitoring_serializer.py
netbox_swupdate/api/serializers/repository_serializer.py
netbox_swupdate/api/serializers/software_serializer.py
netbox_swupdate/api/views/__init__.py
netbox_swupdate/api/views/view_deploy.py
netbox_swupdate/api/views/view_firmware_request.py
netbox_swupdate/api/views/view_monitoring.py
netbox_swupdate/api/views/view_repository.py
netbox_swupdate/api/views/view_software.py
netbox_swupdate/api/views/view_swupdate.py
netbox_swupdate/filters/__init__.py
netbox_swupdate/filters/deploy_filter.py
netbox_swupdate/filters/firmware_request_filter.py
netbox_swupdate/filters/monitoring_filter.py
netbox_swupdate/filters/repository_filter.py
netbox_swupdate/filters/software_filter.py
netbox_swupdate/forms/__init__.py
netbox_swupdate/forms/deploy_form.py
netbox_swupdate/forms/firmware_request_form.py
netbox_swupdate/forms/monitoring_form.py
netbox_swupdate/forms/repository_form.py
netbox_swupdate/forms/software_form.py
netbox_swupdate/migrations/0001_initial.py
netbox_swupdate/migrations/0002_monitoring_created_monitoring_custom_field_data_and_more.py
netbox_swupdate/migrations/0003_deploy_state.py
netbox_swupdate/migrations/0004_firmwarerequest_retries_and_more.py
netbox_swupdate/migrations/0005_remove_firmwarerequest_retry_interval_deploy_retries_and_more.py
netbox_swupdate/migrations/0006_deploy_max_waiting_time.py
netbox_swupdate/migrations/0007_alter_deploy_max_waiting_time.py
netbox_swupdate/migrations/0008_software_file.py
netbox_swupdate/migrations/__init__.py
netbox_swupdate/models/__init__.py
netbox_swupdate/models/deploy.py
netbox_swupdate/models/firmware_request.py
netbox_swupdate/models/monitoring.py
netbox_swupdate/models/repository.py
netbox_swupdate/models/software.py
netbox_swupdate/permissions/__init__.py
netbox_swupdate/permissions/is_device_authenticated.py
netbox_swupdate/signals/__init__.py
netbox_swupdate/signals/signal_device.py
netbox_swupdate/signals/signal_software.py
netbox_swupdate/tables/__init__.py
netbox_swupdate/tables/deploy_table.py
netbox_swupdate/tables/firmware_request_table.py
netbox_swupdate/tables/monitoring_table.py
netbox_swupdate/tables/repository_table.py
netbox_swupdate/tables/software_table.py
netbox_swupdate/templates/netbox_swupdate/deploy.html
netbox_swupdate/templates/netbox_swupdate/firmwarerequest.html
netbox_swupdate/templates/netbox_swupdate/monitoring.html
netbox_swupdate/templates/netbox_swupdate/repository.html
netbox_swupdate/templates/netbox_swupdate/software.html
netbox_swupdate/utils/__init__.py
netbox_swupdate/utils/keys.py
netbox_swupdate/utils/utils.py
netbox_swupdate/views/__init__.py
netbox_swupdate/views/view_deploy.py
netbox_swupdate/views/view_firmware_request.py
netbox_swupdate/views/view_monitoring.py
netbox_swupdate/views/view_repository.py
netbox_swupdate/views/view_software.py