This module contains a pure-Python implementation of a HTTP/2 protocol stack. It does not provide a parsing layer, a network layer, or any rules about concurrency. Instead, it's a purely in-memory solution, defined in terms of data actions and HTTP/2 frames. This is one building block of a full Python HTTP implementation.
PyAV is a Python library that allows for direct and precise manipulation of media through containers, streams, packets, codecs, and frames. It provides access to the powerful FFmpeg libraries while managing the complex details as much as possible. PyAV also facilitates data transformation and integration with other packages such as Numpy and Pillow. However, working with media is a challenging task and PyAV cannot abstract it away or make all the best decisions for you. If you can accomplish your tasks with the ffmpeg command, PyAV may not be necessary. Nonetheless, PyAV is an essential tool when working with media that requires its specific capabilities.
Flexible test automation.
Python ctypes bindings for HIDAPI library.
This package provides a YAML template engine with Python expressions.
This package provides Python bindings to Ammonia HTML sanitizer Rust crate.
This package provides conversion functions between UTM and WGS84 coordinates.
Turn a Git repository into an Artifact or Model Registry.
This package provides a Python module for parsing and splitting PEM files.
tools to build dofs map used by inrae.mse
This package provides a Python interface for the SCS (Splitting conic solver) library.
Python-EPC can call elisp functions from Python and Python functions from elisp.
This package provides the official module to perform HTTP requests to the OVHcloud APIs.
This package provides a Python Software Development Kit for the Model Context Protocol (MCP).
The Olm library implements the Double Ratchet cryptographic ratchet. This package contains its Python bindings.
This package provides a Python library for Empirical Mode Decomposition and related spectral analyses.
This package provides a Python Module to Interact with NASA's Astrophysics Data System.
This package provides python-vdf, a library for working with Valve's VDF text format.
clf is a command line tool for searching code snippets on https://commandlinefu.com.
VSG lets you define a VHDL coding style and provides a command-line tool to enforce it.
This package contains GObject Introspection overrides for Python that can be used by Python applications using GStreamer.
Pip is a package manager for Python software, that finds packages on the Python Package Index (PyPI).
This package provides a Python library for parsing, modifying, and composing subtitles in the SRT file format.
Lap is a linear assignment problem solver using Jonker-Volgenant algorithm for dense (LAPJV) or sparse (LAPMOD) matrices.