python3-odp-amsterdam
Asynchronous Python client for Amsterdam open datasets
This library provides a way to asynchronously retrieve data from the Open Data
Platform of Amsterdam, utilizing their API. Initially designed to fetch
parking data, it is extendable to other datasets from the same platform. The
retrieved data includes parking garages occupancy and various parking
locations, allowing for detailed queries based on vehicle type, garage
category, and more.
python3-georss-client
Python GeoRSS client library
This library provides tools to build concrete libraries for convenient access
to GeoRSS Feeds. It enables users to extract relevant information from various
GeoRSS feeds, which may contain different levels of information or present
their data in unique ways. This includes feed managers that help manage
updates over time, notifying the consumer about new entries, updates, and
removed entries. The library ensures efficient data retrieval and management
from GeoRSS feeds, providing structured data for further processing.
libpostproc58
FFmpeg library for post processing - runtime files
FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
mux, demux, stream, filter and play pretty much anything that humans and
machines have created. It supports the most obscure ancient formats up to the
cutting edge.
python3-growattserver
Retrieve PV information from the Growatt server
Provides an interface to access photovoltaic (PV) information from the Growatt
server. Users can log in, retrieve a list of plants and devices, and obtain
detailed information and statistics. The module supports reading data related
to inverters, storage, and the general status of PV systems. It also allows
updating certain settings related to plants and inverters, within provided
parameters.
python3-file-read-backwards
Memory efficient way of reading files line-by-line from the end of file
A library designed to read files backward line by line. It supports multiple
encodings such as ascii, latin-1, and utf-8, and handles various newline
characters including '\r', '\r\n', and '\n'. Suitable for processing large
files without consuming a lot of memory, it reads lines as unicode, ensuring
compatibility with most text files. Additionally, it provides functionality
for both incremental line reading and reading lines one at a time through its
API.
libio-termios-perl
module to supply termios methods to IO::Handle objects
The IO::Termios class extends the generic IO::Handle object class by
providing methods which access the system's terminal control termios(3)
operations. These methods are primarily of interest when dealing with TTY
devices, including serial ports.