Package ais :: Package sls
[hide private]
[frames] | no frames]

Source Code for Package ais.sls

 1  __docformat__ = 'epytext en' 
 2  __author__ = 'Kurt Schwehr <kurt@ccom.unh.edu>' 
 3  '''The primary author of ais-py''' 
 4  __url__ = 'http://vislab-ccom.unh.edu/~schwehr/ais/' 
 5  '''The ais-py homepage''' 
 6   
 7  __doc__=''' 
 8  St. Lawrence Seaway (SLS) messages 
 9   
10  @see: NMEA strings at U{http://gpsd.berlios.de/NMEA.txt} 
11  @see: Wikipedia at U{http://en.wikipedia.org/wiki/Automatic_Identification_System} 
12   
13  @author: Kurt Schwehr U{email<mailto:kurt@ccom.unh.edu>} U{homepage<http://schwehr.org>} 
14  @requires: U{Python<http://python.org/>} >= 2.4 
15  @requires: U{lxml<http://codespeak.net/lxml/>} >= 1.1.2 
16  @requires: U{libxml2<http://codespeak.net/lxml/>} for xmllint 
17  @requires: U{BitVector<http://cobweb.ecn.purdue.edu/~kak/dist/>} >= 1.2 
18  @requires: U{epydoc<http://epydoc.sourceforge.net>} >= 3.0alpha3 
19   
20  @license: GPL version 2 
21  @copyright: (C) 2006 
22   
23  @undocumented: __doc__ 
24  @undocumented: __version__ __author__ __url__ 
25   
26  ''' 
27