           MODULE=python-paramiko
          VERSION=4.0.0
           SOURCE=paramiko-$VERSION.tar.gz
       SOURCE_URL=https://files.pythonhosted.org/packages/source/p/paramiko/
       SOURCE_VFY=sha256:6a25f07b380cc9c9a88d2b920ad37167ac4667f8d9886ccebd8f90f654b5d69f
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/paramiko-$VERSION
         WEB_SITE=https://github.com/paramiko/paramiko/
             TYPE=python3
          ENTERED=20100219
          UPDATED=20250829
         REPLACES=paramiko
            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
