libclc-19

OpenCL C language implementation - platform support

libclc is an open implementation of the OpenCL C programming language, as specified by the OpenCL 1.1 Specification.

python3-python-awair

Asyncio client for the Awair GraphQL and Local APIs

An asyncio-based library for accessing parts of Awair's REST API. It supports listing devices, retrieving user information, and querying various sensor data over different timeframes. The package adopts an object-oriented approach to data handling and querying. Note that the Device API, Organization API, and device management functionalities are not supported.

python3-fnv-hash-fast

fast version of fnv1a

This package provides a Python library which is a fast version of fnv1a. It use a CPP implementation of fnv1a (32) if cython is available, and will fallback to pure python from the fnvhash package if it is not.

python3-fnvhash

Pure Python FNV hash implementation

This package provides a pure Python implementation of the FNV_ hash family with 100% test coverage. Take a look at pyhash_ for use cases where performance is more important than portability.

python3-goodwe

Library to connect to GoodWe inverters over a local network

Library enabling connectivity to GoodWe inverters via a local network, allowing users to retrieve runtime sensor values and configuration parameters. It supports various GoodWe inverter families, as well as white-label models, provided they listen on UDP port 8899 or use Modbus/TCP over port 502. Compatibility extends to inverters that connect over Wi-Fi using the official mobile apps such as SolarGo or PvMaster, making it a versatile tool for monitoring and managing photovoltaic systems.

python3-humps

String converter to camelCase

The humps module converts strings to camelCase format. The conversion process starts with a lower case alphabetic character, followed by alphanumeric characters. Non-alphanumeric characters are ignored, and spaces result in the next character being capitalized if it is alphabetic. The module processes input strings while ignoring any character case, ensuring a consistent camelCase output.