python3-aiohue

module to talk to Philips Hue

This Python library provides support for the Philips Hue API. It supports both the new style V2 API (only available on V2 bridges) and the old style V1 API. The biggest advantage of the V2 API is that it supports event based updates so polling is not required.

python3-aiounifi

communicating with UniFi Network Controller API

This Python library makes it possible to communicate with UniFi Network Controllers.

python3-alarmdecoder

interface for the AlarmDecoder (AD2) family of alarm devices

This Python library aims to provide a consistent interface for the AlarmDecoder product line: AD2USB, AD2SERIAL and AD2PI. This also includes devices that have been exposed via ser2sock, which supports encryption via SSL/TLS.

python3-aristaproto

Arista Protobuf / Python gRPC bindings generator

Arista Protobuf provides an improved experience when using Protobuf in a modern Python environment by making use of modern language features and generating readable, understandable, idiomatic Python code.

python3-channels

Developer-friendly asynchrony for Django

Channels augments Django to bring WebSocket, long-poll HTTP, task offloading and other async support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs.

python3-inquirerpy

collection of common interactive command-line user interfaces

InquirerPy is a Python port of the famous Inquirer.js: a collection of common interactive command line user interfaces. This project is a re-implementation of the PyInquirer project, with bug fixes of known issues, new prompts, backward compatible APIs, as well as more customisation options.