You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python3-azure-mgmt-core-1.5.0-1.lbn36.noarch
Azure Management Core Library
RPMPackage python3-azure-mgmt-containerservice-34.1.0-1.lbn36.noarch
Microsoft Azure Container Service Management Client Library for Python
RPMPackage python3-azure-mgmt-containerinstance-10.2.0~b1-1.lbn36.noarch
Microsoft Azure Container Instance Client Library for Python
RPMPackage python3-azure-mgmt-consumption-10.0.0-1.lbn36.noarch
Microsoft Azure Consumption Client Library for Python
RPMPackage python3-azure-mgmt-compute-34.0.0-1.lbn36.noarch
Microsoft Azure Compute Client Library for Python
RPMPackage python3-azure-mgmt-cognitiveservices-13.6.0-1.lbn36.noarch
Microsoft Azure Cognitive Services Management Client Library for Python
RPMPackage python3-azure-mgmt-cdn-13.1.1-1.lbn36.noarch
Microsoft Azure CDN Client Library for Python
RPMPackage python3-azure-mgmt-botservice-2.0.0-3.lbn36.noarch
Microsoft Azure Bot Service Client Library for Python
RPMPackage python3-azure-mgmt-billing-7.0.0-1.lbn36.noarch
Microsoft Azure Billing AI Management Client Library for Python
RPMPackage python3-azure-mgmt-batchai-7.0.0b1-7.lbn36.noarch
Microsoft Azure Batch AI Management Client Library for Python
RPMPackage python3-azure-mgmt-batch-18.0.0-5.lbn36.noarch
Microsoft Azure Batch Management Client Library for Python
RPMPackage python3-azure-mgmt-azurestackhci-7.0.0-1.lbn36.noarch
Microsoft Azure AzureStack HCI Management Client Library for Python
RPMPackage python3-azure-mgmt-authorization-4.0.0-1.lbn36.noarch
Microsoft Azure Authorization Management Client Library for Python
RPMPackage python3-azure-mgmt-applicationinsights-4.0.0-1.lbn36.noarch
Microsoft Azure Application Insights Management Client Library for Python
RPMPackage python3-azure-mgmt-appcontainers-3.1.0-1.lbn36.noarch
Microsoft Azure SDK for PythonThis is the Microsoft Azure Appcontainers Management Client Library. This package has been tested with Python 3.7+. For a more complete view of Azure libraries, see the [azure sdk python release]( _Disclaimer__Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to Getting started...
RPMPackage python3-azure-mgmt-appconfiguration-4.0.0-1.lbn36.noarch
Microsoft Azure App Configuration Management Client Library for Python
RPMPackage python3-azure-mgmt-apimanagement-4.0.1-1.lbn36.noarch
Microsoft Azure API Management Client Library for Python
RPMPackage python3-azure-mgmt-advisor-9.0.0-8.lbn36.noarch
Microsoft Azure Advisor Client Library for Python
RPMPackage python3-strenum-0.4.15-1.lbn36.noarch
StrEnum[![Build Status]( is a Python enum.Enum that inherits from str to complement enum.IntEnum in the standard library. Supports python 3.7+. InstallationYou can use [pip]( to install.bash pip install StrEnum python from enum import auto from strenum import StrEnum class HttpMethod(StrEnum): GET auto() HEAD auto() POST auto() PUT auto() DELETE auto() CONNECT auto() OPTIONS auto() TRACE auto()
RPMPackage python3-trio-websocket-0.12.2-2.lbn36.noarch
This library implements both server and client aspects of the the WebSocket protocol, striving for safety, correctness, and ergonomics. It is based on the wsproto project, which is a Sans-IO state machine that implements the majority of the WebSocket protocol, including framing, codecs, and events. This library handles I/O using the Trio framework. This library passes the Autobahn Test Suite.