Metadata-Version: 2.1
Name: gpstime
Version: 0.4.6
Summary: GPS-aware datetime module
Home-page: https://git.ligo.org/cds/gpstime
Author: Jameson Graef Rollins
Author-email: jameson.rollins@ligo.org
License: GPL-3.0-or-later
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING-GPL-3
Requires-Dist: python-dateutil
Requires-Dist: requests

GPS-aware datetime module
=========================

This package provides GPS time conversion utilities, including a
gpstime subclass of the built-in datetime class with the addition of
GPS time parsing and conversion methods.

Leap second data, necessary for GPS time conversion, is expected to be
provided by the core libc Time Zone Database tzdata.  If for some
reason the tzdata leapsecond file is not available, a local cache of
the IETF leap second record will be maintained:

  https://www.ietf.org/timezones/data/leap-seconds.list

The package can be executed as a command-line GPS conversion utility.
that uses the gpstime module is also included.  It is a rough
work-alike to LIGO "tconvert" utility.

