This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[ITP]


python-paramiko library is needed for bzr (distributed version control)
to work over SSH2 transport. Here is package for review. Included in
following distros:

  http://packages.debian.org/testing/python/python-paramiko
  http://packages.ubuntu.com/dapper/python/python-paramiko

Jari

sdesc: "SSH2 connection library for Python (C library)"
ldesc: "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."
category: Libs
requires: cygwin python

Homepage: http://www.lag.net/paramiko/

1) manual download

  wget --no-verbose        \
    http://cygwin.cante.net/python-paramiko/setup.hint \
    http://cygwin.cante.net/python-paramiko/python-paramiko-1.5.2-1.tar.bz2 \
    http://cygwin.cante.net/python-paramiko/python-paramiko-1.5.2-1-src.tar.bz2

2) automated; get.sh will print further instructions

  gpg --keyserver wwwkeys.pgp.net --recv-keys 955A92D8

  mkdir python-paramiko ; cd python-paramiko
  rm -f get.sh get.sh.sig
  wget -q http://cygwin.cante.net/python-paramiko/get.sh \
          http://cygwin.cante.net/python-paramiko/get.sh.sig
  gpg --verify get.sh.sig get.sh &&
  sh get.sh


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]