my-timer-decorator


Namemy-timer-decorator JSON
Version 1.1 PyPI version JSON
download
home_pagehttps://gitee.com/shancx
SummaryA simple timer decorator
upload_time2024-07-22 03:23:01
maintainerNone
docs_urlNone
authorYour Name
requires_python>=3.6
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # My Timer Decorator

A simple Python package that provides a timer decorator to measure the execution time of functions.

## Installation

```bash
pip install my_timer_decorator

            

Raw data

            {
    "_id": null,
    "home_page": "https://gitee.com/shancx",
    "name": "my-timer-decorator",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": null,
    "author": "Your Name",
    "author_email": "your.email@example.com",
    "download_url": "https://files.pythonhosted.org/packages/f3/6c/51ead110fabdeeb33f9b0f2da751577264c05923eb9714a2408f2f82070a/my_timer_decorator-1.1.tar.gz",
    "platform": null,
    "description": "# My Timer Decorator\r\n\r\nA simple Python package that provides a timer decorator to measure the execution time of functions.\r\n\r\n## Installation\r\n\r\n```bash\r\npip install my_timer_decorator\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A simple timer decorator",
    "version": "1.1",
    "project_urls": {
        "Homepage": "https://gitee.com/shancx"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4ed731f62f2a82a2f9540b2cedfc5cd6deb22068ed31eff0189aacb573c3a5f4",
                "md5": "62815f5fb364d26462eb8385da185264",
                "sha256": "463277c67e19c653e82451153eedcf55b2bd03974ff7d67a5eb79c9550ca78ce"
            },
            "downloads": -1,
            "filename": "my_timer_decorator-1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "62815f5fb364d26462eb8385da185264",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 1685,
            "upload_time": "2024-07-22T03:22:59",
            "upload_time_iso_8601": "2024-07-22T03:22:59.996128Z",
            "url": "https://files.pythonhosted.org/packages/4e/d7/31f62f2a82a2f9540b2cedfc5cd6deb22068ed31eff0189aacb573c3a5f4/my_timer_decorator-1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f36c51ead110fabdeeb33f9b0f2da751577264c05923eb9714a2408f2f82070a",
                "md5": "121da792b9cdb157c267158e0cfc2a08",
                "sha256": "60c859d500dcf8c7219eb8f8566cdb520ac10a00052ae28a37e8967927469579"
            },
            "downloads": -1,
            "filename": "my_timer_decorator-1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "121da792b9cdb157c267158e0cfc2a08",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 1431,
            "upload_time": "2024-07-22T03:23:01",
            "upload_time_iso_8601": "2024-07-22T03:23:01.553675Z",
            "url": "https://files.pythonhosted.org/packages/f3/6c/51ead110fabdeeb33f9b0f2da751577264c05923eb9714a2408f2f82070a/my_timer_decorator-1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-07-22 03:23:01",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "my-timer-decorator"
}
        
Elapsed time: 0.68371s