diff options
author | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-25 20:27:32 -0400 |
---|---|---|
committer | Alex Gaynor <alex.gaynor@gmail.com> | 2016-04-25 20:27:32 -0400 |
commit | 79fcbdad812cc3be39afbf8375c11e0581eeb86e (patch) | |
tree | a291236fc63b525a78ff52cd7b4a87c10f30c0d9 /sites/www/index.rst | |
parent | b4474bb60e8a081968efbfe7de2e5869522455e1 (diff) | |
parent | 86645149c9d066d5fe9222525c8bdf91df7f7de9 (diff) |
Merge branch 'master' into remove-rc4
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 8e7562af..b09ab589 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 <https://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 |