dnsmasq

Small caching DNS proxy and DHCP/TFTP server - system daemon

Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP server. It is designed to provide DNS and optionally, DHCP, to a small network. It can serve the names of local machines which are not in the global DNS. The DHCP server integrates with the DNS server and allows machines with DHCP-allocated addresses to appear in the DNS with names configured either in each host or in a central configuration file. Dnsmasq supports static and dynamic DHCP leases and BOOTP/TFTP for network booting of diskless machines.

dnsmasq-base-lua

Small caching DNS proxy and DHCP/TFTP server - executable, Lua-enabled

This package contains the dnsmasq executable and documentation, but not the infrastructure required to run it as a system daemon. For that, install the dnsmasq package. This package is an alternative to dnsmasq-base which includes the Lua interpreter.

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.
Document (PostScript, PDF) viewer

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.