Source: pydes
Section: user/other
Priority: extra
Maintainer: Angus Ainslie <angus.ainslie@gmail.com>
Build-Depends: debhelper (>= 5)
Standards-Version: 3.7.2

Package: pydes
Architecture: all
Depends: python2.5
Description: This algorithm is a pure python implementation of the DES algorithm.
 It is in pure python to avoid portability issues, since most DES implementations are programmed in C (for performance reasons).