1 __version__ = '$Revision: 8167 $'.split()[1]
2 '''The version of ais-py'''
3 __date__ = '$Date: 2008-01-09 14:44:36 -0500 (Wed, 09 Jan 2008) $'.split()[1]
4 __docformat__ = 'epytext en'
5 __author__ = 'Kurt Schwehr <kurt@ccom.unh.edu>'
6 '''The primary author of ais-py'''
7 __url__ = 'http://vislab-ccom.unh.edu/~schwehr/src/noaadata/'
8 '''The ais-py homepage'''
9
10 __doc__='''
11 Utilities related to AIS data, but not necessarily with the binary format.
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{epydoc<http://epydoc.sourceforge.net>} >= 3.0alpha3
16 @version: '''+__version__+'''
17 @since: 2007-09
18 @license: GPL version 2
19 @copyright: (C) 2007
20
21 @undocumented: __doc__
22 @undocumented: __version__ __author__ __url__
23
24 '''
25