gpstime - Python GPS date/time management package
Copyright (C) 2014-2018, Jacques Beilin <jacques.beilin@gmail.com>

Distributed under terms of the CECILL-C licence.

This package requires Python 3.4

==============
Installation
==============
Installation is accomplished from the command line.

user@desktop:~/gpstime$ python setup.py install

The above command needs to be performed as root.

==============
For Developers
==============

Please examine the documentation embedded in the module for full details on
how to use this module. This can be accomplished by doing the following at
a command prompt:

user@desktop:~$ python
Python 3.4.3 (default, Feb 27 2014, 19:58:35) 
[GCC 4.6.3] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import gpsdatetime
>>> help(gpsdatetime)

You will then receive several screenfuls of documentation and examples you
may use.
