python3-adb-shell
implementation of ADB with shell and FileSync functionality
This Python package implements ADB shell and FileSync functionality.
python3-pyserial-asyncio-fast
Python library for asynchronous I/O with serial ports
This extension relies on pySerial and focuses on efficient asynchronous serial
communication. By implementing eager writes similar to the asyncio
selector_events in CPython, it reduces overhead associated with frequent
addition and removal of asyncio writers. This efficiency is particularly
advantageous for high-frequency serial communication tasks, enhancing overall
performance.
libmagick++-7.q16-5
C++ interface to ImageMagick -- quantum depth Q16
The Magick++ library is a set of C++ wrapper classes that provides access
to the ImageMagick package functionality from within a C++ application.
libmagickcore-7.q16-10
low-level image manipulation library -- quantum depth Q16
The MagickCore API is a low-level interface between the C programming language
and the ImageMagick image processing libraries and is recommended for
wizard-level programmers only. Unlike the MagickWand C API which uses only a
few opaque types and accessors, with MagickCore you almost exclusively access
the structure members directly.
python3-pypjlink2
Implementation of the PJLink Class 1 protocol to control projectors
This library enables control over projectors that support the PJLink protocol.
It allows users to manage power states, input selection, and other projector
functions through a standardized interface. The library specifically includes
support for controlling Optoma projectors. By utilizing network communication,
this library facilitates seamless integration of projector control into larger
automation systems, enabling centralized management and monitoring.
python3-striprtf
Simple library to convert rtf to text
This library transforms rich text format (rtf) files into plain text strings.
It is particularly useful for converting documents, such as medical records
written in rtf format, into a more easily parsable and processable plain text
format. The library handles different encodings and provides options to manage
decoding errors gracefully. It simplifies the processing pipeline by
converting text to a format that is more suitable for further analysis.