python3-posix-ipc

semaphores, shared memory and message queues - Python 3.x

posix_ipc is a Python module (written in C) that permits creation and manipulation of POSIX inter-process semaphores, shared memory and message queues on platforms supporting the POSIX Realtime Extensions a.k.a. POSIX 1003.1b-1993. This includes nearly all Unices and Windows + Cygwin 1.7.

libmoosex-param-perl

simple Moose role providing a standard param method

The MooseX::Param Perl module is a very simple Moose role which provides a CGI like param method. It provides a params attribute which has a read-only accessor and a HashRef type constraint. It also adds a builder method to properly initialize it.

postgresql-11-unit

SI Units for PostgreSQL

r-cran-its

GNU R package for handling irregular time series

This package contains an S4 class for handling irregular time series

python3-pathos

Framework for heterogeneous parallel computing

Pathos provides a consistent high-level interface for configuring and launching parallel computations across heterogeneous resources. It provides configurable launchers for parallel and distributed computing, where each launcher contains the syntactic logic to configure and launch jobs in an execution environment. Examples of launchers include: "pyina", a queue-less MPI-based launcher; "pathos", an ssh-based launcher; "multiprocess", a multi-process launcher.

libtest-identity-perl

test module that asserts the referential identity of a reference

Test::Identity provides a single testing function, identical. It asserts that a given reference is as expected; that is, it either refers to the same object or is undef. It is similar to Test::More::is except that it uses refaddr, ensuring that it behaves correctly even if the references under test are objects that overload stringification or numification. It also provides better diagnostics if the test fails.