File: THANKS

package info (click to toggle)
python-pymetar 1.2-0.2
  • links: PTS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,400 kB
  • sloc: python: 1,014; sh: 14; makefile: 2
file content (24 lines) | stat: -rw-r--r-- 1,408 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Thanks go to...

...Klaus Alexander Seistrup for pointing me to some docs regarding cycles,
   pointing out a flaw in the way Fahrenheit and Celsius temperatures
   are handled and for providing valuable feedback regarding packaging.
...Jerome Alet who adapted the ob-parsing code of Spiros Papadimitriou's
   gnome-weather-applet to Python and helped a lot with debugging and 
   developing this library.
...David Leblanc for confirming a parsing bug
...Davide Di Blasi for suggesting (and implementing) proxy capability
...Tim Middleton who provided code for getWindchill() and getCustom()
...Adrian Holovaty for pointing out trouble with types.TupleType and 
   contributing a solution
...Stefan Majer for pointing out an exception bug
...Uli Martens for providing a Debian package and a man page
...Laurent Rahuel for catching a bug in getVisibilityKilometers()
...Nicolas Évrard for finding a cloud cover bug
...Gregor Hermann for finding another sky condition bug
...Alexander Voronin for finding two long-standing bugs in the the cloud and
   conditions parsing regexen and suggesting a better method for storing and 
   reporting sky conditions and cloud information. He also contributed code
   to calculate wind chill if it's not given in the report.
...Jeff Miller for finding a bug in CLOUD_RE_STR (sky condition parsing) and
   submitting the most complete bug report, patch and test case ever