python3-base36
Python implementation of base36 encoding and decoding
Base36 is a Python library providing yet another implementation for the base36
encoding system, a positional numeral system with a radix of 36. It allows for
the encoding of integers into a compact alphanumeric string and the decoding
back to integers. This package supports direct conversion between numbers and
their base36 representations, making it suitable for applications that require
short, human-readable numeric identifiers.
libcoda16
Library for the Common Data Access framework for Earth science
The Common Data Access framework allows reading of scientific data
from various data formats, including structured ascii, structured binary, XML,
netCDF, CDF, HDF4, HDF5, GRIB, RINEX and SP3. It provides a single consistent
hierarchical view on data independent of the underlying storage format.
sdkmanager
Package manager for Android SDK packages
A drop-in replacement for sdkmanager from the Android SDK written in
Python. It implements the exact API of the sdkmanager
(https://developer.android.com/studio/command-line/sdkmanager)
command line. It only deviates from that API if it can be done while
being 100% compatible.
python3-python-fullykiosk
Python library for Fully Kiosk Browser's REST API
This Python wrapper provides an interface to interact with the Fully Kiosk
Browser's REST API, a robust kiosk browser designed for Android devices. The
browser offers extensive features for device management and control, ideal for
deployments in kiosk settings. With this library, developers can
programmatically access functionalities like device status, control commands,
and settings management. It supports comprehensive control over the browser's
features, including motion detection, screensaver settings, and media playback
controls. It also facilitates device monitoring, providing details on battery
level, storage space, and RAM usage.
python3-luftdaten
Python API for accessing air quality data from Sensor.Community
This library provides an interface to interact with the open data from
Sensor.Community, formerly known as luftdaten.info. It allows users to retrieve
air quality measurements and other environmental data from a variety of
self-built sensor stations. By utilizing the API, developers can monitor
particulate matter, temperature, humidity, and other relevant environmental
parameters from sensors registered on the Sensor.Community network. The library
simplifies the integration of real-time environmental data into applications,
making it particularly valuable for projects related to health, environmental
awareness, or scientific research. This module facilitates easy access to
sensor data, empowering users to make informed decisions based on air quality
indicators.
python3-mda-xdrlib
Stand-alone XDRLIB module (from cpython 3.10.8)
mda-xdrlib is a stand-alone XDRLIB module extracted from
cpython 3.10.8. The xdrlib package has historically been
a feature of the core Python library. However, as of
Python 3.11, the module was deemed to no longer be widely
used and has been deprecated, with a target removal version
of Python 3.13. Several of the MDAnalysis projects rely on
the xdrlib module for their functionality, specifically for
parsing GROMACS TPR and EDR files. To avoid a need to vendor
in the xdrlib functionality in multiple projects, the
approach of creating this stand-alone module which contains
the Python 3.10.8 xdrlib code and its relevant tests.