python3-sherlock

distributed inter-process locks with a choice of backend

Sherlock is a library that provides easy-to-use distributed inter-process locks and also allows you to choose a backend of your choice for lock synchronization.

python3-re-assert

show where your regex match assertion failed

A Python 3 library that provides a helper class to simplify making assertions of regexes, by showing where a match fails.

python3-pyzstd

Facebook's Zstandard (or zstd as short name) algorithm

Python bindings to Zstandard (zstd) compression library, the API style is similar to Python's bz2/lzma/zlib modules.

python3-isoduration

Operations with ISO 8601 durations (Python 3 package)

ISO 8601 supports time durations in string format, for example "P3Y6M4DT12H30M5S" represents a duration of 3 years, 6 months, 4 days, 12 hours, 30 minutes, and 5 seconds. This package supports working with such durations, addressing the shortcomings of the isodate package.

python3-haproxyadmin

work with HAProxy via the stats socket

Haproxyadmin is a Python library for interacting with HAProxy load balancer to perform operations such as enabling/disabling servers. It does that by issuing the appropriate commands over the stats socket provided by HAProxy. It also uses that stats socket for retrieving statistics and changing settings.

libtinygltf2d

glTF loader and saver library

glTF (GL Transmission Format) is a royalty-free specification for the efficient transmission and loading of 3D scenes and models by applications. TinyGLTF is a C++ implementation to load and save glTF data.