           SPELL=paramiko
         VERSION=1.6
     SOURCE_HASH='sha512:509229334360a93bb849dc24fd0f965cbfb1cf5013ebd2098c17ece3376b92788bbb3403c32a1b39de581778ce05c75aa506ede6dca37ea8f8f74fa69f481d59'
          SOURCE="$SPELL-$VERSION.zip"
   SOURCE_URL[0]="http://www.lag.net/paramiko/download/$SOURCE"
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
        WEB_SITE="http://www.lag.net/paramiko/"
         ENTERED=20060403
         LICENSE=LGPL
        KEYWORDS="python devel"
           SHORT='paramiko is a module for python 2.2 that implements the SSH2 protocol for secure connections to remote machines.'
cat << EOF
paramiko is a module for python 2.2 (or higher) that implements the SSH2
protocol for secure (encrypted and authenticated) connections to remote
machines. unlike SSL (aka TLS), SSH2 protocol does not require heirarchical
certificates signed by a powerful central authority. you may know SSH2 as
the protocol that replaced telnet and rsh for secure access to remote 
shells, but the protocol also includes the ability to open arbitrary
channels to remote services across the encrypted tunnel (this is how
sftp works, for example).
EOF
