skillfed

azure-cosmosdb-table

Microsoft Azure CosmosDB Table Client Library for Python

azure-cosmosdb-table v1.0.6 2.8M downloads/30d#2,868 on PyPI27
Permissive license Apache License 2.0 Abandoned released

What it is and what it does

This is a Python client library for Microsoft Azure CosmosDB Table service, enabling CRUD operations on tables and entities, batch operations, and advanced table queries. It wraps HTTP calls to Azure's table storage backend using dependencies like requests, cryptography, and azure-common for authentication and communication.

The package is in Beta status and has been abandoned since mid-2022, with its last release in October 2019. It targets Python 2.7 and 3.3–3.6. While it remains available on PyPI and carries no known security vulnerabilities, its lack of maintenance means it will not receive updates for Azure API changes, security patches, or compatibility fixes for newer Python versions.

Use it for:

  • Migrate or maintain legacy Python applications that depend on azure-cosmosdb-table without rewriting to a newer Azure SDK.
  • Prototype or develop against Azure CosmosDB Tables in environments locked to Python 2.7 or early Python 3 versions.
  • Perform batch inserts, updates, or deletes of entities in Azure Table Storage from a Python script.
  • Query and retrieve entities from existing CosmosDB Table partitions using the legacy SDK interface.

Worth the install?

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

Client library for reading, writing, and managing tables and entities in Microsoft Azure CosmosDB Table service from Python applications.

No, unless you are maintaining existing code that already depends on it. The package is abandoned, last updated in 2019, and Microsoft has moved to newer Azure SDKs. For new projects, use the current azure-data-tables package instead. If you must use this package, do so only in isolated, non-production environments or as a temporary measure during migration.

Install

azure-cosmosdb-table on PyPI

pip

pip install azure-cosmosdb-table

uv

uv add azure-cosmosdb-table

poetry

poetry add azure-cosmosdb-table

Installing azure-cosmosdb-table

Before you install

Low install friction with standard dependencies, but the package is abandoned as of 2022-07-28 with no maintenance since the 2019-10-25 release. The repository is archived and no longer actively developed.

License in practice

Licensed under Apache License 2.0 (permissive), allowing commercial and private use with minimal restrictions, though you assume responsibility for any issues in this unmaintained codebase.

Quickstart

pip install azure-cosmosdb-table

from azure.cosmosdb.table.tableservice import TableService

table_service = TableService(account_name='myaccount', account_key='mykey')
table_service.create_table('mytable')

Requires an active Microsoft Azure account with CosmosDB Table service credentials (account name and key).

Verify before relying

  • Whether this package works with modern Python versions beyond 3.6, given it is unmaintained and last tested on 3.6.
  • Current compatibility with the latest Azure CosmosDB Table API, given the 2019 release date and subsequent service changes.
  • Whether Microsoft recommends a replacement SDK for new projects using CosmosDB Tables.

Package facts

License Apache License 2.0 (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 6 — azure-common, cryptography, python-dateutil, requests, azure-cosmosdb-nspkg, futures
Maintenance abandoned — 2,485 days since the last release
Last repo commit (repository archived)
First released
Downloads 2,838,716/month — #2,868 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_cosmosdb_table-1.0.6-py2.py3-none-any.whl

Development Status :: 4 - BetaLicense :: OSI Approved :: Apache Software 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.6

Tags

azure cosmosdb table clientazure table storage pythoncosmosdb table sdkazure table operationsnosql table database pythonazure entity crudbatch table operations
abandonedazure-legacynosql-table-storage

More Database packages