python3-cycler
composable kwarg iterator (Python 3)
When using matplotlib and plotting more than one line, it is common to want to
be able to cycle over one or more artist styles; but the plotting logic can
quickly become very involved.
fusionforge-web-vhosts
collaborative development tool - web vhosts (using Apache)
FusionForge provides many tools to aid collaboration in a
development project, such as bug-tracking, task management,
mailing-lists, SCM repository, forums, support request helper,
web/FTP hosting, release management, etc. All these services are
integrated into one web site and managed through a web interface.
python3-pycddl
Deserialize CBOR and/or do CDDL schema validation
CDDL is a schema language for the CBOR serialization format. pycddl allows one
to validate CBOR documents match a particular CDDL schema, based on the Rust
cddl library. Optionally, it can decode CBOR documents.
plasma-workspace-wallpapers
Wallpapers for Plasma 6
Wallpapers for integrated use with the Plasma workspace.
php-symfony-class-loader
load PHP classes automatically
The Symfony ClassLoader Component makes it possible to automatically
load PHP classes if they follow some standard PHP conventions such
as the PSR-0 standard or the PEAR naming convention.
python-pytimeparse
time expression parser - Python 2.x
A small Python library to parse various kinds of time expressions, inspired by
this StackOverflow question: http://stackoverflow.com/questions/4628122