Metadata-Version: 2.4
Name: p1-gpstime
Version: 0.8.3.dev1
Summary: GPS-aware datetime module
Author-email: Jameson Graef Rollins <jameson.rollins@ligo.org>
License-Expression: GPL-3.0-or-later
Project-URL: Homepage, https://git.ligo.org/cds/software/gpstime
Project-URL: Alternate, https://github.com/PointOneNav/gpstime
Classifier: Development Status :: 5 - Production/Stable
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: COPYING
License-File: COPYING-GPL-3
Requires-Dist: platformdirs; python_version >= "3.10"
Requires-Dist: appdirs; python_version < "3.10"
Requires-Dist: python-dateutil
Requires-Dist: requests
Dynamic: license-file

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 (on linux).  If
for some reason the tzdata leapsecond file is not available, a local
cache of the IERS leap second record will be maintained:

  https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list

The package can be executed as a command-line GPS conversion utility.
In this manor it is a rough work-alike to the LIGO "tconvert" utility.
