Files
gentoo/dev-python/paramiko/metadata.xml
Petr Vaněk 2788434838 dev-python/paramiko: align longdescription opening and closing tags
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
2022-10-20 04:52:07 +01:00

29 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>python@gentoo.org</email>
<name>Python</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>
<stabilize-allarches/>
<use>
<flag name="server">Enable server feature</flag>
</use>
<upstream>
<remote-id type="pypi">paramiko</remote-id>
<remote-id type="github">paramiko/paramiko</remote-id>
</upstream>
</pkgmetadata>