python-usb

USB interface for Python

For interacting with USB devices directly from Python, this library may come in handy.

python-pandas-lib

low-level implementations and bindings for pandas - Python 2

This is an add-on package for python-pandas providing architecture-dependent extensions.

python-zope.intid

Integer Id Utility

dpm-server-mysql

Disk Pool Manager (DPM) server with MySQL database backend

The LCG Disk Pool Manager (DPM) creates a storage element from a set of disks. It provides several interfaces for storing and retrieving data such as RFIO and SRM version 1, version 2 and version 2.2. This package provides a DPM server that uses MySQL as its database backend.

libogg-vorbis-decoder-perl

module for decoding Ogg Vorbis streams

Ogg::Vorbis::Decoder is a Perl module for decoding Ogg Vorbis files, based on the Vorbisfile interface (see libvorbis-dev for details). It can read data in Pulse-code Modulation (PCM) format from a file or stream, seek by raw bytes, PCM samples, or time.

libmail-rfc822-address-perl

Perl extension for validating email addresses

Mail::RFC822::Address validates email addresses against the grammar described in RFC 822 using regular expressions. How to validate a user supplied email address is a FAQ (see perlfaq9): the only sure way to see if a supplied email address is genuine is to send an email to it and see if the user receives it. The one useful check that can be performed on an address is to check that the email address is syntactically valid. That is what this module does.