summaryrefslogtreecommitdiff
path: root/dev-python/pymetar/metadata.xml
blob: 7f8001f458d26f1644f41217981fcb1d5dacfee1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
 <maintainer type="person">
  <email>klausman@gentoo.org</email>
  <name>Tobias Klausman</name>
 </maintainer>
 <maintainer type="project">
  <email>python@gentoo.org</email>
  <name>Python</name>
 </maintainer>
 <longdescription>
This library downloads the weather report for a given station
ID (get yours from http://www.nws.noaa.gov/tg/siteloc.shtml),
decodes it and provides easy access to all the data found in the
report. Documentation and a small example app are inside the tarball.
</longdescription>
 <longdescription lang="ja">
このライブラリは指定したステーションID( http://www.nws.noaa.gov/tg/siteloc.shtml で入手)から天気予報結果をダウンロードし、解読し、予報データから検索するのに簡単
なアクセス手段を提供します。ドキュメンテーションと単純なサンプル・アプリケーショ
ンはtarballファイルの中です。
</longdescription>
 
 <origin>gentoo-staging</origin>
</pkgmetadata>