python3-staticconf

Python library for loading and reading configuration (Python 3)

This package contains PyStaticConfiguration, a Python library for loading, validating and reading configuration from many heterogeneous formats. Configuration is split into two phases. * Configuration Loading: configuration is read from files or Python objects, flattened, and merged into a container called a `namespace`. Namespaces are used to separate unrelated configuration groups. If configuration is changed frequently, it can also be reloaded easily with very little change to the existing code. * Configuration Reading: a configuration value is looked up in the `namespace`. It is validating and converted to the requested type.

libsexpp0

S-expressions parser and generator library

S-expressions are data structures for representing complex data as a variation on LISP S-expressions.

libjs-vue

Core library of the Vue JavaScript framework, browser build

Vue is a flexible, non-opinionated, non-monolithic, incrementally adoptable JavaScript framework for building user interfaces with JavaScript or TypeScript.

libdt-utils5

Device tree related library

libdt-utils provides the foundation for dt-utils' tools. It provides a programmer with an API to analyze device tree files and is an alternative to libfdt.

libwmf-0.2-7-gtk

Windows metafile conversion GTK pixbuf plugin

Windows metafile (WMF) is a picture format used by many Windows programs, e.g. Microsoft Word. libwmf is a library for interpreting metafile images and either displaying them using X or converting them to standard formats such as PNG, JPEG, PS, EPS and SVG(Z)...

python3-backoff

Function decoration for backoff and retry

This module provides function decorators which can be used to wrap a function such that it will be retried until some condition is met. It is meant to be of use when accessing unreliable resources with the potential for intermittent failures i.e. network resources and external APIs. Somewhat more generally, it may also be of use for dynamically polling resources for externally generated content.