File: control

package info (click to toggle)
python-pymetar 0.19-1
  • links: PTS
  • area: main
  • in suites: buster, jessie, jessie-kfreebsd, stretch, wheezy
  • size: 148 kB
  • ctags: 80
  • sloc: python: 767; makefile: 12
file content (23 lines) | stat: -rw-r--r-- 837 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: python-pymetar
Section: python
Priority: optional
Maintainer: Uli Martens <uli@youam.net>
Build-Depends: debhelper (>= 8), python-all (>= 2.6.6-3~)
Standards-Version: 3.9.3
X-Python-Version: >= 2.5

Package: python-pymetar
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Homepage: http://www.schwarzvogel.de/software-pymetar.shtml
Description: Python interface to METAR reports
 The pymetar Python interface provides full and easy to use access to the
 METAR reports available from the NOAA (National Oceanic and Atmospheric
 Administration, http://www.noaa.gov).
 .
 METAR (METeorological Aviation Report) is the international standard code
 format for hourly surface weather observations.
 .
 This package consists of the Python library itself and a command line tool for
 end users.