python-sphinx-testing
testing utility for Sphinx extensions
sphinx-testing provides testing utility classes and functions for Sphinx
extensions.
See also pydoc sphinx_testing.
python-fdb
Python2 DB-API driver for Firebird
FDB is a Python library package that implements Python Database API
2.0-compliant support for the open source relational database Firebird®.
In addition to the minimal feature set of the standard Python DB API,
FDB also exposes nearly the entire native client API of the database
engine. This version installs the Python2 byte code.
mariadb-connect-engine-10.0
Connect storage engine for MariaDB
pysrs-bin
Python SRS (Sender Rewriting Scheme) binaries
As SPF is implemented, MTAs that check SPF must account for any forwarders.
One way to handle forwarding is to have the forwarding MTA rewrite envfrom to
a domain they are authorized to use.
gunicorn3
Event-based HTTP/WSGI server (Python 3 version)
Green Unicorn (gunicorn) is an HTTP/WSGI server designed to serve fast clients
or sleepy applications. That is to say; behind a buffering front-end server
such as nginx or lighttpd.
python3-rencode
Python encoding library similar to bittorrent's bencode (Python 3)
For complex, heterogeneous data structures with many small elements,
r-encodings take significantly less space than b-encodings.
This version of rencode is a complete rewrite in Cython in order to
increase performance over the pure Python module written by Petru Paler,
Connelly Barnes et al.