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

python3-pycoolmasternet-async

Library to control CoolMasterNet HVAC bridges via asyncio

This library provides an interface to interact with CoolMasterNet devices, allowing for control and monitoring of connected HVAC systems. Users can retrieve information such as general device info, unit status, temperature settings, and various operational modes. It supports operations such as setting thermostat values, changing fan speeds, and selecting operation modes (e.g., cooling or heating). The library integrates with Wi-Fi-enabled HVAC systems via CoolMasterNet bridges, allowing for seamless control over network connections.

libmbedx509-7

lightweight crypto and SSL/TLS library - x509 certificate library

mbed TLS (formerly known as PolarSSL) is a lean open source crypto library for providing SSL and TLS support in your programs. It offers an intuitive API and documented header files, so you can actually understand what the code does. It features: - Symmetric algorithms, like AES, Blowfish, Triple-DES, DES, ARC4, Camellia and XTEA - Hash algorithms, like SHA-1, SHA-2, RIPEMD-160 and MD5 - Entropy pool and random generators, like CTR-DRBG and HMAC-DRBG - Public key algorithms, like RSA, Elliptic Curves, Diffie-Hellman, ECDSA and ECDH - TLS 1.0, 1.1 and 1.2 - Abstraction layers for ciphers, hashes, public key operations, platform abstraction and threading

r-cran-palmerpenguins

GNU R Palmer Archipelago (Antarctica) penguin data

Size measurements, clutch observations, and blood isotope ratios for adult foraging Adélie, Chinstrap, and Gentoo penguins observed on islands in the Palmer Archipelago near Palmer Station, Antarctica. Data were collected and made available by Dr. Kristen Gorman and the Palmer Station Long Term Ecological Research (LTER) Program.

python3-plexwebsocket

Library for handling events from Plex WebSockets

This library offers support for handling events communicated over Plex WebSockets, enabling applications to take action based on media server updates. It listens for specific events such as 'playing' and 'status', allowing real-time monitoring of a Plex Media Server. This facilitates triggered responses to playback actions and state changes within a Plex ecosystem, providing developers with the ability to build reactive applications that integrate seamlessly with ongoing media activities. Connections are established via the Plex API, and the library can be configured to observe a variety of event types, helping users to gain insights and control based on live data from their Plex Media Server.

python3-pyinstaller

Python modules to bundle a Python application into a single package

PyInstaller reads a Python script written by you. It analyzes your code to discover every other module and library your script needs in order to execute. Then it collects copies of all those files and puts them with your script in a single folder, or optionally in a single executable file.

python3-roborock

Library for controlling Roborock vacuums over Wi-Fi

This library provides the capability to manage and control Roborock vacuums over a Wi-Fi connection. It enables functionalities such as starting and stopping cleaning tasks, adjusting fan speeds, and returning the vacuum to its dock. Communication primarily happens locally, enhancing response times and reducing reliance on cloud services, though initial setup requires cloud-based device discovery.