python-egenix-mxqueue
fast and memory-efficient queue for Python
mxQueue is a Python extension package that provides a new object type
called Queue.
python-drmaa
interface to DRMAA-compliant distributed resource management systems
This is a Python implementation of the Distributed Resource Management (DRM)
Application API (DRMAA). It provides all high-level functionality necessary
to consign a job to a DRM system (e.g. Sun Gridengine), including common
operations on jobs, such as termination or suspension.
python3-patatt
library for cryptographic attestation of patches
This module provides capabilities for cryptographic attestation of
patches for projects that use a patch-based workflow over email.
r-cran-fportfolio
GNU R package for financial engineering -- fPortfolio
This package of functions for financial engineering and computational
finance is part of Rmetrics, a collection of packages written and
compiled by Diethelm Wuertz.
shiboken
CPython bindings generator for C++ libraries
Shiboken is a bindings generator for C++ libraries that outputs CPython
source code. It collects information from library headers, and then
merges modifications and handwritten code defined in the typesystem
description.
python-prctl
Python interface to the prctl() syscall (Python 2)
The Linux prctl() function allows you to control specific characteristics of a
process' behaviour. Usage of the function is fairly messy though, due to
limitations in C and Linux. This module provides a nice non-messy Python(ic)
interface.