python3-pylgnetcast
Python library for controlling LG Smart TVs with NetCast 3 or 4
This library allows for control of LG Smart TVs that run NetCast 3.0 or
NetCast 4.0 via TCP/IP. It supports sending commands such as toggling mute and
retrieving status information like current volume and channel. Originally
forked from wokar/pylgnetcast, it includes a command line tool for ease of
use.
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-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.
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.