python3-distributed

Dask Distributed computing for Python 3

Dask.distributed is a lightweight library for distributed computing in Python. It extends both the concurrent.futures and dask APIs to moderate sized clusters.

python3-django-storages-libcloud

storage backends in Django (Libcloud)

django-storages is a collection of custom storage backends for Django. Each storage backend has its own unique settings you will need to add to your settings.py file. Read the documentation for your storage engine(s) of choice to determine what you need to add.

poppass-cgi

CGI script to interact with a poppassd server

poppass is a CGI script written to allow users to change their passwords through the web. It interacts with a poppassd server (see the poppassd Debian package) and does no changing itself. It can therefore be installed in an unprivileged way.

libvibe-utils0

High-performance web application toolkit - Utils

vibe.d is a high-performance asynchronous I/O, concurrency and web application toolkit written in D. It already contains many supplemental features such as database support to be able to offer a complete development environment.

haskell-lazy-csv-utils

efficient lazy parsers for CSV (comma-separated values)

The CSV format is defined by RFC 4180. These efficient lazy parsers (String and ByteString variants) can report all CSV formatting errors, whilst also returning all the valid data, so the user can choose whether to continue, to show warnings, or to halt on error. Valid fields retain information about their original location in the input, so a secondary parser from textual fields to typed values can give intelligent error messages.

python-dnslib

Module to encode/decode DNS wire-format packets (Python 2)