atimer


Nameatimer JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://wrobell.dcmod.org/atimer/
Summaryatimer - timer library for asyncio
upload_time2024-07-31 06:00:17
maintainerNone
docs_urlNone
authorArtur Wroblewski
requires_python>=3.12
licenseGPLv3+
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            `atimer` library implements asynchronous timer Python coroutine based on
POSIX timers. The coroutine can be used with Python `asyncio
<https://docs.python.org/3/library/asyncio.html>`_ module API.

The main features of the timer, implemented by the library, are

- expires at regular intervals
- allows to track number of expirations if a long running task causes
  overrun
- starts synchronized with system clock at the edge of an interval
- measures time while system is suspended

The `atimer` library is licensed under terms of GPL license, version 3, see
`COPYING <https://www.gnu.org/licenses/gpl-3.0.en.html>`_ file for details.

            

Raw data

            {
    "_id": null,
    "home_page": "https://wrobell.dcmod.org/atimer/",
    "name": "atimer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": null,
    "author": "Artur Wroblewski",
    "author_email": "wrobell@riseup.net",
    "download_url": "https://files.pythonhosted.org/packages/a4/25/37841a2b104b76e4a7c9ef7aefd64564b22cc232a9bbc985b0a46068234a/atimer-1.2.0.tar.gz",
    "platform": null,
    "description": "`atimer` library implements asynchronous timer Python coroutine based on\nPOSIX timers. The coroutine can be used with Python `asyncio\n<https://docs.python.org/3/library/asyncio.html>`_ module API.\n\nThe main features of the timer, implemented by the library, are\n\n- expires at regular intervals\n- allows to track number of expirations if a long running task causes\n  overrun\n- starts synchronized with system clock at the edge of an interval\n- measures time while system is suspended\n\nThe `atimer` library is licensed under terms of GPL license, version 3, see\n`COPYING <https://www.gnu.org/licenses/gpl-3.0.en.html>`_ file for details.\n",
    "bugtrack_url": null,
    "license": "GPLv3+",
    "summary": "atimer - timer library for asyncio",
    "version": "1.2.0",
    "project_urls": {
        "Bug tracker": "https://gitlab.com/n23/atimer/issues",
        "Homepage": "https://wrobell.dcmod.org/atimer/",
        "Source Code": "https://gitlab.com/n23/atimer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a42537841a2b104b76e4a7c9ef7aefd64564b22cc232a9bbc985b0a46068234a",
                "md5": "6c600a33f0d00cb3adbbc0e05a9edbe7",
                "sha256": "89021775e15dc39639c2e1c7c52ab1d266d07163fb1e2728df61cd8ef6082f58"
            },
            "downloads": -1,
            "filename": "atimer-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6c600a33f0d00cb3adbbc0e05a9edbe7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 72895,
            "upload_time": "2024-07-31T06:00:17",
            "upload_time_iso_8601": "2024-07-31T06:00:17.887068Z",
            "url": "https://files.pythonhosted.org/packages/a4/25/37841a2b104b76e4a7c9ef7aefd64564b22cc232a9bbc985b0a46068234a/atimer-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-31 06:00:17",
    "github": false,
    "gitlab": true,
    "bitbucket": false,
    "codeberg": false,
    "gitlab_user": "n23",
    "gitlab_project": "atimer",
    "lcname": "atimer"
}
        
Elapsed time: 0.95937s