python3-volatile
small extension for the Python tempfile module
Volatile provides an alternative to tempfile.NamedTemporaryFile that does
not delete the file on close(), but instead unlinks it after the context
manager ends. It also supports temporary mkdtemp-based directories, and
temporary Unix domain sockets.
python3-vttlib
Python library to extract VTT (Microsoft Visual TrueType) font hinting data
A library to:
- Extract VTT hinting data from a OpenType font prepared with Microsoft Visual
TrueType (VTT) and store it in a FontTools TTX dump
- Merge it back from a TTX dump into an OpenType font and
- Compile the data inside to font to ship it (turn TSI* tables into fpgm,
etc.).
python3-wcmatch
Wildcard File Name matching library (Python 3)
Wildcard Match provides an enhanced fnmatch, glob, and pathlib library in
order to provide file matching and globbing that more closely follows the
features found in Bash. In some ways these libraries are similar to Python's
builtin libraries as they provide a similar interface to match, filter, and
glob the file system. But they also include a number of features found in
Bash's globbing such as backslash escaping, brace expansion, extended glob
pattern groups, etc. They also add a number of new useful functions as well,
such as globmatch which functions like fnmatch, but for paths.
python3-typing-extensions
Backported and Experimental Type Hints for Python (Python3 version)
The "typing_extensions" module serves two related purposes:
gir1.2-gexiv2-0.16
GObject-based wrapper around the Exiv2 library - introspection data
gexiv2 is a GObject-based wrapper around the Exiv2 library. It makes the basic
features of Exiv2 available to GNOME applications.
python3-wilderness
Light wrapper around argparse for creating command line applications
Wilderness is a light wrapper around argparse for creating command line
applications with multiple subcommands, in the style of Git. Wilderness also
makes it easy to generate man pages for your application.