python-scoop

Python library for concurrent parallel programming

SCOOP (Scalable COncurrent Operations in Python) is a distributed task module allowing concurrent parallel programming on various environments, from heterogeneous grids to supercomputers.

postgresql-12-pgsphere

Spherical data types for PostgreSQL

geany-plugin-py

Python bindings for the Geany plugin API

GeanyPy allows people to write their Geany plugins in Python making authoring a plugin much more accessible to non C programmers.

sphinx-multiversion

Binary add support for sphinx-multiversion

Sphinx extension for building self-hosted versioned documentation. Aims to provide a clean implementation that tries to avoid messing with Sphinx internals as much as possible.

python-bibtexparser

Python library to parse bibtex files

The bibtexparser module provides parsing and writing of BibTeX files functionality. The parsed data is returned as a simple BibDatabase object with the main attribute being entries representing bibliographic sources such as books and journal articles.

libstatistics-test-randomwalk-perl

module to perform a Random Walk statistical test

Statistics::Test::RandomWalk implements a Random Walk test of a random number generator as outlined in Blobel et al. Basically, it tests that the numbers (in the interval between 0 and 1) generated by a random number generator are distributed evenly. It divides [0,1] into n evenly sized bins and calculates the number of expected and actual random numbers in the bin. (In fact, this counts the cumulated numbers, but that works the same.)