postgresql-16

The World's Most Advanced Open Source Relational Database

PostgreSQL, also known as Postgres, is a free and open-source relational database management system (RDBMS) emphasizing extensibility and SQL compliance. It features transactions with Atomicity, Consistency, Isolation, Durability (ACID) properties, automatically updatable views, materialized views, triggers, foreign keys, and stored procedures. It is designed to handle a range of workloads, from single machines to data warehouses or Web services with many concurrent users.

postgresql-plperl-16

PL/Perl procedural language for PostgreSQL 16

PL/Perl enables an SQL developer to write procedural language functions for PostgreSQL 16 in Perl. You need this package if you have any PostgreSQL 16 functions that use the languages plperl or plperlu.

postgresql-pltcl-16

PL/Tcl procedural language for PostgreSQL 16

PL/Tcl enables an SQL developer to write procedural language functions for PostgreSQL 16 in Tcl. You need this package if you have any PostgreSQL 16 functions that use the languages pltcl or pltclu.

python3-shippinglabel

Utilities for handling packages

Module developed with the aim of assisting the developer in managing packages with the following functions: - Returns the web links for the given project. - Useful for creating and verifying sha256 checksums of files. - Useful for working with trove classifiers. - Useful for working with the Python Package Index (PyPI). - Useful for working with PEP 508 requirements. - Useful for working with source distributions. - Serves to assist in building conda packages. - Returns the subset of versions that do not end with -dev. - Returns the subset of versions that are not pre-releases (alpha, beta, dev, rc etc.). packages. - Reads the pyvenv.cfg for the given virtualenv and returns a key: value mapping of your content. - among other features.

python3-pylatex

Python library for creating LaTeX files and snippets

PyLaTeX is a Python library for creating and compiling LaTeX files or snippets. The goal of this library is being an easy, but extensible interface between Python and LaTeX.

python3-sdjson

single-dispatch JSON encoder for Python

Module uses functools.singledispatch to support custom encoders for Python built-in classes and user-created classes.