python3-jsonrpc-base

JSON-RPC client library base interface

This library provides a compact and simple interface for creating JSON-RPC clients. It supports nested namespaces, allowing for method calls such as 'app.users.getUsers()'. Designed to be highly compatible, it aims to offer a reliable tool for constructing JSON-RPC client applications. The library includes full support for JSON-RPC version 1 servers and is maintained with an emphasis on compliance with the JSON-RPC specification.

python3-aiopurpleair

Python library for interacting with the PurpleAir API

This library allows users to interact with the PurpleAir API, providing access to hyper-local air quality data collected from PurpleAir sensors. The library can fetch data from specific sensors, retrieve lists of nearby sensors, and generate API keys for accessing different levels of data. It supports querying for sensor data based on various parameters such as fields, location, modification date, and more.

python3-aionotion

Library for interacting with Notion home monitoring sensors

This library provides tools to interact with Notion's home monitoring sensors. It enables users to retrieve data from various sensors, manage user authentication tokens, and work with different components of the Notion system such as bridges, sensors, and listeners. The library supports asynchronous operations, making it well-suited for applications that require concurrent data processing.

python3-aioelectricitymaps

Async Python client for interfacing with Electricity Maps API

This library provides an asynchronous interface to interact with the Electricity Maps API, enabling users to fetch real-time data about carbon intensity and energy sources of specific regions. It allows for data collection through geographical coordinates or country codes. Users can obtain detailed information on carbon emissions and the proportion of fossil fuels used in energy production. The library requires an API key from the Electricity Maps service and can access comprehensive environmental data for supported regions.

libmfx-gen1.2

Intel VPL GPU Runtime -- shared library

Intel Video Processing Library GPU Runtime is a Runtime implementation of Intel VPL API for Intel Gen GPUs. Runtime provides access to hardware-accelerated video decode, encode and filtering.

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.