postgresql-postgis-scripts
Geographic objects support for PostgreSQL -- SQL scripts metapackage
PostGIS adds support for geographic objects to the PostgreSQL
object-relational database. In effect, PostGIS "spatially enables"
the PostgreSQL server, allowing it to be used as a backend spatial
database for geographic information systems (GIS), much like ESRI's
SDE or Oracle's Spatial extension. PostGIS follows the OpenGIS
"Simple Features Specification for SQL".
python3-typeshed
collection of library stubs for Python, with static types
Typeshed contains external type annotations for the Python standard library
and Python builtins, as well as third party packages as contributed by people
external to those projects.
python3-rsyncmanager
Python binding for rsync
This library is a binder for rsync. It wraps the rsync command into a
nice Python interface.
python3-sigstore-rekor-types
Python models for Rekor's API types (Python library)
Python models for Rekor's API types.
xen-utils-4.19
Xen administrative tools
The userspace tools to manage a system virtualized through the Xen virtual
machine monitor.
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.