python3-isal

gaster zlib and gzip compatible (de-)compression using the ISA-L library

This package provides Python bindings for the ISA-L library.

python3-fastrlock

fast RLock implementation for CPython

This is a C-level implementation of a fast, re-entrant, optimistic lock for CPython. It is a drop-in replacement for threading.RLock. FastRLock is implemented in Cython and also provides a C-API for direct use from Cython code via from fastrlock cimport rlock or from cython.cimports.fastrlock import rlock.

python3-asyncinject

Run async workflows using pytest-fixtures-style dependency injection

This library simplifies the execution of parallel asynchronous operations by utilising a dependency injection style similar to pytest fixtures. It allows you to define a collection of functions, where the function arguments represent dependent functions that must be executed first. The library creates and executes an efficient sequence for executing the necessary functions in parallel. Functions, whether regular or asynchronous, can be registered and executed by the library, providing flexibility in managing dependencies. The dependency injection mechanism allows passing keyword arguments directly to functions and enables default parameter values, thereby excluding them from dependency checks. Additionally, users can gather timing information for executed tasks or disable parallel execution for benchmarking purposes. This makes the execution of complex workflows more manageable by organizing and parallelizing dependent tasks.

binutils-sparc-linux-gnu

GNU binary utilities, for sparc-linux-gnu target

This package provides GNU assembler, linker and binary utilities for the sparc-linux-gnu target.

libcreaterepo-c1

library for creating RPM repository metadata

The createrepo tool generates the repodata directory and XML metadata that makes up a repository of RPM packages. This repository format is supported by apt-rpm, red-carpet(zen), smartpm, up2date, yast, and yum.

python3-confection

sweetest config system for Python3

Confection candy is a lightweight library that offers a configuration system letting you conveniently describe arbitrary trees of objects.