This is a staging site. Uploads will not persist. Testing only.

autoimport

Automatically import missing Python libraries

Throughout the development of a Python program you continuously need to manage the Python import statements either because you need one new object or because you no longer need it. This means that you need to stop writing whatever you were writing, go to the top of the file, create or remove the import statement and then resume coding.

python3-prometheus-flask-exporter

Prometheus metrics exporter for Flask (Python 3)

This library provides HTTP request metrics to export into Prometheus. It can also track method invocations using convenient functions.

libwayland-server++1

wayland compositor infrastructure - EGL library C++ bindings

Wayland is a protocol for a compositor to talk to its clients as well as a C library implementation of that protocol. The compositor can be a standalone display server running on Linux kernel modesetting and evdev input devices, an X application, or a wayland client itself. The clients can be traditional applications, X servers (rootless or fullscreen) or other display servers.

python3-psd-tools

library for working with Adobe Photoshop PSD files (Python 3)

psd-tools is a library that can read and write of the low-level PSD/PSB file structure and raw layer image export in NumPy and PIL format.

libmumps-64pord-ptscotch-5.4

Direct linear systems solver (64 bit) - PTScotch-version shared libraries

MUMPS implements a direct solver for large sparse linear systems, with a particular focus on symmetric positive definite matrices. It can operate on distributed matrices e.g. over a cluster. It has Fortran and C interfaces, and can interface with ordering tools such as Scotch.

libmoosex-abstractmethod-perl

Declare methods requirements that must be satisfied

Moosex::AbstractMethod allows classes to flag certain methods as being required to be implemented by a subclass, much as a Moose::Role does with 'requires'.