From ed280d5ac360e2af796e9bd973d7b4df89f0c449 Mon Sep 17 00:00:00 2001 From: "Jeremy T. Bouse" Date: Fri, 27 Nov 2009 16:20:12 -0500 Subject: Imported Upstream version 1.7.4 --- paramiko.egg-info/PKG-INFO | 25 ++++ paramiko.egg-info/SOURCES.txt | 266 +++++++++++++++++++++++++++++++++ paramiko.egg-info/dependency_links.txt | 1 + paramiko.egg-info/requires.txt | 1 + paramiko.egg-info/top_level.txt | 1 + 5 files changed, 294 insertions(+) create mode 100644 paramiko.egg-info/PKG-INFO create mode 100644 paramiko.egg-info/SOURCES.txt create mode 100644 paramiko.egg-info/dependency_links.txt create mode 100644 paramiko.egg-info/requires.txt create mode 100644 paramiko.egg-info/top_level.txt (limited to 'paramiko.egg-info') diff --git a/paramiko.egg-info/PKG-INFO b/paramiko.egg-info/PKG-INFO new file mode 100644 index 0000000..f40d53f --- /dev/null +++ b/paramiko.egg-info/PKG-INFO @@ -0,0 +1,25 @@ +Metadata-Version: 1.0 +Name: paramiko +Version: 1.7.4 +Summary: SSH2 protocol library +Home-page: http://www.lag.net/paramiko/ +Author: Robey Pointer +Author-email: robey@lag.net +License: LGPL +Download-URL: http://www.lag.net/paramiko/download/paramiko-1.7.4.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 + connections between python scripts. All major ciphers and hash methods + are supported. SFTP client and server mode are both supported too. + + Required packages: + pyCrypto + +Platform: Posix; MacOS X; Windows +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) +Classifier: Operating System :: OS Independent +Classifier: Topic :: Internet +Classifier: Topic :: Security :: Cryptography diff --git a/paramiko.egg-info/SOURCES.txt b/paramiko.egg-info/SOURCES.txt new file mode 100644 index 0000000..40a1c7d --- /dev/null +++ b/paramiko.egg-info/SOURCES.txt @@ -0,0 +1,266 @@ +LICENSE +MANIFEST.in +README +setup.py +setup_helper.py +test.py +demos/demo.py +demos/demo_server.py +demos/demo_sftp.py +demos/demo_simple.py +demos/forward.py +demos/interactive.py +demos/rforward.py +demos/test_rsa.key +demos/user_rsa_key +demos/user_rsa_key.pub +docs/api-objects.txt +docs/bug-index.html +docs/class-tree.html +docs/crarr.png +docs/epydoc.css +docs/epydoc.js +docs/frames.html +docs/help.html +docs/identifier-index.html +docs/index.html +docs/module-tree.html +docs/paramiko-module.html +docs/paramiko-pysrc.html +docs/paramiko.Agent-class.html +docs/paramiko.AgentKey-class.html +docs/paramiko.AuthenticationException-class.html +docs/paramiko.AutoAddPolicy-class.html +docs/paramiko.BadAuthenticationType-class.html +docs/paramiko.BadHostKeyException-class.html +docs/paramiko.BufferedFile-class.html +docs/paramiko.Channel-class.html +docs/paramiko.ChannelException-class.html +docs/paramiko.DSSKey-class.html +docs/paramiko.HostKeys-class.html +docs/paramiko.Message-class.html +docs/paramiko.MissingHostKeyPolicy-class.html +docs/paramiko.PKey-class.html +docs/paramiko.PasswordRequiredException-class.html +docs/paramiko.RSAKey-class.html +docs/paramiko.RejectPolicy-class.html +docs/paramiko.SFTP-class.html +docs/paramiko.SFTPAttributes-class.html +docs/paramiko.SFTPClient-class.html +docs/paramiko.SFTPError-class.html +docs/paramiko.SFTPFile-class.html +docs/paramiko.SFTPHandle-class.html +docs/paramiko.SFTPServer-class.html +docs/paramiko.SFTPServerInterface-class.html +docs/paramiko.SSHClient-class.html +docs/paramiko.SSHConfig-class.html +docs/paramiko.SSHException-class.html +docs/paramiko.SecurityOptions-class.html +docs/paramiko.ServerInterface-class.html +docs/paramiko.SubsystemHandler-class.html +docs/paramiko.Transport-class.html +docs/paramiko.WarningPolicy-class.html +docs/paramiko.agent-module.html +docs/paramiko.agent-pysrc.html +docs/paramiko.auth_handler-module.html +docs/paramiko.auth_handler-pysrc.html +docs/paramiko.ber-module.html +docs/paramiko.ber-pysrc.html +docs/paramiko.ber.BER-class.html +docs/paramiko.ber.BERException-class.html +docs/paramiko.buffered_pipe-module.html +docs/paramiko.buffered_pipe-pysrc.html +docs/paramiko.buffered_pipe.BufferedPipe-class.html +docs/paramiko.buffered_pipe.PipeTimeout-class.html +docs/paramiko.channel-module.html +docs/paramiko.channel-pysrc.html +docs/paramiko.channel.ChannelStderrFile-class.html +docs/paramiko.client-module.html +docs/paramiko.client-pysrc.html +docs/paramiko.common-module.html +docs/paramiko.common-pysrc.html +docs/paramiko.compress-module.html +docs/paramiko.compress-pysrc.html +docs/paramiko.compress.ZlibCompressor-class.html +docs/paramiko.compress.ZlibDecompressor-class.html +docs/paramiko.config-module.html +docs/paramiko.config-pysrc.html +docs/paramiko.dsskey-module.html +docs/paramiko.dsskey-pysrc.html +docs/paramiko.file-module.html +docs/paramiko.file-pysrc.html +docs/paramiko.hostkeys-module.html +docs/paramiko.hostkeys-pysrc.html +docs/paramiko.hostkeys.HostKeyEntry-class.html +docs/paramiko.kex_gex-module.html +docs/paramiko.kex_gex-pysrc.html +docs/paramiko.kex_gex.KexGex-class.html +docs/paramiko.kex_group1-module.html +docs/paramiko.kex_group1-pysrc.html +docs/paramiko.kex_group1.KexGroup1-class.html +docs/paramiko.logging22-module.html +docs/paramiko.logging22-pysrc.html +docs/paramiko.logging22.Formatter-class.html +docs/paramiko.logging22.StreamHandler-class.html +docs/paramiko.logging22.logger-class.html +docs/paramiko.message-module.html +docs/paramiko.message-pysrc.html +docs/paramiko.packet-module.html +docs/paramiko.packet-pysrc.html +docs/paramiko.packet.NeedRekeyException-class.html +docs/paramiko.pipe-module.html +docs/paramiko.pipe-pysrc.html +docs/paramiko.pipe.OrPipe-class.html +docs/paramiko.pipe.PosixPipe-class.html +docs/paramiko.pipe.WindowsPipe-class.html +docs/paramiko.pkey-module.html +docs/paramiko.pkey-pysrc.html +docs/paramiko.primes-module.html +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 +docs/paramiko.server-pysrc.html +docs/paramiko.sftp-module.html +docs/paramiko.sftp-pysrc.html +docs/paramiko.sftp_attr-module.html +docs/paramiko.sftp_attr-pysrc.html +docs/paramiko.sftp_client-module.html +docs/paramiko.sftp_client-pysrc.html +docs/paramiko.sftp_file-module.html +docs/paramiko.sftp_file-pysrc.html +docs/paramiko.sftp_handle-module.html +docs/paramiko.sftp_handle-pysrc.html +docs/paramiko.sftp_server-module.html +docs/paramiko.sftp_server-pysrc.html +docs/paramiko.sftp_si-module.html +docs/paramiko.sftp_si-pysrc.html +docs/paramiko.ssh_exception-module.html +docs/paramiko.ssh_exception-pysrc.html +docs/paramiko.ssh_exception.PartialAuthentication-class.html +docs/paramiko.transport-module.html +docs/paramiko.transport-pysrc.html +docs/paramiko.transport.ChannelMap-class.html +docs/paramiko.util-module.html +docs/paramiko.util-pysrc.html +docs/paramiko.util.PFilter-class.html +docs/paramiko.util.enumerate-class.html +docs/paramiko.win_pageant-module.html +docs/paramiko.win_pageant-pysrc.html +docs/paramiko.win_pageant.PageantConnection-class.html +docs/redirect.html +docs/since-index.html +docs/toc-everything.html +docs/toc-paramiko-module.html +docs/toc-paramiko.agent-module.html +docs/toc-paramiko.auth_handler-module.html +docs/toc-paramiko.ber-module.html +docs/toc-paramiko.buffered_pipe-module.html +docs/toc-paramiko.channel-module.html +docs/toc-paramiko.client-module.html +docs/toc-paramiko.common-module.html +docs/toc-paramiko.compress-module.html +docs/toc-paramiko.config-module.html +docs/toc-paramiko.dsskey-module.html +docs/toc-paramiko.file-module.html +docs/toc-paramiko.hostkeys-module.html +docs/toc-paramiko.kex_gex-module.html +docs/toc-paramiko.kex_group1-module.html +docs/toc-paramiko.logging22-module.html +docs/toc-paramiko.message-module.html +docs/toc-paramiko.packet-module.html +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 +docs/toc-paramiko.sftp_attr-module.html +docs/toc-paramiko.sftp_client-module.html +docs/toc-paramiko.sftp_file-module.html +docs/toc-paramiko.sftp_handle-module.html +docs/toc-paramiko.sftp_server-module.html +docs/toc-paramiko.sftp_si-module.html +docs/toc-paramiko.ssh_exception-module.html +docs/toc-paramiko.transport-module.html +docs/toc-paramiko.util-module.html +docs/toc-paramiko.win_pageant-module.html +docs/toc.html +paramiko/__init__.py +paramiko/agent.py +paramiko/auth_handler.py +paramiko/ber.py +paramiko/buffered_pipe.py +paramiko/channel.py +paramiko/client.py +paramiko/common.py +paramiko/compress.py +paramiko/config.py +paramiko/dsskey.py +paramiko/file.py +paramiko/hostkeys.py +paramiko/kex_gex.py +paramiko/kex_group1.py +paramiko/logging22.py +paramiko/message.py +paramiko/packet.py +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 +paramiko/sftp_attr.py +paramiko/sftp_client.py +paramiko/sftp_file.py +paramiko/sftp_handle.py +paramiko/sftp_server.py +paramiko/sftp_si.py +paramiko/ssh_exception.py +paramiko/transport.py +paramiko/util.py +paramiko/win_pageant.py +paramiko.egg-info/PKG-INFO +paramiko.egg-info/SOURCES.txt +paramiko.egg-info/dependency_links.txt +paramiko.egg-info/requires.txt +paramiko.egg-info/top_level.txt +tests/loop.py +tests/stub_sftp.py +tests/test_auth.py +tests/test_buffered_pipe.py +tests/test_client.py +tests/test_dss.key +tests/test_dss_password.key +tests/test_file.py +tests/test_hostkeys.py +tests/test_kex.py +tests/test_message.py +tests/test_packetizer.py +tests/test_pkey.py +tests/test_rsa.key +tests/test_rsa_password.key +tests/test_sftp.py +tests/test_sftp_big.py +tests/test_transport.py +tests/test_util.py diff --git a/paramiko.egg-info/dependency_links.txt b/paramiko.egg-info/dependency_links.txt new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/paramiko.egg-info/dependency_links.txt @@ -0,0 +1 @@ + diff --git a/paramiko.egg-info/requires.txt b/paramiko.egg-info/requires.txt new file mode 100644 index 0000000..ac63416 --- /dev/null +++ b/paramiko.egg-info/requires.txt @@ -0,0 +1 @@ +pycrypto >= 1.9 \ No newline at end of file diff --git a/paramiko.egg-info/top_level.txt b/paramiko.egg-info/top_level.txt new file mode 100644 index 0000000..8608c1b --- /dev/null +++ b/paramiko.egg-info/top_level.txt @@ -0,0 +1 @@ +paramiko -- cgit v1.2.3