skillfed

azure-search

Microsoft Azure Cognitive Search Client Library for Python

azure-search v1.0.0b2 129.8K downloads/30d#11,657 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

azure-search is a Python client library for Microsoft's Azure Cognitive Search service. It provides programmatic access to search indexes hosted in Azure, allowing you to execute queries, manage index documents, and interact with search configurations. The library depends on azure-core for shared Azure SDK functionality, msrest for REST operations, and compatibility shims (futures, enum34, typing) for older Python versions.

This is a beta-stage library released in early 2021. It targets Python 2.7 through 3.8 and carries dependencies that suggest it was designed for backward compatibility with Python 2. The package is part of the broader Azure SDK for Python ecosystem but has not received a new release in over two years, despite the underlying repository remaining active.

Use it for:

  • Query Azure Cognitive Search indexes from Python applications to retrieve and rank search results.
  • Programmatically upload and manage documents in Azure search indexes as part of data pipeline workflows.
  • Build search-driven features into Python web applications or services backed by Azure infrastructure.
  • Integrate Azure search capabilities into data analysis or machine learning pipelines that require full-text search.

Worth the install?

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

Provides a Python client library for interacting with Azure Cognitive Search, enabling you to query and manage search indexes in Azure.

Yes, with conditions. The package has low install friction, no known vulnerabilities, and permissive licensing. However, the beta status (1.0.0b2) and absence of releases since January 2021 raise questions about production readiness and whether newer stable alternatives exist in the Azure SDK ecosystem. Verify that this version meets your feature and compatibility needs before committing to production use.

Install

azure-search on PyPI

pip

pip install azure-search

uv

uv add azure-search

poetry

poetry add azure-search

Installing azure-search

Before you install

Low install friction with a pure-wheel distribution. The package is actively maintained with recent commits, though it has not received a release in over two years despite active repository development.

License in practice

MIT License permits commercial use, modification, and distribution with minimal restrictions, making it suitable for most production scenarios.

Quickstart

pip install azure-search==1.0.0b2

from azure.search import SearchServiceClient
from azure.core.credentials import AzureKeyCredential

client = SearchServiceClient(endpoint='https://<service>.search.windows.net', credential=AzureKeyCredential('<key>'))

Requires an active Azure Cognitive Search service endpoint and API key; beta version status may indicate incomplete or unstable APIs.

Verify before relying

  • Whether this beta version (1.0.0b2) is recommended for production use or if a stable release exists elsewhere
  • Current compatibility with modern Python versions beyond 3.8, given the last release was in January 2021
  • Whether the package is superseded by newer Azure SDK libraries in the azure-search-documents namespace

Package facts

License MIT License (permissive)
Python support not specified
Install friction low — pure-Python wheel
Runtime dependencies 6 — azure-core, msrest, futures, azure-nspkg, enum34, typing
Maintenance actively maintained — 2,030 days since the last release
Last repo commit
First released
Downloads 129,825/month — #11,657 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_search-1.0.0b2-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.5Programming Language :: Python :: 3.6Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8

Tags

azure cognitive search python clientazure search sdksearch index management azureazure search queriespython azure search library
azure-sdksearch-client

More Database packages

psycopg2-binary

psycopg2-binary is a PostgreSQL database…

copyleft · top 1,000 on PyPI

redis

Python client library for connecting to and…

permissive · top 1,000 on PyPI

ydb

YDB Python SDK is the official client library…

permissive · top 1,000 on PyPI

snowflake-connector-python

Connects Python applications to Snowflake data…

permissive · top 1,000 on PyPI

sqlparse

sqlparse tokenizes SQL text into a tree of…

permissive · top 1,000 on PyPI

dbt-adapters

Provides base adapter protocols and shared…

permissive · top 1,000 on PyPI

azure-servicemanagement-legacy

Provides a Python client library for legacy…

permissive · top 5,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-iotcentral

Manages Azure IoT Central applications and…

unclear · top 5,000 on PyPI

azure-ai-language-questionanswering

Python client library for Azure's Question…

permissive · top 15,000 on PyPI

azure-search-documents

Client library for querying, indexing, and…

unclear · top 5,000 on PyPI

azure-mgmt-cognitiveservices

Manages Azure Cognitive Services…

unclear · top 5,000 on PyPI

azure-applicationinsights

Provides a Python client library for querying…

permissive · top 5,000 on PyPI

azure-storage-blob

Client library for uploading, downloading, and…

permissive · top 1,000 on PyPI

azure-mgmt-iothubprovisioningservices

Manages Azure IoT Hub Provisioning Services…

permissive · top 5,000 on PyPI

azure-mgmt-domainregistration

Manages Azure domain registrations…

permissive · top 5,000 on PyPI