python3-airthings-cloud

Python library for interfacing with Airthings devices

This library enables efficient communication with Airthings air quality sensors, particularly those that measure radon levels. Airthings devices are designed to monitor and report on various environmental parameters, enhancing indoor air quality management. This library requires an Airthings account and a valid API setup to function correctly, allowing users to authenticate and retrieve data seamlessly. It supports asynchronous operations and can be integrated into systems that require continuous environmental monitoring.
utility for computing hash sums and magnet links

rhash

utility for computing hash sums and magnet links

RHash is a console utility for calculation and verification of magnet links and a wide range of hash sums like CRC32, MD4, MD5, SHA1, SHA256, SHA512, AICH, ED2K, Tiger, DC++ TTH, BitTorrent BTIH, GOST R 34.11-94, RIPEMD-160, HAS-160, EDON-R, Whirlpool and Snefru. Hash sums are used to ensure and verify integrity of large volumes of data for a long-term storing or transferring.

python3-aioecowitt

Python library for interfacing with the EcoWitt Protocol

This library provides a straightforward approach for interacting with devices that use the EcoWitt Protocol, a popular standard for home weather stations. It enables asynchronous communication and data handling, ensuring efficient integration into applications that require real-time environmental data collection and analysis.

python3-aiocomelit

Python library for asynchronous control of Comelit Simplehome systems

Designed for integration with Comelit Simplehome environments, this Python library enables asynchronous interaction with Comelit's home automation systems. It provides developers with the tools to query and manage home devices efficiently within an event-driven architecture, leveraging aiohttp for high-performance asynchronous communications.

libdlib19.2

C++ toolkit for machine learning and computer vision - library

Dlib is a general purpose cross-platform open source software library written in the C++ programming language. It now contains software components for dealing with networking, threads, graphical interfaces, complex data structures, linear algebra, statistical machine learning, image processing, data mining, XML and text parsing, numerical optimization, Bayesian networks, and numerous other tasks.

python3-asyncio-dgram

Enhanced Datagram protocol support for Asyncio

This package offers advanced Datagram protocol support tailored for Asyncio, inspired by suggestions for a more intuitive approach to handling datagrams in Python. It simplifies the use of datagrams by providing high-level operations that eliminate the repetitive need to extend `asyncio.DatagramProtocol` for common use cases.