2012-02-06 16:39:49 +04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
2015-08-25 09:05:57 +03:00
|
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
2012-02-06 16:39:49 +04:00
|
|
|
<pkgmetadata>
|
2016-01-26 08:51:40 +03:00
|
|
|
<maintainer type="project">
|
|
|
|
<email>python@gentoo.org</email>
|
|
|
|
<name>Python</name>
|
|
|
|
</maintainer>
|
2016-09-24 22:40:38 +03:00
|
|
|
<maintainer type="person">
|
|
|
|
<email>alicef@gentoo.org</email>
|
|
|
|
<name>Alice Ferrazzi</name>
|
|
|
|
</maintainer>
|
2015-01-27 16:26:45 +03:00
|
|
|
<longdescription>
|
2012-02-06 16:39:49 +04:00
|
|
|
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 mode is now supported too.
|
|
|
|
</longdescription>
|
2015-01-27 16:26:45 +03:00
|
|
|
<longdescription lang="ja">
|
2012-02-06 16:39:49 +04:00
|
|
|
これはSSH2コネクション(クライアントとサーバー)を作り出すためのライブラリです。注
|
|
|
|
目点はPython言語スクリプト間のセキュアなコネクションを作り出すSSLの代用にSSHを利
|
|
|
|
用している所です。有名なCipherとHash処理の全てがサポートされています。SFTPクライ
|
|
|
|
アントもサポートされています。
|
|
|
|
</longdescription>
|
2015-06-04 08:39:21 +03:00
|
|
|
<upstream>
|
|
|
|
<remote-id type="pypi">paramiko</remote-id>
|
2015-06-07 21:06:26 +03:00
|
|
|
<remote-id type="github">paramiko/paramiko</remote-id>
|
2015-06-04 08:39:21 +03:00
|
|
|
</upstream>
|
2012-02-06 16:39:49 +04:00
|
|
|
</pkgmetadata>
|