leapseconddata


Nameleapseconddata JSON
Version 3.0.0 PyPI version JSON
download
home_pagehttps://github.com/jepler/leapseconddata
SummaryUse the list of known and scheduled leap seconds
upload_time2024-06-06 02:13:05
maintainerNone
docs_urlNone
authorJeff Epler
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            <!--
SPDX-FileCopyrightText: 2021 Jeff Epler

SPDX-License-Identifier: GPL-3.0-only
-->
[![Test leapseconddata](https://github.com/jepler/leapseconddata/actions/workflows/test.yml/badge.svg)](https://github.com/jepler/leapseconddata/actions/workflows/test.yml)
[![PyPI](https://img.shields.io/pypi/v/leapseconddata)](https://pypi.org/project/leapseconddata)
[![Documentation Status](https://readthedocs.org/projects/leapseconddata/badge/?version=latest)](https://leapseconddata.readthedocs.io/en/latest/?badge=latest)

# Python Leap Second List

Leap seconds are corrections applied irregularly so that the UTC day stays
fixed to the earth's rotation.

This module provides a class for parsing and validating the standard
`leap-seconds.list` file.  Once parsed, it is possible to retrieve the
full list of leap seconds, or find the TAI-UTC offset for any UTC time.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/jepler/leapseconddata",
    "name": "leapseconddata",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Jeff Epler",
    "author_email": "jepler@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/48/b3/144d521ab0100dc6a56942b7fc64bb7de2388e7a0551dfd06076599aebce/leapseconddata-3.0.0.tar.gz",
    "platform": null,
    "description": "<!--\nSPDX-FileCopyrightText: 2021 Jeff Epler\n\nSPDX-License-Identifier: GPL-3.0-only\n-->\n[![Test leapseconddata](https://github.com/jepler/leapseconddata/actions/workflows/test.yml/badge.svg)](https://github.com/jepler/leapseconddata/actions/workflows/test.yml)\n[![PyPI](https://img.shields.io/pypi/v/leapseconddata)](https://pypi.org/project/leapseconddata)\n[![Documentation Status](https://readthedocs.org/projects/leapseconddata/badge/?version=latest)](https://leapseconddata.readthedocs.io/en/latest/?badge=latest)\n\n# Python Leap Second List\n\nLeap seconds are corrections applied irregularly so that the UTC day stays\nfixed to the earth's rotation.\n\nThis module provides a class for parsing and validating the standard\n`leap-seconds.list` file.  Once parsed, it is possible to retrieve the\nfull list of leap seconds, or find the TAI-UTC offset for any UTC time.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Use the list of known and scheduled leap seconds",
    "version": "3.0.0",
    "project_urls": {
        "Homepage": "https://github.com/jepler/leapseconddata"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f858f1d972713fcd28737b455e6d6a786fcb032fccb6b3a6477a34e838f312a",
                "md5": "440a9dbd03d542bdc7c5040bd858693d",
                "sha256": "b95800065d243a06ead45e141c8937c4eb1bc047548bb34073f6dcb96f719ef4"
            },
            "downloads": -1,
            "filename": "leapseconddata-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "440a9dbd03d542bdc7c5040bd858693d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 6400,
            "upload_time": "2024-06-06T02:13:04",
            "upload_time_iso_8601": "2024-06-06T02:13:04.291450Z",
            "url": "https://files.pythonhosted.org/packages/1f/85/8f1d972713fcd28737b455e6d6a786fcb032fccb6b3a6477a34e838f312a/leapseconddata-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "48b3144d521ab0100dc6a56942b7fc64bb7de2388e7a0551dfd06076599aebce",
                "md5": "47120e9ed8985cb56b2fc449185a2f93",
                "sha256": "561480df103c3262d96ffda561250a99e2e51c39e219168cad480f0a4cb2f617"
            },
            "downloads": -1,
            "filename": "leapseconddata-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "47120e9ed8985cb56b2fc449185a2f93",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 24878,
            "upload_time": "2024-06-06T02:13:05",
            "upload_time_iso_8601": "2024-06-06T02:13:05.797052Z",
            "url": "https://files.pythonhosted.org/packages/48/b3/144d521ab0100dc6a56942b7fc64bb7de2388e7a0551dfd06076599aebce/leapseconddata-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 02:13:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "jepler",
    "github_project": "leapseconddata",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "leapseconddata"
}
        
Elapsed time: 0.70243s