ruby-guard
Commandline to easily handle events on file system modifications
Guard automates various tasks by running custom rules whenever file or
directories are modified.
It's frequently used by software developers, web designers, writers and other
specialists to avoid mundane, repetitive actions and commands such as
"relaunching" tools after changing source files or configurations.
gir1.2-polkitgtkmate-1.0
GObject introspection data for mate-polkit
python3-wtf-peewee
WTForms integration for peewee models (Python 3)
Bridge between wtforms.ext and peewee. It provides a bridge between
peewee models and wtforms, mapping model fields to form fields.
python3-img2pdf
Lossless conversion of raster images to PDF (library)
This module will take a list of raster images and produce a PDF file with the
images embedded in it. JPEG and JPEG2000 images will be included without
recompression. Raster images in other formats will be included with zip/flate
encoding which usually leads to an increase in the resulting size because
formats like png compress better than PDF which just zip/flate compresses the
RGB data. As a result, this module is able to losslessly wrap images into a
PDF container with a quality to filesize ratio that is typically better (in
case of JPEG and JPEG2000 images) or equal (in case of other formats) than
that of existing tools.
python3-flask-paranoid
Simple user session protection
Flask-Paranoid protects user sessions. When a client connects to this
application, a "paranoid" token will be generated according to the IP address
and user agent. In all subsequent requests, the token will be recalculated and
checked against the one computed for the first request. If the session cookie
is stolen and the attacker tries to use it from another location, the
generated token will be different, and in that case the extension will clear
the session and block the request.
libghc-fgl-arbitrary-prof
QuickCheck support for fgl; profiling libraries
Provides Arbitrary instances for fgl graphs (to avoid adding a
QuickCheck dependency for fgl whilst still making the instances
available to others).