python3-pyfaidx
efficient random access to fasta subsequences for Python 3
Samtools provides a function "faidx" (FAsta InDeX), which creates a
small flat index file ".fai" allowing for fast random access to any
subsequence in the indexed FASTA file, while loading a minimal amount of
the file in to memory. This Python module implements pure Python classes
for indexing, retrieval, and in-place modification of FASTA files using
a samtools compatible index. The pyfaidx module is API compatible with
the pygr seqdb module. A command-line script "faidx" is installed
alongside the pyfaidx module, and facilitates complex manipulation of
FASTA files without any programming knowledge.
python3-pymetno
Library to communicate with the met.no API
PyMetno is a Python library designed for interaction with the met.no API. It
enables access to meteorological data provided by the Norwegian Meteorological
Institute. The library handles the complex processes of querying the API and
parsing the returned XML data into Python-compatible structures, making it
easier to work with weather data.
r-cran-v8
Embedded JavaScript and WebAssembly Engine for R
An R interface to V8: Google's open source JavaScript and WebAssembly
engine. This package can be compiled either with V8 version 6 and up,
a NodeJS shared library, or the legacy 3.14/3.15 branch of V8.
hare
Simple, stable and robust systems programming language
Hare uses a static type system, manual memory management, and a minimal
runtime. It is well-suited to writing operating systems, system tools,
compilers, networking software, and other low-level, high performance tasks.
python3-spotipy
Lightweight library for accessing the Spotify Web API
Spotipy is a lightweight Python library providing access to the Spotify Web
API. It allows users to interact with a variety of Spotify services, including
retrieving music data, accessing user-authorized endpoints, and interacting
with playlists and tracks.
resource-agents
Cluster Resource Agents
This package contains cluster resource agents (RAs) compliant with the Open
Cluster Framework (OCF) specification, used to interface with various services
in a High Availability environment managed by the Pacemaker resource manager.