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.
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.