python3-django-auditlog
Library for logging changes to Django models
This library records modifications to Django model instances along with the
user responsible for the change. It offers more flexibility compared to
Django's default admin log and provides a JSON summary of modifications,
allowing easy tracking of changes across models. Designed to be simple and
efficient, it minimizes storage use by avoiding full version control, instead
focusing on logging key attributes and actions for each change. It
communicates directly with Django models to capture and store these logs,
integrating seamlessly into Django-based applications.
libqgis-gui3.34.11
QGIS - shared gui library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
libxnnpack0.20241108
High-efficiency floating-point neural network inference operators (libs)
XNNPACK is a highly optimized library of floating-point neural network
inference operators for ARM, WebAssembly, and x86 platforms. XNNPACK is not
intended for direct use by deep learning practitioners and researchers; instead
it provides low-level performance primitives for accelerating high-level
machine learning frameworks, such as TensorFlow Lite, TensorFlow.js, PyTorch,
and MediaPipe.
libqgis-analysis3.34.11
QGIS - shared analysis library
QGIS is a Geographic Information System (GIS) which manages, analyzes and
display databases of geographic information.
python3-jsonrpc-websocket
Compact JSON-RPC websocket client library for asyncio
This library provides a simple and efficient JSON-RPC websocket client for
asyncio-based applications. It supports nested namespaces, allowing structured
and organized remote function calls. The library enables executing remote
JSON-RPC functions over websocket connections and supports both synchronous
and asynchronous method calls. It allows handling requests from the server to
the client and offers the flexibility to pass through aiohttp-specific
arguments. The connection management, including session handling, is designed
to be straightforward, making the library suitable for applications requiring
real-time communication over websockets.
python3-pyisy
Library for interacting with Universal Devices ISY controllers
This library provides functionality to interact with various Universal Devices
ISY controllers, including ISY994, IoX, Polisy, and eisy models. It enables
communication with nodes, programs, variables, and the network module of ISY
controllers. The library supports operations such as querying device statuses,
executing commands, and monitoring changes automatically from the devices.
Compatible with Insteon, Z-Wave, Zigbee, X10, and Matter protocols, this
library facilitates comprehensive home automation management by integrating
multiple device types and control functionalities into one cohesive interface.