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-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.