diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-16 10:38:20 -0700 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2014-09-16 10:38:20 -0700 |
commit | b42ff32f3dfb097ef06fdc7189b4889c92360a77 (patch) | |
tree | ac9f6587536014f5a88d3ccf0275b71f61a184e6 /sites/www/index.rst | |
parent | a46ea81491b23af642247559da9e72fab472767d (diff) |
Try to update the installation docs
Diffstat (limited to 'sites/www/index.rst')
-rw-r--r-- | sites/www/index.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst index 1b609709..fd452fef 100644 --- a/sites/www/index.rst +++ b/sites/www/index.rst @@ -3,8 +3,9 @@ Welcome to Paramiko! Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol [#]_, providing both client and server functionality. While it leverages a Python C -extension for low level cryptography (`PyCrypto <http://pycrypto.org>`_), -Paramiko itself is a pure Python interface around SSH networking concepts. +extension for low level cryptography +(`Cryptography <http://cryptography.io>`_), Paramiko itself is a pure Python +interface around SSH networking concepts. This website covers project information for Paramiko such as the changelog, contribution guidelines, development roadmap, news/blog, and so forth. Detailed |