skillfed

azure-storage-common

Microsoft Azure Storage Common Client Library for Python

azure-storage-common v2.1.0 11.3M downloads/30d#1,400 on PyPI344
Permissive license MIT License DORMANT released

What it is and what it does

azure-storage-common is a shared foundation library for Microsoft Azure Storage client packages. It provides common code—authentication, request signing, retry logic, and utility functions—used by service-specific packages for blob, queue, and file storage. The package itself is not typically imported directly by end users; instead, it is a dependency of other Azure Storage packages.

The package depends on cryptography, requests, python-dateutil, and azure-common to handle secure communication, HTTP operations, date handling, and Azure SDK conventions. It supports Python 2.7, 3.3, 3.4, 3.5, 3.6, and 3.7 according to its classifiers. Because its last release was in August 2019 and no updates have been published since, it is considered dormant.

Use it for:

  • Dependency resolution when installing azure-storage-blob, azure-storage-queue, or azure-storage-file packages that require shared common code.
  • Legacy projects using pre-2019 Azure Storage SDK versions that cannot migrate to newer releases.
  • Understanding or debugging authentication and request-signing logic in older Azure Storage client implementations.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides shared client library code for Microsoft Azure Storage services (blob, queue, file), handling authentication, common operations, and utilities used by service-specific packages.

No, not for new projects. This package is dormant (last release August 2019) and is a shared dependency of older Azure Storage SDK versions. For new work, install the service-specific packages you need directly—they will pull in azure-storage-common as a transitive dependency if required. If you are maintaining legacy code that explicitly depends on it, install it only as needed to satisfy those older packages.

Install

azure-storage-common on PyPI

pip

pip install azure-storage-common

uv

uv add azure-storage-common

poetry

poetry add azure-storage-common

Installing azure-storage-common

Before you install

Low install friction with a pure-Python wheel. Maintenance is dormant: last release was 2019-08-02, though the repository remains active with a recent commit on 2024-08-09. This is a foundational package; check whether the service-specific packages you actually need have more recent updates.

License in practice

MIT License (permissive). You may use, modify, and distribute this package freely in commercial and private projects, with only the requirement to include the license notice.

Quickstart

pip install azure-storage-common

from azure.storage.common import CloudStorageAccount

account = CloudStorageAccount(account_name='name', account_key='key')

Requires an Azure Storage account with valid credentials (account name and key or connection string). This is a shared library; you typically install service-specific packages instead of using it directly.

Verify before relying

  • Whether this package is still actively maintained or has been superseded by newer Azure SDK versions.
  • Current compatibility with Python versions beyond 3.7, given the dormant maintenance status since 2019.
  • Whether direct use of this package is recommended or if it should only be installed as a transitive dependency.

Package facts

License MIT License (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 5 — azure-common, cryptography, python-dateutil, requests, azure-storage-nspkg
Maintenance dormant — 2,569 days since the last release
Last repo commit
First released
Downloads 11,309,516/month — #1,400 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_storage_common-2.1.0-py2.py3-none-any.whl

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 2Programming Language :: Python :: 2.7Programming Language :: Python :: 3Programming Language :: Python :: 3.3Programming Language :: Python :: 3.4Programming Language :: Python :: 3.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7

Tags

azure storage client libraryazure blob queue file commonmicrosoft azure storage sdkazure storage authenticationazure storage shared utilities
azure-sdkcloud-storagelegacy

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

azure-multiapi-storage

Provides access to multiple versions of Azure…

permissive · top 5,000 on PyPI

azure-storage-file

Provides a Python client library to create,…

permissive · top 5,000 on PyPI

azure-storage-nspkg

Provides the Azure Storage namespace package…

permissive · top 5,000 on PyPI

azure-storage

This package is a deprecated bundle for Azure…

permissive · top 5,000 on PyPI

azure-storage-blob

Client library for uploading, downloading, and…

permissive · top 1,000 on PyPI

azure-storage-queue

Client library for interacting with Azure Queue…

permissive · top 1,000 on PyPI

globus-sdk

Provides a Python interface to Globus APIs for…

permissive · top 15,000 on PyPI

azure-cosmosdb-table

Client library for reading, writing, and…

permissive · top 5,000 on PyPI

azure-storage-file-datalake

Provides Python client library for Azure Data…

permissive · top 1,000 on PyPI

azure

This package is deprecated as of v5.0.0 and no…

permissive · top 5,000 on PyPI