python3-wtforms-alchemy
Tools for creating WTForms forms from SQLAlchemy models (library)
WTForms-Alchemy provides a helper class that let you create a Form class
from a SQLAlchemy model. It does not try to replace all the functionality
of wtforms.ext.sqlalchemy, only the model_form function of
wtforms.ext.sqlalchemy by a much better solution. Other functionality of
ext.sqlalchemy such as QuerySelectField and QuerySelectMultipleField can be
used along with WTForms-Alchemy.
reform-handbook
MNT Reform Operator Handbook
The HTML and PDF version of the operator handbook for the MNT Reform open
hardware laptop. It contains topics like:
python3-leidenalg
Python3 implementation of the Leiden algorithm in C++
This package implements the Leiden algorithm in C++ and exposes it to
Python. It relies on igraph for it to function. Besides the relative
flexibility of the implementation, it also scales well, and can be run
on graphs of millions of nodes (as long as they can fit in memory). The
core function is find_partition which finds the optimal partition using
the Leiden algorithm, which is an extension of the Louvain algorithm for
a number of different methods. The methods currently implemented are
libgumbo3
pure-C HTML5 parser
Gumbo is an implementation of the HTML5 parsing algorithm implemented
as a pure C99 library with no outside dependencies. It's designed to serve
as a building block for other tools and libraries such as linters,
validators, templating languages, and refactoring and analysis tools.
keyd-application-mapper
keyboard key remapping daemon - application-specific remapper
keyd is a system-wide key remapping daemon which supports features like
layering, oneshot modifiers, and macros. In its most basic form it can be used
to define a custom key layout that persists across display server boundaries
(e.g wayland/X/tty).
python3-locust
Developer friendly load testing framework
Locust is an easy to use, scriptable and scalable performance testing tool. You
define the behaviour of your users in regular Python code, instead of using a
clunky UI or domain specific language. This makes Locust infinitely expandable
and very developer friendly.