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

python3-sharkiq

Python API for controlling Shark IQ robot vacuums

The Shark IQ library is an unofficial SDK for interactions with Shark IQ robot vacuums. It facilitates communication with the Ayla Networks Device API, allowing control over vacuum operations. Users can sign in to their accounts, retrieve connected devices, alter vacuum settings, and manage device properties. This library supports both synchronous and asynchronous operations.

python3-starline

Library for interfacing with StarLine security systems

This unofficial Python library provides a means to interact with StarLine security systems through their API. It facilitates retrieving vehicle data such as location, lock status, and sensor readings directly from the StarLine portal. Users can manage and monitor their vehicles' security features, including alarms, engine status, and even environmental conditions inside the car.

python3-toonapi

Asynchronous Python client for the Quby ToonAPI

An asynchronous Python library to interface with the Quby ToonAPI, allowing interaction with Quby thermostats. These thermostats are rebranded and sold as Eneco Toon, Engie Electrabel Boxx, and Viesgo. The library provides functionalities to control and monitor these thermostats using the shared API endpoint. It supports various operations such as retrieving agreements, activating agreements, and updating thermostat status. The library is optimized for integration with home automation systems like Home Assistant.

python3-youless-api

Python bridge to fetch data from YouLess sensors

Fetch data from YouLess sensors like the LS120 and LS110. The API provides classes to access the sensor data and supports both the Enologic and PVOutput firmware for LS120. Experimental authentication support is also available.

python3-cmake-build-extension

Setuptools extension to build and package CMake projects

This extension aims to simplify the integration of C++ projects based on CMake with Python packaging tools. CMake provides out-of-the-box support to either SWIG and pybind11, that are two among the most used projects to create Python bindings from C++ sources.

python3-web-cache

Simple Python key-value storage backed up by sqlite3 database

Python module for simple key-value storage backed up by sqlite3 database. The typical use case is a URL to HTTP data cache, but it can also be used for non web ressources.