This is a staging site. Uploads will not persist. Testing only.

python3-aioapcaccess

async version of the apcaccess library

This package provides an async implementation of the apcaccess library. It provides programmatic access to the status information provided by apcupsd over its Network Information Server (NIS) which usually listens on TCP port 3551.

python3-aioasuswrt

API wrapper for Asuswrt

This package provides a small, efficient wrapper for interacting with AsusWRT, the custom firmware for Asus routers. It facilitates seamless communication with AsusWRT-powered routers, enabling users to execute commands and retrieve network information. Built on Python's asyncio framework, it supports asynchronous operations for non-blocking interactions. The package offers extensive logging for debugging and monitoring.

python3-aiohomekit

asyncio HomeKit client

This library implements the HomeKit protocol for controlling Homekit accessories using asyncio. It's primary use is for with Home Assistant.

python3-aiolifx

API for local communication with LIFX devices over a LAN with asyncio

This package provides a Python 3, asyncio library to control Lifx LED lightbulbs over your LAN. Most of it was taken from Meghan Clarkk lifxlan package (https://github.com/mclarkk) and adapted to Python 3 and asyncio.

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-asyncio-throttle

simple, easy-to-use throttler for asyncio

This Python library provides a simple, easy-to-use throttler for asyncio.