diff options
Diffstat (limited to 'dev-python/paramiko/metadata.xml')
| -rw-r--r-- | dev-python/paramiko/metadata.xml | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-python/paramiko/metadata.xml b/dev-python/paramiko/metadata.xml new file mode 100644 index 000000000000..0243508b07f6 --- /dev/null +++ b/dev-python/paramiko/metadata.xml @@ -0,0 +1,28 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://docs.baldeagleos.com/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="cpe">cpe:/a:paramiko:paramiko</remote-id> + </upstream> + <origin>baldeagleos-repo</origin> +</pkgmetadata> |
