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

python3-rokuecp

Library for communicating with Roku devices using the External Control Protocol

This library enables communication with Roku devices over Wi-Fi using the External Control Protocol (ECP). It allows users to monitor and control various functions of Roku devices, including launching channels, controlling playback, and retrieving information about installed applications. Users can initiate searches, manage media playback, and handle remote control operations. It offers asynchronous interaction, enabling real-time communication and control, aiding in the development of applications that require direct interaction with Roku devices.

python3-connio

Concurrency agnostic communication Python library

This library provides a single point API function that returns a communication object with a generic API based on the provided URL. It is useful for handling instrumentation over serial lines or TCP with simple request-response communication protocols like SCPI. The request for a communication object is dispatched to the appropriate backend, such as serialio or sockio, depending on the given URL. The library is written to support various concurrency models, including asyncio, classic blocking API, future-based API, and Python 2-compatible blocking API. It aims to simplify the development of communication interfaces for devices that connect via serial or network protocols.

vkroots-headers

Development files for vkroots framework

vkroots is a framework for writing Vulkan layers that takes all the complexity and hastle away. It consits of a single C++20 header.

python3-bleak-esphome

Bleak backend of ESPHome

This package provides access to the Bleak backend of ESPHome. It will scan bluetooth devices and connect to them using ESPHome.

python3-autodocsumm

Extended sphinx autodoc including automatic autosummaries (Python 3)

This sphinx extension provides some useful extensions to the Sphinxs autodoc extension. Those are * It creates a Table of Contents in the style of the autosummary extension with methods, classes, functions and attributes * As you can include the __init__ method documentation for via the autoclass_content configuration value, it provides the autodata_content configuration value to include the documentation from the __call__ method. * You can exclude the string representation of specific objects. E.g. if you have a large dictionary using the not_document_data configuration value.

python3-atomicwrites-homeassistant

atomic file writes

This package provides a library to perform atomic file writes.