transitional dummy package

unity-2d-panel

transitional dummy package

python3-joypy

ridgeline-/joyplots plotting routine

JoyPy is a one-function Python package based on matplotlib + pandas with a single purpose: drawing joyplots (a.k.a. ridgeline plots). Joyplots are stacked, partially overlapping density plots. They are a nice way to plot data to visually compare distributions, especially those that change across one dimension (e.g., over time). Though hardly a new technique, they have become very popular lately thanks to the R packages ggridges and ggjoy.

python3-palettable

library of color palettes for Python (Python 3)

Palettable (formerly brewer2mpl) is a library of color palettes for Python. It's written in pure Python with no dependencies, but it can supply color maps for matplotlib. You can use Palettable to customize matplotlib plots or supply colors for a web application.

nfacct

netfilter accounting object tool

This is the command line tool to create/retrieve/delete netfilter accounting objects.

libdb-file-lock-perl

wrapper adding locking for the DB_File module

When you need locking, simply use DB_File::Lock in place of DB_File and add an extra argument onto the tie command specifying if the file should be locked for reading or writing.

libcgi-application-plugin-configauto-perl

plugin that adds Config::Auto support to CGI::Application

CGI::Application::Plugin::ConfigAuto adds easy access to config file variables to your CGI::Application modules. Lazy loading is used to prevent the config file from being parsed if no configuration variables are accessed during the request. In other words, the config file is not parsed until it is actually needed. The Config::Auto package provides the framework for this plugin.