aboutsummaryrefslogtreecommitdiff
path: root/paramiko.egg-info
diff options
context:
space:
mode:
Diffstat (limited to 'paramiko.egg-info')
-rw-r--r--paramiko.egg-info/PKG-INFO3
-rw-r--r--paramiko.egg-info/SOURCES.txt15
-rw-r--r--paramiko.egg-info/requires.txt2
3 files changed, 2 insertions, 18 deletions
diff --git a/paramiko.egg-info/PKG-INFO b/paramiko.egg-info/PKG-INFO
index b94ab07..319f1c5 100644
--- a/paramiko.egg-info/PKG-INFO
+++ b/paramiko.egg-info/PKG-INFO
@@ -1,12 +1,11 @@
Metadata-Version: 1.0
Name: paramiko
-Version: 1.7.6
+Version: 1.7.7.1
Summary: SSH2 protocol library
Home-page: http://www.lag.net/paramiko/
Author: Robey Pointer
Author-email: robeypointer@gmail.com
License: LGPL
-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 2a1510f..1e53204 100644
--- a/paramiko.egg-info/SOURCES.txt
+++ b/paramiko.egg-info/SOURCES.txt
@@ -120,15 +120,6 @@ docs/paramiko.primes-pysrc.html
docs/paramiko.primes.ModulusPack-class.html
docs/paramiko.resource-module.html
docs/paramiko.resource-pysrc.html
-docs/paramiko.rng-module.html
-docs/paramiko.rng-pysrc.html
-docs/paramiko.rng.StrongLockingRandomPool-class.html
-docs/paramiko.rng_posix-module.html
-docs/paramiko.rng_posix-pysrc.html
-docs/paramiko.rng_posix.error-class.html
-docs/paramiko.rng_win32-module.html
-docs/paramiko.rng_win32-pysrc.html
-docs/paramiko.rng_win32.error-class.html
docs/paramiko.rsakey-module.html
docs/paramiko.rsakey-pysrc.html
docs/paramiko.server-module.html
@@ -186,9 +177,6 @@ docs/toc-paramiko.pipe-module.html
docs/toc-paramiko.pkey-module.html
docs/toc-paramiko.primes-module.html
docs/toc-paramiko.resource-module.html
-docs/toc-paramiko.rng-module.html
-docs/toc-paramiko.rng_posix-module.html
-docs/toc-paramiko.rng_win32-module.html
docs/toc-paramiko.rsakey-module.html
docs/toc-paramiko.server-module.html
docs/toc-paramiko.sftp-module.html
@@ -225,9 +213,6 @@ paramiko/pipe.py
paramiko/pkey.py
paramiko/primes.py
paramiko/resource.py
-paramiko/rng.py
-paramiko/rng_posix.py
-paramiko/rng_win32.py
paramiko/rsakey.py
paramiko/server.py
paramiko/sftp.py
diff --git a/paramiko.egg-info/requires.txt b/paramiko.egg-info/requires.txt
index ac63416..e3bdf04 100644
--- a/paramiko.egg-info/requires.txt
+++ b/paramiko.egg-info/requires.txt
@@ -1 +1 @@
-pycrypto >= 1.9 \ No newline at end of file
+pycrypto >= 2.1 \ No newline at end of file