skillfed

azure-mgmt-streamanalytics

Microsoft Azure Stream Analytics Management Client Library for Python

azure-mgmt-streamanalytics v1.0.0 165.7K downloads/30d#10,521 on PyPI5,588
Permissive license MIT License Active released

What it is and what it does

This is the official Microsoft Azure SDK client library for programmatically managing Azure Stream Analytics resources in Python. It wraps Azure's REST API to let you create, configure, monitor, and delete streaming jobs, manage inputs and outputs, define transformations and functions, and operate clusters—all from Python code. The library is built on msrest, azure-common, and azure-mgmt-core, following Azure SDK conventions for authentication and error handling.

Typical use is to automate Stream Analytics infrastructure as code: provisioning jobs with specific input/output configurations, scaling clusters, querying job status, or integrating Stream Analytics management into larger Azure automation workflows. It's part of the broader Azure SDK ecosystem and is maintained by Microsoft.

Use it for:

  • Automate provisioning and configuration of Azure Stream Analytics jobs as part of infrastructure-as-code deployments.
  • Build monitoring dashboards that query job status, metrics, and operational state programmatically.
  • Scale Stream Analytics clusters dynamically in response to workload changes via the begin_scale operation.
  • Manage reference data sources (e.g., Azure SQL) and refresh policies for real-time analytics pipelines.
  • Integrate Stream Analytics job lifecycle management into CI/CD pipelines or orchestration tools.

Worth the install?

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

Provides Python client library for managing Azure Stream Analytics resources—jobs, inputs, outputs, functions, and clusters—via Azure's REST API.

Yes. This is the official, actively maintained Azure SDK for Stream Analytics management in Python. Install it if you need to programmatically manage Stream Analytics resources on Azure. Low install friction, permissive license, no known vulnerabilities, and stable maintenance make it a safe choice for production use.

Install

azure-mgmt-streamanalytics on PyPI

pip

pip install azure-mgmt-streamanalytics

uv

uv add azure-mgmt-streamanalytics

poetry

poetry add azure-mgmt-streamanalytics

Installing azure-mgmt-streamanalytics

Before you install

Low friction install with stable maintenance. The package is actively maintained as part of the Azure SDK, depends on three core Azure libraries (msrest, azure-common, azure-mgmt-core), and supports Python 3.7+.

License in practice

MIT License permits commercial and private use with minimal restrictions; suitable for most projects.

Quickstart

pip install azure-mgmt-streamanalytics

from azure.mgmt.streamanalytics import StreamAnalyticsManagementClient
from azure.identity import DefaultAzureCredential

credential = DefaultAzureCredential()
client = StreamAnalyticsManagementClient(credential, subscription_id)

Requires Azure subscription credentials and appropriate permissions to manage Stream Analytics resources.

Verify before relying

  • Whether the package is actively maintained beyond the latest 1.0.0 release (1681 days old as of fact sheet date).
  • Support status for Python 2.7 was explicitly ended 01 January 2022; confirm no legacy code paths remain.

Package facts

License MIT License (permissive)
Python support supports the current Python release (>=3.7)
Install friction low — pure-Python wheel
Runtime dependencies 3 — msrest, azure-common, azure-mgmt-core
Maintenance actively maintained — 1,681 days since the last release
Last repo commit
First released
Downloads 165,685/month — #10,521 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: azure_mgmt_streamanalytics-1.0.0-py3-none-any.whl

Development Status :: 4 - BetaLicense :: OSI Approved :: MIT LicenseProgramming Language :: PythonProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.7Programming Language :: Python :: 3.8Programming Language :: Python :: 3.9

Tags

azure stream analytics managementazure stream analytics python clientmanage azure streaming jobsazure stream analytics apiazure mgmt streamanalytics
azure-sdkcloud-managementstream-analytics

More Distributed Computing packages

grpcio

gRPC Python is an HTTP/2-based RPC framework…

permissive · top 100 on PyPI

execnet

execnet lets you spawn and communicate with…

permissive · top 1,000 on PyPI

cloudpickle

Cloudpickle extends Python's standard pickle…

permissive · top 1,000 on PyPI

smart-open

Provides a unified, open()-compatible Python…

permissive · top 1,000 on PyPI

portalocker

Portalocker provides cross-platform file…

permissive · top 1,000 on PyPI

ray

Ray is a distributed computing framework that…

permissive · top 1,000 on PyPI

azure-mgmt-managementpartner

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-mgmt-resource-subscriptions

Manages Azure subscriptions and related…

permissive · top 15,000 on PyPI

azure-mgmt-commerce

Provides a Python client library for managing…

unclear · top 5,000 on PyPI

azure-synapse-spark

Client library for interacting with Apache…

permissive · top 5,000 on PyPI

azure-mgmt-monitor

Provides programmatic access to Azure Monitor…

permissive · top 5,000 on PyPI

azure-mgmt-managedservices

Provides Python client library for managing…

unclear · top 15,000 on PyPI

azure-mgmt-servicelinker

Manages Azure Service Linker resources through…

permissive · top 5,000 on PyPI

azure-mgmt-loganalytics

Provides a Python client library for managing…

permissive · top 5,000 on PyPI

azure-loganalytics

Provides a Python client for querying Azure Log…

permissive · top 5,000 on PyPI

azure-mgmt-securityinsight

Provides a Python client library for managing…

permissive · top 15,000 on PyPI