Timelaps


NameTimelaps JSON
Version 0.3 PyPI version JSON
download
home_pagehttps://github.com/Estebandotpy/Timelaps
SummaryMeasure time of excec
upload_time2022-12-02 16:04:35
maintainer
docs_urlNone
authorEsteban Osorio
requires_python
licenseMIT
keywords testing example
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Timelapse

```Python

from Timelapse import Timelaps

@Timelaps.timelpase
def test():
    for _ in range(0,1000):
        pass

```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Estebandotpy/Timelaps",
    "name": "Timelaps",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "testing,example",
    "author": "Esteban Osorio",
    "author_email": "estebandmp17@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/cf/4d/fa0fcc746cd632b464d89f5b940e23b626b7420df3d80001f5ef3978b4e6/Timelaps-0.3.tar.gz",
    "platform": null,
    "description": "# Timelapse\r\n\r\n```Python\r\n\r\nfrom Timelapse import Timelaps\r\n\r\n@Timelaps.timelpase\r\ndef test():\r\n    for _ in range(0,1000):\r\n        pass\r\n\r\n```\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Measure time of excec",
    "version": "0.3",
    "split_keywords": [
        "testing",
        "example"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "6bd0a5d314476237020f041b25037f71",
                "sha256": "fcd225958a457d925909887078fc5f150fb10272a78894c27ac63e055bbcfb73"
            },
            "downloads": -1,
            "filename": "Timelaps-0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6bd0a5d314476237020f041b25037f71",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2517,
            "upload_time": "2022-12-02T16:04:32",
            "upload_time_iso_8601": "2022-12-02T16:04:32.996575Z",
            "url": "https://files.pythonhosted.org/packages/3f/49/b9d67571bd2045f1363a5de91bb7e0fd87a8c9562492900897815ebcdbb0/Timelaps-0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "md5": "32dc7a3790eb451eaf04e9167500aa1c",
                "sha256": "084096293347dd9dd5fd47479d47e347174900f42421366bee676d6d109ae7d1"
            },
            "downloads": -1,
            "filename": "Timelaps-0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "32dc7a3790eb451eaf04e9167500aa1c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2184,
            "upload_time": "2022-12-02T16:04:35",
            "upload_time_iso_8601": "2022-12-02T16:04:35.062995Z",
            "url": "https://files.pythonhosted.org/packages/cf/4d/fa0fcc746cd632b464d89f5b940e23b626b7420df3d80001f5ef3978b4e6/Timelaps-0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-02 16:04:35",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "Estebandotpy",
    "github_project": "Timelaps",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "timelaps"
}
        
Elapsed time: 0.04326s