azure-mgmt-nspkg
Microsoft Azure Resource Management Namespace Package [Internal]
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 on this page — 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
azure-mgmt-nspkg on PyPI
pip
pip install azure-mgmt-nspkguv
uv add azure-mgmt-nspkgpoetry
poetry add azure-mgmt-nspkgInstalling 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 | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — azure-nspkg |
| Maintenance | actively maintained — 2,873 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 8,299,377/month — #1,637 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: azure_mgmt_nspkg-3.0.2-py2-none-any.whl; azure_mgmt_nspkg-3.0.2-py3-none-any.whl
Tags
More Application Frameworks packages
FastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
textualTextual is a Python framework for building…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
mcpBuild and connect to Model Context Protocol…
permissive · top 1,000 on PyPI
WerkzeugWerkzeug is a WSGI utility library providing…
permissive · top 1,000 on PyPI
azure-mgmt-datalake-nspkgProvides namespace package infrastructure for…
permissive · top 5,000 on PyPI
azure-nspkgProvides the namespace package infrastructure…
permissive · top 5,000 on PyPI
azure-cli-nspkgProvides namespace package infrastructure for…
permissive · top 15,000 on PyPI
azure-cosmosdb-nspkgProvides a namespace package stub for Azure…
permissive · top 5,000 on PyPI
azure-storage-nspkgProvides the Azure Storage namespace package…
permissive · top 5,000 on PyPI
azure-mgmt-managementpartnerProvides a Python client library for managing…
unclear · top 5,000 on PyPI
azure-mgmt-notificationhubsManages Azure Notification Hubs…
permissive · top 5,000 on PyPI
azure-mgmt-managedservicesProvides Python client library for managing…
unclear · top 15,000 on PyPI
azure-mgmt-iotcentralManages Azure IoT Central applications and…
unclear · top 5,000 on PyPI
azurefunctions-extensions-baseProvides base infrastructure for Azure…
permissive · top 15,000 on PyPI