my-timer-daniel


Namemy-timer-daniel JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA simple Timer class to measure execution time.
upload_time2025-01-27 09:05:07
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseMIT
keywords timer time utilities
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # my-timer

A simple Python Timer utility.

## Installation

```bash
pip install my-timer-daniel
```

## Usage
```
from mytimer import Timer

t = Timer()
t.start()

# ... do something ...

t.stop()
t.print_elapsed_time
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "my-timer-daniel",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "timer, time, utilities",
    "author": null,
    "author_email": "Daniel Ariza <danielarizae@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/61/fc/7cc551c73400bffa7cdfc37119d9f0e536ec1d2b7cc5ecaf4005f9a6f1d0/my_timer_daniel-0.1.1.tar.gz",
    "platform": null,
    "description": "# my-timer\n\nA simple Python Timer utility.\n\n## Installation\n\n```bash\npip install my-timer-daniel\n```\n\n## Usage\n```\nfrom mytimer import Timer\n\nt = Timer()\nt.start()\n\n# ... do something ...\n\nt.stop()\nt.print_elapsed_time\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A simple Timer class to measure execution time.",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/darizae/my-timer"
    },
    "split_keywords": [
        "timer",
        " time",
        " utilities"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a9a679c60c5c914dec06c69d6f7defe20ec26ef7de96650ee3cc2f35cc0b1512",
                "md5": "a9b6791fdba9a1977e484c7fd7e9f2ab",
                "sha256": "943cd4744b587386b854481586f78878b7e1be9e8c729c12d415dbcc49cfa969"
            },
            "downloads": -1,
            "filename": "my_timer_daniel-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a9b6791fdba9a1977e484c7fd7e9f2ab",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2505,
            "upload_time": "2025-01-27T09:05:05",
            "upload_time_iso_8601": "2025-01-27T09:05:05.695015Z",
            "url": "https://files.pythonhosted.org/packages/a9/a6/79c60c5c914dec06c69d6f7defe20ec26ef7de96650ee3cc2f35cc0b1512/my_timer_daniel-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "61fc7cc551c73400bffa7cdfc37119d9f0e536ec1d2b7cc5ecaf4005f9a6f1d0",
                "md5": "593cb17f8b6d0b30070804c9db145fa7",
                "sha256": "80dafa80d5994c304ab5df7ef8166c8cf818ef501cc97534710aafc3f8f3966a"
            },
            "downloads": -1,
            "filename": "my_timer_daniel-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "593cb17f8b6d0b30070804c9db145fa7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2201,
            "upload_time": "2025-01-27T09:05:07",
            "upload_time_iso_8601": "2025-01-27T09:05:07.660962Z",
            "url": "https://files.pythonhosted.org/packages/61/fc/7cc551c73400bffa7cdfc37119d9f0e536ec1d2b7cc5ecaf4005f9a6f1d0/my_timer_daniel-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-27 09:05:07",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "darizae",
    "github_project": "my-timer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "my-timer-daniel"
}
        
Elapsed time: 7.57982s