libnode115
evented I/O for V8 javascript - runtime library
Node.js is a platform built on Chrome's JavaScript runtime for easily
building fast, scalable network applications. Node.js uses an
event-driven, non-blocking I/O model that makes it lightweight and
efficient, perfect for data-intensive real-time applications that run
across distributed devices.
sequoia-git
Git commit signing policy verifier
Tool that can be used to improve a project's supply
chain security by verifying that git commits are
signed by the correct keys.
libtinycbor0.6
Concise Binary Object Representation (CBOR) library
TinyCBOR library is a small CBOR encoder and decoder library,
optimized for very fast operation with very small footprint.
The main encoder and decoder functions do not allocate memory.
python3-datapoint
Library to access UK Met Office weather data via the DataPoint API
This library offers a straightforward interface to retrieve detailed weather
data from the UK Met Office's DataPoint API. Users can access a variety of
forecast types, including daily forecasts with two time steps and 3-hourly
forecasts with eight time steps. In addition to forecasts, it allows users to
obtain observations from various sites. The library supports the retrieval of
weather data, such as temperature, wind speed, humidity, and UV index.
python3-dataset
database abstraction layer
In short, dataset makes reading and writing data in databases
as simple as reading and writing JSON files.
python3-zopfli
cPython bindings for zopfli (Python 3)
pyzopfli is a straight forward wrapper around zopfli's ZlibCompress method.
pyzopfli also wraps GzipCompress, but the API point does not try to mimic
the gzip module.