28 lines
1.2 KiB
XML
28 lines
1.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
|
<pkgmetadata>
|
|
<maintainer type="project">
|
|
<email>python@gentoo.org</email>
|
|
<name>Python</name>
|
|
</maintainer>
|
|
<maintainer type="person">
|
|
<email>alicef@gentoo.org</email>
|
|
<name>Alice Ferrazzi</name>
|
|
</maintainer>
|
|
<longdescription>
|
|
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>
|
|
<longdescription lang="ja">
|
|
これはSSH2コネクション(クライアントとサーバー)を作り出すためのライブラリです。注
|
|
目点はPython言語スクリプト間のセキュアなコネクションを作り出すSSLの代用にSSHを利
|
|
用している所です。有名なCipherとHash処理の全てがサポートされています。SFTPクライ
|
|
アントもサポートされています。
|
|
</longdescription>
|
|
<upstream>
|
|
<remote-id type="pypi">paramiko</remote-id>
|
|
<remote-id type="github">paramiko/paramiko</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|