python-dill

Serialize all of Python (almost)

Dill extends Python's 'pickle' module for serializing and de-serializing Python objects to the majority of the built-in Python types. Dill provides the user the same interface as the 'pickle' module, and also includes some additional features. In addition to pickling Python objects, dill provides the ability to save the state of an interpreter session in a single command. Dill can be used to store Python objects to a file, but the primary usage is to send Python objects across the network as a byte stream.

python-proliantutils

client lib interfacing various devices in HP Proliant Servers - Python 2.x

Proliant Management Tools provides Python libraries for interfacing and managing various devices(like iLO) present in HP Proliant Servers. Currently, this module offers a library to interface to iLO4 using RIBCL.

libmoox-strictconstructor-perl

make Moo-based object constructors blow up on unknown attributes

Simply loading MooX::StrictConstructor makes your constructors "strict". If your constructor is called with an attribute init argument that your class does not declare, then it dies. This is a great way to catch small typos.

libfreehep-graphicsio-pdf-java

FreeHEP Portable Document Format Driver

The Vector Graphics package of the FreeHEP Java Library enables any Java program to export to a variety of vector graphics formats as well as bitmap image formats. Among the vector formats are Encapsulated PostScript (EPS), Portable Document Format (PDF), Enhanced Meta Format (EMF), Scalable Vector Graphics (SVG), and Flash (SWF), while the image formats include GIF, PNG, JPG and PPM.

libmujs1

Lightweight JavaScript interpreter library

MuJS is a lightweight JavaScript interpreter designed for embedding in other software to extend them with scripting capabilities.

python3-altair

Declarative statistical visualization library for Python

Altair is a declarative statistical visualization library, based on Vega (A Visualization Grammar) and Vega-Lite. This elegant simplicity produces beautiful and effective visualizations with a minimal amount of code.