python3-slixmpp-omemo

OMEMO End-to-End Encryption plugin for slixmpp

A plugin for slixmpp offering the OMEMO Multi-End Message and Object Encryption protocol, based on python-omemo.

python3-renson-endura-delta

Library to interact with Renson Endura Delta units

This library provides a interface for communicating with Renson Endura Delta ventilation units over Wi-Fi. It allows for retrieving data from various sensors and controlling different features of the ventilation system. Users can manually override the auto mode, set timers, sync the current time, enable the breeze function, and configure day and night settings. Additionally, pollution control settings such as humidity, air quality, and CO2 levels can be managed. The library also supports establishing filter clean times and comparing the installed firmware version with the online version.

route-rnd

external autorouter for pcb-rnd

route-rnd is a generic 'external autorouter' developed for the ringdove suite. It speaks the tEDAx format (http://www.repo.hu/projects/tedax). A route request tEDAx document is generated by a PCB editor, then route-rnd is called and writes the route result tEDAx which then can be fed back to the PCB editor to create the tracks. This process is demonstrated by ringdove's pcb-rnd external autorouter feature.

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.

python3-androidtvremote2

interacting with Android TV using the Android TV Remote protocol v2

This package provides a Python library for interacting with Android TV using the Android TV Remote protocol v2. This is the same protocol the Google TV mobile app is using. It doesn't require ADB or enabling developer tools on the Android TV device. It only requires the Android TV Remote Service that comes pre-installed on most Android TV devices.

flye

de novo assembler for single molecule sequencing reads using repeat graphs

Flye is a de novo assembler for single molecule sequencing reads, such as those produced by PacBio and Oxford Nanopore Technologies. It is designed for a wide range of datasets, from small bacterial projects to large mammalian-scale assemblies. The package represents a complete pipeline: it takes raw PacBio / ONT reads as input and outputs polished contigs. Flye also has a special mode for metagenome assembly.