diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-10-10 17:02:08 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-10-10 17:02:08 -0700 |
commit | c58a5bd649ebeb0439004daf2cc9f442edeb43e7 (patch) | |
tree | 0e73e29309dcb267b10bff2854092a50226d0b3f /sites/www/index.rst | |
parent | a134694d123c0568353184ec03e0f7767dd59846 (diff) |
Update docs, metadata, test references to 2.6/3.3
Diffstat (limited to 'sites/www/index.rst')
-rw-r--r-- | sites/www/index.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sites/www/index.rst b/sites/www/index.rst index f0a5db8a..26961f24 100644 --- a/sites/www/index.rst +++ b/sites/www/index.rst @@ -1,11 +1,11 @@ Welcome to Paramiko! ==================== -Paramiko is a Python (2.6+, 3.3+) implementation of the SSHv2 protocol [#]_, +Paramiko is a Python (2.7, 3.4+) implementation of the SSHv2 protocol [#]_, providing both client and server functionality. While it leverages a Python C -extension for low level cryptography -(`Cryptography <https://cryptography.io>`_), 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 |