This package browser is in early development. Mind the rough edges.

python-paramiko 2.7.2

SSHv2 protocol library

Paramiko is a python implementation of the SSHv2 protocol, providing both client and server functionality. While it leverages a Python C extension for low level cryptography (PyCrypto), Paramiko itself is a pure Python interface around SSH networking concepts.

Installation

Install python-paramiko 2.7.2 as follows:

guix install python-paramiko@2.7.2

Or install the latest version:

guix install python-paramiko

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.