diff options
author | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 16:25:55 -0500 |
---|---|---|
committer | Jeremy T. Bouse <jbouse@debian.org> | 2009-11-27 16:25:55 -0500 |
commit | e299181a5dda25aed4879ebcbe1359604448b3ae (patch) | |
tree | f2d18804fcc3367ca9c5e977c1618679b5a5e363 /paramiko.egg-info | |
parent | ed280d5ac360e2af796e9bd973d7b4df89f0c449 (diff) | |
download | python-paramiko-e299181a5dda25aed4879ebcbe1359604448b3ae.tar python-paramiko-e299181a5dda25aed4879ebcbe1359604448b3ae.tar.gz |
Imported Upstream version 1.7.6upstream/1.7.6
Diffstat (limited to 'paramiko.egg-info')
-rw-r--r-- | paramiko.egg-info/PKG-INFO | 6 | ||||
-rw-r--r-- | paramiko.egg-info/SOURCES.txt | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/paramiko.egg-info/PKG-INFO b/paramiko.egg-info/PKG-INFO index f40d53f..b94ab07 100644 --- a/paramiko.egg-info/PKG-INFO +++ b/paramiko.egg-info/PKG-INFO @@ -1,12 +1,12 @@ Metadata-Version: 1.0 Name: paramiko -Version: 1.7.4 +Version: 1.7.6 Summary: SSH2 protocol library Home-page: http://www.lag.net/paramiko/ Author: Robey Pointer -Author-email: robey@lag.net +Author-email: robeypointer@gmail.com License: LGPL -Download-URL: http://www.lag.net/paramiko/download/paramiko-1.7.4.zip +Download-URL: http://www.lag.net/paramiko/download/paramiko-1.7.6.zip Description: This is a library for making SSH2 connections (client or server). Emphasis is on using SSH2 as an alternative to SSL for making secure diff --git a/paramiko.egg-info/SOURCES.txt b/paramiko.egg-info/SOURCES.txt index 40a1c7d..2a1510f 100644 --- a/paramiko.egg-info/SOURCES.txt +++ b/paramiko.egg-info/SOURCES.txt @@ -155,6 +155,7 @@ docs/paramiko.transport-pysrc.html docs/paramiko.transport.ChannelMap-class.html docs/paramiko.util-module.html docs/paramiko.util-pysrc.html +docs/paramiko.util.Counter-class.html docs/paramiko.util.PFilter-class.html docs/paramiko.util.enumerate-class.html docs/paramiko.win_pageant-module.html @@ -263,4 +264,4 @@ tests/test_rsa_password.key tests/test_sftp.py tests/test_sftp_big.py tests/test_transport.py -tests/test_util.py +tests/test_util.py
\ No newline at end of file |