LICENSE
MANIFEST.in
README.md
VERSION
pyproject.toml
src/nautobot_device_resources/__init__.py
src/nautobot_device_resources/consts.py
src/nautobot_device_resources/filters.py
src/nautobot_device_resources/forms.py
src/nautobot_device_resources/models.py
src/nautobot_device_resources/navigation.py
src/nautobot_device_resources/tables.py
src/nautobot_device_resources/template_content.py
src/nautobot_device_resources/urls.py
src/nautobot_device_resources/views.py
src/nautobot_device_resources.egg-info/PKG-INFO
src/nautobot_device_resources.egg-info/SOURCES.txt
src/nautobot_device_resources.egg-info/dependency_links.txt
src/nautobot_device_resources.egg-info/requires.txt
src/nautobot_device_resources.egg-info/top_level.txt
src/nautobot_device_resources/api/__init__.py
src/nautobot_device_resources/api/serializers.py
src/nautobot_device_resources/api/urls.py
src/nautobot_device_resources/api/views.py
src/nautobot_device_resources/generic/__init__.py
src/nautobot_device_resources/generic/forms.py
src/nautobot_device_resources/generic/views.py
src/nautobot_device_resources/migrations/0001_initial.py
src/nautobot_device_resources/migrations/0002_cpu_separate_model.py
src/nautobot_device_resources/migrations/0003_create_resources.py
src/nautobot_device_resources/migrations/__init__.py
src/nautobot_device_resources/templates/nautobot_device_resources/cpu.html
src/nautobot_device_resources/templates/nautobot_device_resources/cpu_edit.html
src/nautobot_device_resources/templates/nautobot_device_resources/cpu_manufacturer_extension.html
src/nautobot_device_resources/templates/nautobot_device_resources/device_resources.html
src/nautobot_device_resources/templates/nautobot_device_resources/device_resources_edit.html
src/nautobot_device_resources/tests/__init__.py
src/nautobot_device_resources/tests/setups.py
src/nautobot_device_resources/tests/test_forms.py
src/nautobot_device_resources/tests/test_models.py
src/nautobot_device_resources/tests/test_template_content.py
src/nautobot_device_resources/tests/test_views.py