          MODULE=paramiko
         VERSION=1.7.6
          SOURCE=${MODULE}-${VERSION}.zip
      SOURCE_URL=http://pypi.python.org/packages/source/p/paramiko/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
      SOURCE_VFY=sha1:c4aa04b712253ea2a53a0b411dfd8b3f77d67ed4
        WEB_SITE="http://www.lag.net/paramiko/"
         ENTERED=20100219
         UPDATED=20100219
           SHORT="Python SSH connection handler"
cat << EOF
This is a library for making SSH2 connections (client or server).
Emphasis is on using SSH2 as an alternative to SSL for making secure
connections between python scripts. All major ciphers and hash methods
are supported. SFTP client and server mode are both supported too.
EOF
