{"categories":[{"label":"Database","url":"https://skillfed.io/packages/category/database"}],"enrichment":{"capability":"Provides a Python client for reading, writing, and querying data in Azure Tables (a NoSQL storage service accessible via HTTP/HTTPS), supporting both Azure Storage and Cosmos DB accounts.","skillfed_tags":["azure-sdk","nosql","cloud-storage"],"use_cases":["Store and retrieve semi-structured data (entities with flexible schemas) at scale in Azure.","Build applications that need fast key-value lookups or range queries on partition and row keys.","Migrate from the deprecated azure-cosmosdb-tables package to the current supported client.","Implement audit logs or time-series data storage with automatic partitioning by date or tenant.","Access table data from Python applications running on-premises or in cloud environments via HTTP/HTTPS."],"what_it_does":"Azure Tables is a NoSQL storage service that scales to accommodate variable data volumes and supports non-complex data access patterns. The azure-data-tables package is the official Python client library for interacting with Azure Tables, replacing the deprecated azure-cosmosdb-tables package. It allows you to create and manage tables, insert, update, delete, and query entities, and supports multiple authentication methods including shared keys, connection strings, SAS tokens, and Microsoft Entra ID (for Storage endpoints).\n\nThe library works with both Azure Storage accounts and Cosmos DB accounts, providing a unified interface for table operations. It requires Python 3.9 or later and depends on azure-core for common Azure SDK functionality, along with yarl, isodate, and typing-extensions for URL handling, ISO date parsing, and type hints. The package is actively maintained, production-stable, and carries no known security vulnerabilities.","worth_installing":"Yes. This is the official, actively maintained Python client for Azure Tables. It has low install friction, permissive licensing, no known vulnerabilities, and is production-stable. Install it if you need to read, write, or query data in Azure Storage or Cosmos DB tables from Python."},"id":"azure-data-tables","links":{"html":"https://skillfed.io/packages/azure-data-tables","md":"https://skillfed.io/packages/azure-data-tables.md","pypi":"https://pypi.org/project/azure-data-tables/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-05-06","license_spdx":null,"license_treatment":"permissive","name":"azure-data-tables","python_support":"supports_current","summary":"Microsoft Azure Azure Data Tables Client Library for Python"},"popularity":{"monthly_downloads":14434698,"position":1230,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"12.7.0"}
