radical.gtod


Nameradical.gtod JSON
Version 1.81.0 PyPI version JSON
download
home_pagehttp://radical-cybertools.github.io/radical.gtod/
Summaryreturns seconds since epoch in subsecond resolution.
upload_time2024-09-04 07:13:07
maintainerThe RADICAL Group
docs_urlNone
authorRADICAL Group at Rutgers University
requires_python>=3.7
licenseGPL3
keywords radical cybertools utilities gtod time epoch
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            
Package radical.gtod
====================

This Python package provides a single method, `gtod`, which returns the current
time in seconds since epoch (01.01.1970) with sub-second resolution.  The only
difference to time.time() is that this method also provides a binary tool,
`radical-gtod`, which is a *compiled* binary and does not require the invocation
of the Python interpreter (which can be costly for frequent calls to that tool
in a highly concurrent workflow environment).


License
-------

This software is released under the
[LGPL License v3.0](http://opensource.org/licenses/LGPL-3.0).


Usage
-----

* call `radical-gtod`



            

Raw data

            {
    "_id": null,
    "home_page": "http://radical-cybertools.github.io/radical.gtod/",
    "name": "radical.gtod",
    "maintainer": "The RADICAL Group",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "radical@rutgers.edu",
    "keywords": "radical, cybertools, utilities, gtod, time, epoch",
    "author": "RADICAL Group at Rutgers University",
    "author_email": "radical@rutgers.edu",
    "download_url": "https://files.pythonhosted.org/packages/22/ef/52f6d7154be26fd72b804d40aa1c2d1a733b8fc5c5e685555f1af23c8e18/radical_gtod-1.81.0.tar.gz",
    "platform": null,
    "description": "\nPackage radical.gtod\n====================\n\nThis Python package provides a single method, `gtod`, which returns the current\ntime in seconds since epoch (01.01.1970) with sub-second resolution.  The only\ndifference to time.time() is that this method also provides a binary tool,\n`radical-gtod`, which is a *compiled* binary and does not require the invocation\nof the Python interpreter (which can be costly for frequent calls to that tool\nin a highly concurrent workflow environment).\n\n\nLicense\n-------\n\nThis software is released under the\n[LGPL License v3.0](http://opensource.org/licenses/LGPL-3.0).\n\n\nUsage\n-----\n\n* call `radical-gtod`\n\n\n",
    "bugtrack_url": null,
    "license": "GPL3",
    "summary": "returns seconds since epoch in subsecond resolution.",
    "version": "1.81.0",
    "project_urls": {
        "Documentation": "https://radicalgtod.readthedocs.io/en/latest/",
        "Homepage": "http://radical-cybertools.github.io/radical.gtod/",
        "Issues": "https://github.com/radical-cybertools/radical.gtod/issues",
        "Source": "https://github.com/radical-cybertools/radical.gtod/"
    },
    "split_keywords": [
        "radical",
        " cybertools",
        " utilities",
        " gtod",
        " time",
        " epoch"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "22ef52f6d7154be26fd72b804d40aa1c2d1a733b8fc5c5e685555f1af23c8e18",
                "md5": "c067c679ea56f10b0d40551862900bba",
                "sha256": "cf0f830dbe6f34eaeb3cfc66eb7884caa0dc0cb14fcaa743e2e48a3f4a1aa21b"
            },
            "downloads": -1,
            "filename": "radical_gtod-1.81.0.tar.gz",
            "has_sig": false,
            "md5_digest": "c067c679ea56f10b0d40551862900bba",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 349835,
            "upload_time": "2024-09-04T07:13:07",
            "upload_time_iso_8601": "2024-09-04T07:13:07.541550Z",
            "url": "https://files.pythonhosted.org/packages/22/ef/52f6d7154be26fd72b804d40aa1c2d1a733b8fc5c5e685555f1af23c8e18/radical_gtod-1.81.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-04 07:13:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "radical-cybertools",
    "github_project": "radical.gtod",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "radical.gtod"
}
        
Elapsed time: 0.32857s