Python module to access NOAA's METAR weather reports
Pymetar is a Python module and command line tool designed to fetch Metar
reports from the NOAA (http://www.noaa.gov) and allow access to the
included weather information.

To find a station ID, visit http://www.nws.noaa.gov/tg/siteloc.shtml
For instance, "Belgium/Bruxelles National" has the EBBR ID so a common 
usage of pymet2 would be:

  $ pymet EBBR

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: http://www.schwarzvogel.de/software-pymetar.shtml
