summaryrefslogtreecommitdiff
path: root/dev-python/pycurl/metadata.xml
blob: 96aff7703f534d57d5216c709ae7fd90f76c3642 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="project">
  <email>python@gentoo.org</email>
  <name>Python</name>
 </maintainer>
 <longdescription>
PycURL is a Python interface to libcurl. PycURL can be used to fetch
objects identified by a URL from a Python program, similar to the urllib
Python module. All the functionality provided by libcurl can used through
the pycurl interface.
  </longdescription>
 <longdescription lang="ja">
PycURLはLibcurlへのパイソン・インターフェイスです。PycURLはPython言語モジュールの様に、Python言語プログラムからURLで指定されたオブジェクトをダウンロードするにも使えます。Libcurlで利用できる機能全てはPycURLインターフェイスを通して利用できます。
  </longdescription>
 <upstream>
  <remote-id type="github">pycurl/pycurl</remote-id>
  <remote-id type="sourceforge">pycurl</remote-id>
  <remote-id type="pypi">pycurl</remote-id>
 </upstream>
 <origin>gentoo-staging</origin>
</pkgmetadata>