python3-aiohttp-fast-url-dispatcher
Enhanced URL dispatcher for aiohttp for improved performance
This library introduces an optimized URL dispatcher for the aiohttp web server
framework, designed to enhance routing performance by using an indexing
system. Unlike the default UrlDispatcher which performs a linear search,
potentially slowing down response times with a large number of routes, the
FastUrlDispatcher maintains an index of URLs to ensure quick URL dispatch.
This improvement is especially beneficial for applications with extensive
routing requirements.
python3-aiozoneinfo
Asynchronous tools for fetching timezone information in Python
This library provides asynchronous tools for efficiently fetching timezone
information, ensuring non-blocking operations within applications using
asyncio. By utilizing an internal cache and an executor for disk operations,
aiozoneinfo avoids I/O blocking in the event loop, thereby enhancing
performance in applications requiring time zone data.
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.
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.
python3-stac-check
Linting and validation tool for STAC assets
stac-check is both a CLI tool and Python library.
It adds additional linting and validation to the stac-validator project.