r-cran-parallelmap
GNU R unified interface to parallelization back-ends
Unified parallelization framework for multiple back-end,
designed for internal package and interactive usage.
The main operation is a parallel "map" over lists.
Supports local, multicore, mpi and BatchJobs mode.
Allows "tagging" of the parallel operation
with a level name that can be later selected by the user to
switch on parallel execution for exactly this operation.
python-zc.lockfile
Basic inter-process locks for Python 2
The zc.lockfile package provides a basic portable implementation of
interprocess locks using lock files. The purpose if not specifically to lock
files, but to simply provide locks with an implementation based on
file-locking primitives. Of course, these locks could be used to mediate
access to *other* files. For example, the ZODB file storage implementation
uses file locks to mediate access to file-storage database files. The database
files and lock file files are separate files.
python-popcon
Python interface to Debian's Popularity Contest (popcon)
This package provides the popcon module for Python 2, which allows one to
query Debian's Popularity Contest data.
python-zinnia
Python binding for the zinnia library
Zinnia provides a simple, customizable, and portable dynamic OCR
system for hand-written input, based on Support Vector Machines.
python-zope.i18nmessageid
Message Identifiers for internationalization
This package provides facilities for declaring translatable messages ids
within program source text; translation of the messages is the
responsibility of the zope.i18n package.
r-cran-pkgcond
GNU R classed error and warning conditions
This GNU R package provides utilities for creating classed error and warning
conditions based on where the error originated.