aboutsummaryrefslogtreecommitdiff
path: root/paramiko.egg-info/PKG-INFO
diff options
context:
space:
mode:
authorJeremy T. Bouse <jbouse@debian.org>2013-05-25 00:04:32 -0400
committerJeremy T. Bouse <jbouse@debian.org>2013-05-25 00:04:32 -0400
commit1a716ed46d1d556d4ba6798608ab498320acd886 (patch)
treedbcb23de26387e312f7ea09085330eca90e15853 /paramiko.egg-info/PKG-INFO
parenta88b8c8c0f591a3bfa8d7984343a27815184f495 (diff)
downloadpython-paramiko-1a716ed46d1d556d4ba6798608ab498320acd886.tar
python-paramiko-1a716ed46d1d556d4ba6798608ab498320acd886.tar.gz
Imported Upstream version 1.10.1upstream/1.10.1
Diffstat (limited to 'paramiko.egg-info/PKG-INFO')
-rw-r--r--paramiko.egg-info/PKG-INFO24
1 files changed, 0 insertions, 24 deletions
diff --git a/paramiko.egg-info/PKG-INFO b/paramiko.egg-info/PKG-INFO
deleted file mode 100644
index 319f1c5..0000000
--- a/paramiko.egg-info/PKG-INFO
+++ /dev/null
@@ -1,24 +0,0 @@
-Metadata-Version: 1.0
-Name: paramiko
-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
-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