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.
evince
Document (PostScript, PDF) viewer
Evince is a simple multi-page document viewer. It can display and print
PostScript (PS), Encapsulated PostScript (EPS), DjVu, DVI, Portable
Document Format (PDF) and XML Paper Specification (XPS) files.
When supported by the document, it also allows searching for text,
copying text to the clipboard, hypertext navigation, and
table-of-contents bookmarks.
python3-pacparser
Python 3 module to parse proxy auto-config files
a library to parse proxy auto-config (PAC) files. Proxy auto-config files are
a vastly used proxy configuration method these days. Web browsers can use a PAC
file to determine which proxy server to use or whether to go direct for a given
URL. PAC files are written in JavaScript and can be programmed to return
different proxy methods (e.g. "PROXY proxy1:port; DIRECT") depending upon URL,
source IP address, protocol, time of the day etc. PAC files introduce a lot of
possibilities.
python3-django-csp
Content Security Policy for Django (Python3 version)
django-csp adds Content-Security-Policy headers to Django applications. It
provides a middleware that takes care of setting the correct header values and
has several configuration settings to create custom policies.
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.