LICENSE.txt
README.md
pyproject.toml
netbox_cli/__init__.py
netbox_cli/branching.py
netbox_cli/decorators.py
netbox_cli/demo.py
netbox_cli/dev.py
netbox_cli/django_model.py
netbox_cli/docgen_capture.py
netbox_cli/docgen_specs.py
netbox_cli/dynamic.py
netbox_cli/markdown_output.py
netbox_cli/proxbox.py
netbox_cli/py.typed
netbox_cli/runtime.py
netbox_cli/support.py
netbox_cli/tui_simulation.py
netbox_cli/write_confirmation.py
netbox_cli/docgen/__init__.py
netbox_cli/docgen/engine.py
netbox_cli/docgen/format.py
netbox_cli/docgen/models.py
netbox_cli/docgen/specs.py
netbox_mcp/__init__.py
netbox_mcp/__main__.py
netbox_mcp/app.py
netbox_mcp/models.py
netbox_mcp/py.typed
netbox_mcp/service.py
netbox_sdk/__init__.py
netbox_sdk/branching.py
netbox_sdk/client.py
netbox_sdk/config.py
netbox_sdk/decorators.py
netbox_sdk/demo_auth.py
netbox_sdk/exceptions.py
netbox_sdk/facade.py
netbox_sdk/formatting.py
netbox_sdk/http_cache.py
netbox_sdk/http_ssl.py
netbox_sdk/introspection.py
netbox_sdk/logging_runtime.py
netbox_sdk/metrics.py
netbox_sdk/mock_main.py
netbox_sdk/output_safety.py
netbox_sdk/plugin_bridge.py
netbox_sdk/plugin_discovery.py
netbox_sdk/proxbox.py
netbox_sdk/proxbox_sync.py
netbox_sdk/py.typed
netbox_sdk/schema.py
netbox_sdk/schema_resolution.py
netbox_sdk/services.py
netbox_sdk/telemetry.py
netbox_sdk/trace_ascii.py
netbox_sdk/typed_api.py
netbox_sdk/typed_runtime.py
netbox_sdk/versioning.py
netbox_sdk.egg-info/PKG-INFO
netbox_sdk.egg-info/SOURCES.txt
netbox_sdk.egg-info/dependency_links.txt
netbox_sdk.egg-info/entry_points.txt
netbox_sdk.egg-info/requires.txt
netbox_sdk.egg-info/top_level.txt
netbox_sdk/django_models/__init__.py
netbox_sdk/django_models/catalog.py
netbox_sdk/django_models/diagram.py
netbox_sdk/django_models/fetcher.py
netbox_sdk/django_models/parser.py
netbox_sdk/django_models/rich_rendering.py
netbox_sdk/django_models/store.py
netbox_sdk/django_models/model_builds/__init__.py
netbox_sdk/django_models/model_builds/manifest.json
netbox_sdk/django_models/model_builds/v4.3.7-django-models-build.json
netbox_sdk/django_models/model_builds/v4.4.10-django-models-build.json
netbox_sdk/django_models/model_builds/v4.5.10-django-models-build.json
netbox_sdk/django_models/model_builds/v4.6.3-django-models-build.json
netbox_sdk/mock/__init__.py
netbox_sdk/mock/app.py
netbox_sdk/mock/loader.py
netbox_sdk/mock/netbox_fields.py
netbox_sdk/mock/routes.py
netbox_sdk/mock/routes_branching.py
netbox_sdk/mock/schema_helpers.py
netbox_sdk/mock/state.py
netbox_sdk/models/__init__.py
netbox_sdk/models/v4_3.py
netbox_sdk/models/v4_4.py
netbox_sdk/models/v4_5.py
netbox_sdk/models/v4_6.py
netbox_sdk/models/v4_7.py
netbox_sdk/reference/openapi/netbox-openapi-4.3.json
netbox_sdk/reference/openapi/netbox-openapi-4.4.json
netbox_sdk/reference/openapi/netbox-openapi-4.5.json
netbox_sdk/reference/openapi/netbox-openapi-4.6.json
netbox_sdk/reference/openapi/netbox-openapi-4.6.provenance.json
netbox_sdk/reference/openapi/netbox-openapi-4.7.json
netbox_sdk/reference/openapi/netbox-openapi-4.7.provenance.json
netbox_sdk/reference/openapi/netbox-openapi.json
netbox_sdk/typed_versions/__init__.py
netbox_sdk/typed_versions/v4_3.py
netbox_sdk/typed_versions/v4_4.py
netbox_sdk/typed_versions/v4_5.py
netbox_sdk/typed_versions/v4_6.py
netbox_sdk/typed_versions/v4_7.py
netbox_tui/__init__.py
netbox_tui/app.py
netbox_tui/branch_screen.py
netbox_tui/chrome.py
netbox_tui/cli_completions.py
netbox_tui/cli_tui.py
netbox_tui/dev_app.py
netbox_tui/dev_rendering.py
netbox_tui/dev_state.py
netbox_tui/dev_tui.tcss
netbox_tui/django_model_app.py
netbox_tui/django_model_state.py
netbox_tui/django_model_tui.tcss
netbox_tui/filter_overlay.py
netbox_tui/graphql_app.py
netbox_tui/graphql_state.py
netbox_tui/graphql_tui.tcss
netbox_tui/lifecycle.py
netbox_tui/login_modal.py
netbox_tui/logo_render.py
netbox_tui/logs_app.py
netbox_tui/logs_tui.tcss
netbox_tui/nav_blueprint.py
netbox_tui/navigation.py
netbox_tui/panels.py
netbox_tui/plugin_discovery.py
netbox_tui/proxbox_app.py
netbox_tui/py.typed
netbox_tui/ssl_verify_support.py
netbox_tui/state.py
netbox_tui/theme_registry.py
netbox_tui/tui.tcss
netbox_tui/ui_common.tcss
netbox_tui/widgets.py
netbox_tui/themes/dracula.json
netbox_tui/themes/netbox-dark.json
netbox_tui/themes/netbox-light.json
netbox_tui/themes/onedark-pro.json
netbox_tui/themes/tokyo-night.json
tests/test_api_auth.py
tests/test_api_cache.py
tests/test_branching_cli.py
tests/test_branching_client.py
tests/test_branching_live.py
tests/test_branching_tui.py
tests/test_branching_typed.py
tests/test_certification_readiness.py
tests/test_cli_decorators.py
tests/test_cli_error_handling.py
tests/test_cli_new_options.py
tests/test_cli_trace.py
tests/test_cli_tui.py
tests/test_cli_tui_theme.py
tests/test_client_bounded_response.py
tests/test_client_header_scope.py
tests/test_client_session_pooling.py
tests/test_config_profiles.py
tests/test_demo_auth.py
tests/test_demo_cli.py
tests/test_demo_live.py
tests/test_demo_runtime_refresh.py
tests/test_dev_tui.py
tests/test_django_model_tui.py
tests/test_docgen_paths.py
tests/test_docgen_specs.py
tests/test_docs_alignment.py
tests/test_dynamic_bulk.py
tests/test_eval_corpus.py
tests/test_eval_harness.py
tests/test_eval_scoring.py
tests/test_gitea_ci_workflow.py
tests/test_gitea_release.py
tests/test_graphql.py
tests/test_graphql_tui.py
tests/test_http_ssl.py
tests/test_instance_isolation.py
tests/test_live_netbox.py
tests/test_logging_runtime.py
tests/test_login_modal.py
tests/test_logo_render.py
tests/test_logs_tui.py
tests/test_markdown_output.py
tests/test_mcp.py
tests/test_mcp_connected_line.py
tests/test_mcp_plugin_bridge.py
tests/test_mock_api.py
tests/test_model_build_catalog.py
tests/test_no_hardcoded_colors.py
tests/test_otel_metrics.py
tests/test_otel_tracing.py
tests/test_output_safety.py
tests/test_pagination_cursor.py
tests/test_plugin_bridge.py
tests/test_plugin_discovery.py
tests/test_plugin_discovery_probe.py
tests/test_proxbox_cli.py
tests/test_proxbox_resources.py
tests/test_proxbox_sync.py
tests/test_proxbox_tui.py
tests/test_release_line_coverage.py
tests/test_release_policy.py
tests/test_release_registry.py
tests/test_return_annotations.py
tests/test_schema_document_freeze.py
tests/test_schema_index.py
tests/test_schema_resolution.py
tests/test_schema_version_detection.py
tests/test_sdk_completeness.py
tests/test_sdk_decorators.py
tests/test_sdk_imports.py
tests/test_sdk_pynetbox_parity.py
tests/test_security_cli.py
tests/test_security_sdk.py
tests/test_security_tui.py
tests/test_services.py
tests/test_ssl_verify_cli.py
tests/test_theme_registry.py
tests/test_tui_interaction.py
tests/test_tui_screenshots.py
tests/test_tui_simulation.py
tests/test_typed_background_bulk.py
tests/test_typed_bulk_response.py
tests/test_typed_generation.py
tests/test_typed_sdk.py