python3-libpulse

async Python 3 bindings for Pulseaudio and Pipewire pulse library

libpulse is a Python module based on asyncio, that uses ctypes to interface with the pulse library of the PulseAudio and PipeWire sound servers. The interface is meant to be complete. That is, all the constants, structures, plain functions and async functions are made available by importing the libpulse module.

python3-graphene-directives

schema directives implementation for graphene

Graphene directives provides the implementation of schema directives needed for graphene.

python3-graphene-federation

federation implementation for graphene

Federation support for Graphene, following the Apollo federation specifications.

python3-imapclient

Easy-to-use Python IMAP client library (Python 3)

IMAPClient is a high-level Python library to access mailboxes via the IMAP protocol. It relieves the user of many low-level tasks like parsing server responses, encoding of unicode strings used as folder names, optional translation of timestamps into local time of the client and more. The information is delivered in handy Python data structures that can be easily used for further processing. To help with code development or for quick inspections IMAPClient also offers easy-to-use interactive sessions.

libx265-209

H.265/HEVC video stream encoder (shared library)

libx265 is an encoding library for creating H.265/High Efficiency Video Coding (HEVC) video streams.

python3-shamir-mnemonic

Shamir’s Secret-Sharing for Mnemonic Codes, an implementation of SLIP-0039

This SLIP describes a standard and interoperable implementation of Shamir's secret sharing (SSS). SSS splits a secret into unique parts which can be distributed among participants, and requires a specified minimum number of parts to be supplied in order to reconstruct the original secret. Knowledge of fewer than the required number of parts does not leak information about the secret.