python3-glymur
Python tools for accessing JPEG2000 files
Glymur is an interface to the OpenJPEG library which allows one to
read and write JPEG 2000 files from Python.
Glymur supports both reading and writing of JPEG 2000 images,
but writing JPEG 2000 images is currently limited to images that
can fit in memory.
Glymur can read images using OpenJPEG library versions as far back
as 1.3, but it is strongly recommended to use at least version 2.1.2.
nvidia-driver
NVIDIA metapackage
This metapackage depends on the NVIDIA binary driver and libraries
that provide optimized hardware acceleration of
OpenGL/GLX/EGL/GLES/Vulkan applications via a direct-rendering X Server.
linux-support-6.12.19
Support files for Linux 6.12
This package provides support files for the Linux kernel build, e.g.
scripts to handle ABI information and for generation of build system meta
data.
wordpress-theme-twentytwentyfive
weblog manager - twentytwentyfive theme files
WordPress is a full featured web blogging tool:
* Instant publishing (no rebuilding)
* Comment pingback support with spam protection
* Non-crufty URLs
* Themable
* Plugin support
This package contains WordPress twentytwentyfive theme files
NOTE: This theme requires access to public CDNs for use of
some font or CSS files.
linux-support-6.12.27
Support files for Linux 6.12
This package provides support files for the Linux kernel build, e.g.
scripts to handle ABI information and for generation of build system meta
data.
python3-openapi-pydantic
Pydantic OpenAPI schema implementation (Python module)
The OpenAPI Specification (OAS) defines a standard, language-agnostic interface
to HTTP APIs which allows both humans and computers to discover and understand
the capabilities of the service without access to source code, documentation,
or through network traffic inspection. When properly defined, a consumer can
understand and interact with the remote service with a minimal amount of
implementation logic.