pygame-timer


Namepygame-timer JSON
Version 1.0.0 PyPI version JSON
download
home_pagehttps://github.com/FrickTzy/Pygame-Timer
SummaryA package for various types of timers
upload_time2024-05-29 03:59:44
maintainerNone
docs_urlNone
authorFrickTzy (Kurt Arnoco)
requires_pythonNone
licenseNone
keywords python pygame python game python game development pygame timer
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
A comprehensive Python package providing various types of timers including:
- Target Timer: Tracks time against a target time.
- Stopwatch Timer: A simple stopwatch.
- Interval Timer: Checks if a specified interval has passed.
- Activation Timer: Checks if an activation state has started or stopped for a certain time.
- Cooldown Timer: Tracks cooldown periods.

This package is useful for building applications that require precise timing functionality.



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/FrickTzy/Pygame-Timer",
    "name": "pygame-timer",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "python, pygame, python game, python game development, pygame timer",
    "author": "FrickTzy (Kurt Arnoco)",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/3b/45/e2de562f3e1fdd88c01d3abb51dbcee176f5ecbccc08095bccac4357c796/pygame_timer-1.0.0.tar.gz",
    "platform": null,
    "description": "\nA comprehensive Python package providing various types of timers including:\n- Target Timer: Tracks time against a target time.\n- Stopwatch Timer: A simple stopwatch.\n- Interval Timer: Checks if a specified interval has passed.\n- Activation Timer: Checks if an activation state has started or stopped for a certain time.\n- Cooldown Timer: Tracks cooldown periods.\n\nThis package is useful for building applications that require precise timing functionality.\n\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A package for various types of timers",
    "version": "1.0.0",
    "project_urls": {
        "Homepage": "https://github.com/FrickTzy/Pygame-Timer"
    },
    "split_keywords": [
        "python",
        " pygame",
        " python game",
        " python game development",
        " pygame timer"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eefe0b3b6a17b8d36a55c1adfb5a614c7b656e8bcf35b86fe3709114e31d0fff",
                "md5": "7b70c979e1e4c2d99d97e1b33d5f4623",
                "sha256": "b871423b73b680300dc53cf077b2317241662ae57863cbe55349625b164e2362"
            },
            "downloads": -1,
            "filename": "pygame_timer-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7b70c979e1e4c2d99d97e1b33d5f4623",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 5489,
            "upload_time": "2024-05-29T03:59:43",
            "upload_time_iso_8601": "2024-05-29T03:59:43.086622Z",
            "url": "https://files.pythonhosted.org/packages/ee/fe/0b3b6a17b8d36a55c1adfb5a614c7b656e8bcf35b86fe3709114e31d0fff/pygame_timer-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3b45e2de562f3e1fdd88c01d3abb51dbcee176f5ecbccc08095bccac4357c796",
                "md5": "d13774769f63f15b7bdb7e4425c912b9",
                "sha256": "4f262e70e30a344b06f901f241f7c52039802c633303a9ed31dbaa13661b2d18"
            },
            "downloads": -1,
            "filename": "pygame_timer-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "d13774769f63f15b7bdb7e4425c912b9",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3267,
            "upload_time": "2024-05-29T03:59:44",
            "upload_time_iso_8601": "2024-05-29T03:59:44.865284Z",
            "url": "https://files.pythonhosted.org/packages/3b/45/e2de562f3e1fdd88c01d3abb51dbcee176f5ecbccc08095bccac4357c796/pygame_timer-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-29 03:59:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FrickTzy",
    "github_project": "Pygame-Timer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pygame-timer"
}
        
Elapsed time: 0.82685s