python3-adb-shell
implementation of ADB with shell and FileSync functionality
This Python package implements ADB shell and FileSync functionality.
python3-pointpats
statistical analysis of planar point patterns
The main objective of this module is to provide methods and functions for
analyzing spatial patterns in point data. This includes the detection and
characterization of different types of patterns, such as clusters, scatters
or random patterns.
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.
pv
Shell pipeline element to meter data passing through
pv (Pipe Viewer) can be inserted into any normal pipeline between two
processes to give a visual indication of how quickly data is passing through,
how long it has taken, how near to completion it is, and an estimate of how
long it will be until completion.