python3-channels

Developer-friendly asynchrony for Django

Channels augments Django to bring WebSocket, long-poll HTTP, task offloading and other async support to your code, using familiar Django design patterns and a flexible underlying framework that lets you not only customize behaviours but also write support for your own protocols and needs.

python3-inquirerpy

collection of common interactive command-line user interfaces

InquirerPy is a Python port of the famous Inquirer.js: a collection of common interactive command line user interfaces. This project is a re-implementation of the PyInquirer project, with bug fixes of known issues, new prompts, backward compatible APIs, as well as more customisation options.

python3-open-meteo

asynchronous client for the Open-Meteo API

Open-Meteo offers free weather forecast APIs for open-source developers and non-commercial use. No API key is required. You can start using it immediately!

python3-pvo

Asynchronous client for the PVOutput API

This library provides an asynchronous interface for interacting with the PVOutput API. It enables the monitoring of solar photovoltaic (PV) systems by programmatically consuming data uploaded to PVOutput. The library facilitates the retrieval of various statuses and metrics of PV systems, allowing for efficient data management and analysis.

python3-grpc-status

Status proto mapping for gRPC

gRPC Python Status Proto is a reference package for GRPC Python status proto mapping.

python3-pydantic-core

Rust implementation of pydantic core functionality (Python 3 module)

pydantic uses type hinting (PEP 484) and variable annotation (PEP 526) to validate that untrusted data takes the desired form. There is also support for an extension to dataclasses where the input data is validated.