--- id: azure-mgmt-nspkg version: "3.0.2" license: MIT License license_treatment: permissive maintenance: active --- # azure-mgmt-nspkg — Microsoft Azure Resource Management Namespace Package [Internal] License: permissive · Maintenance: active · Downloads: 8.3M/mo ## What it is and what it does azure-mgmt-nspkg is an internal namespace package that establishes the azure.mgmt namespace for the Microsoft Azure SDK for Python. It does not provide user-facing functionality; instead, it serves as infrastructure that allows other Azure management client libraries (such as azure-mgmt-compute, azure-mgmt-storage, etc.) to register themselves under the azure.mgmt namespace. The package handles Python 2 and Python 3 compatibility differently: for Python 2, it provides namespace package files; for Python 3, it installs an empty package because Python 3.3+ uses PEP 420 implicit namespace packages. Most developers will never install this directly—it is pulled in automatically as a dependency of actual Azure management client libraries. Use it for: - Enabling other Azure SDK packages to extend the azure.mgmt namespace when installing Azure management client libraries - Providing namespace infrastructure for Python 2 environments where implicit namespace packages are not available - Supporting legacy Azure SDK installations that depend on explicit namespace package registration ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides the namespace package infrastructure for Microsoft Azure Management libraries, allowing other Azure SDK packages to extend the azure.mgmt namespace. No—do not install directly. This is an internal dependency of the Azure SDK. Install it only if another Azure management package (e.g., azure-mgmt-compute) requires it as a dependency. If you are looking for Azure client libraries, install the azure bundle package or specific management clients instead. ## Install pip install azure-mgmt-nspkg uv add azure-mgmt-nspkg poetry add azure-mgmt-nspkg ## Installing azure-mgmt-nspkg Before you install: Low install friction with a single lightweight dependency (azure-nspkg). Maintained as active with recent repository activity, though the package itself has not been updated since 2018-10-02. License in practice: MIT License permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects. Quickstart: pip install azure-mgmt-nspkg # This package is not meant for direct use; it is a dependency of other Azure management packages import azure.mgmt # Namespace made available by this package This package is intended as an internal dependency for Azure SDK packages, not for direct end-user installation. Direct installation is typically unnecessary. Verify before relying: - Whether this package is still required for modern Azure SDK installations or if PEP 420 namespace handling has superseded it - Current compatibility with Python versions beyond 3.7, given the classifiers list and the 2018 release date ## Package facts - License: MIT License (permissive) - Python support: unspecified - Install friction: low - Maintenance: active - Downloads: 8.3M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags azure management namespace, azure sdk namespace package, azure mgmt internal, azure namespace infrastructure, azure sdk setup, azure-sdk, namespace-package, internal-dependency [View on SkillFed](https://skillfed.io/packages/azure-mgmt-nspkg) · [View on PyPI](https://pypi.org/project/azure-mgmt-nspkg/)