qt6-webchannel-examples

Qt 6 WebChannel examples

Qt is a cross-platform C++ application framework. Qt's primary feature is its rich set of widgets that provide standard GUI functionality.

bitmath

handle file sizes with different prefix notations

bitmath simplifies many facets of interacting with file sizes in various units. Originally focusing on file size unit conversion, functionality now includes: * Converting between SI and NIST prefix units (kB to GiB) * Converting between units of the same type (SI to SI, or NIST to NIST) * Automatic human-readable prefix selection (like in hurry.filesize) * Basic arithmetic operations (subtracting 42KiB from 50GiB) * Rich comparison operations (1024 Bytes == 1KiB) * bitwise operations (<<, >>, &, |, ^) * Reading a device's storage capacity (Linux/OS X support only) * argparse integration as a custom type * click integration as a custom parameter type * progressbar integration as a better file transfer speed widget * String parsing * Sorting

python3-array-api-compat

Python3 array API compatibility library

This is a small wrapper around common array libraries that is compatible with the Array API standard. Currently, NumPy, CuPy, and PyTorch are supported. If you want support for other array libraries, or if you encounter any issues, please open an issue.

node-data-uri-to-buffer

Node.js module that generate a Buffer instance from a Data URI string

node-data-uri-to-buffer accepts a "data" URI string of data and returns a Node.js Buffer instance with the decoded data.

python3-nopie

Python interpreter linked without PIE (default python3 version)

This package contains the interpreter not built as position independent executable. This interpreter is diverting the python3 executable, and making the interpreter built with PIE available as python3-pie.

python3-zigpy-znp

Library for interacting with TI ZNP radios in Zigbee networks

This library provides communication support with Texas Instruments ZNP (Zigbee Network Processor) radios, enabling integration with Zigbee networks. It allows for direct control of various Zigbee devices, facilitating their interaction within a network. By integrating with compatible systems, such as zigpy, this library supports operations like device pairing, network formation, and communication monitoring in a Zigbee environment. Useful for extending the functionality of Zigbee networks, the library is designed to work with different ZNP radios, ensuring compatibility with a wide range of home automation devices.