aboutsummaryrefslogtreecommitdiff
path: root/debian/control
blob: 99a55e6646aba31e6d1874524ba14e79d0895bff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Source: paramiko
Section: python
Priority: optional
Maintainer: Jeremy T. Bouse <jbouse@debian.org>
Uploaders: Guido Guenther <agx@debian.org>
Build-Depends: debhelper (>> 8),
	python-all (>= 2.6.6-3~),
	python-crypto (>= 2.1.0-2)
Standards-Version: 3.9.3
Homepage: https://github.com/paramiko/paramiko/
Vcs-Git: git://git.debian.org/collab-maint/paramiko.git
Vcs-Browser: http://git.debian.org/?p=collab-maint/paramiko.git

Package: python-paramiko
Architecture: all
Depends: ${misc:Depends},
	${python:Depends},
	python-crypto (>= 2.1.0-2)
Provides: ${python:Provides}
Description: Make ssh v2 connections with Python
 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.