python3.12-venv
Interactive high-level object-oriented language (pyvenv binary, version 3.12)
Python is a high-level, interactive, object-oriented language. Its 3.12 version
includes an extensive class library with lots of goodies for
network programming, system administration, sounds and graphics.
python3-pglast
PostgreSQL Languages AST and statements prettifier (Python 3)
This is a Python 3 module that exposes the parse tree of a PostgreSQL
statement (extracted by the almost standard PG parser repackaged as a
standalone static library by libpg_query) as set of interconnected nodes,
usually called an abstract syntax tree.
python3.12-examples
Examples for the Python language (v3.12)
Examples, Demos and Tools for Python (v3.12). These are files included in
the upstream Python distribution (v3.12).
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.
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.