{ "info": { "author": "Dagito", "author_email": "jodagito@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Timeself\n\n**Description**\n\nTimeself is intended to measure and print, the caller script, execution time.\n\n**Installation**\n\n`pip install timeself`\n\n**Usage example**\n\n```\nfrom timeself import timeself\n\n\ndef is_five_divisible(num):\n\tif num % 5 == 0:\n\t\treturn True\n\telse:\n\t\treturn False\n\n\nprint(is_five_divisible(20))\ntimeself() # Must be the last line on the script.\n\n# Output\n\nExecution time: 2.2221007384359837e-05\n```\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Jodagito/Timeself", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "timeself", "package_url": "https://pypi.org/project/timeself/", "platform": "", "project_url": "https://pypi.org/project/timeself/", "project_urls": { "Homepage": "https://github.com/Jodagito/Timeself" }, "release_url": "https://pypi.org/project/timeself/0.0.1/", "requires_dist": null, "requires_python": ">=3.0", "summary": "A library which allows to measure the execution time of an entire file.", "version": "0.0.1" }, "last_serial": 5801213, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "38cdbc4f6f44b1fece49039869658c4e", "sha256": "b1fea14229cca33d3375b18243c6c5b0495ae895f5f1141f839329c7b47cacf4" }, "downloads": -1, "filename": "timeself-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "38cdbc4f6f44b1fece49039869658c4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 2229, "upload_time": "2019-09-09T01:15:09", "url": "https://files.pythonhosted.org/packages/bd/9b/b1141019668c89f797cbf0230f78fe9b8dab0ea75322b859a58e5774f722/timeself-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92fc1679d77fa70a19e49fc44c221557", "sha256": "0568cea6f18ac2a472faf81baeced8ec8a33a3afe21e3061237ddefa93b28718" }, "downloads": -1, "filename": "timeself-0.0.1.tar.gz", "has_sig": false, "md5_digest": "92fc1679d77fa70a19e49fc44c221557", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.0", "size": 1285, "upload_time": "2019-09-09T01:15:11", "url": "https://files.pythonhosted.org/packages/a7/05/52a3bb8e7316cca4de5f4bb346b6da41086167e45effa943b24e378d40da/timeself-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "38cdbc4f6f44b1fece49039869658c4e", "sha256": "b1fea14229cca33d3375b18243c6c5b0495ae895f5f1141f839329c7b47cacf4" }, "downloads": -1, "filename": "timeself-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "38cdbc4f6f44b1fece49039869658c4e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.0", "size": 2229, "upload_time": "2019-09-09T01:15:09", "url": "https://files.pythonhosted.org/packages/bd/9b/b1141019668c89f797cbf0230f78fe9b8dab0ea75322b859a58e5774f722/timeself-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "92fc1679d77fa70a19e49fc44c221557", "sha256": "0568cea6f18ac2a472faf81baeced8ec8a33a3afe21e3061237ddefa93b28718" }, "downloads": -1, "filename": "timeself-0.0.1.tar.gz", "has_sig": false, "md5_digest": "92fc1679d77fa70a19e49fc44c221557", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.0", "size": 1285, "upload_time": "2019-09-09T01:15:11", "url": "https://files.pythonhosted.org/packages/a7/05/52a3bb8e7316cca4de5f4bb346b6da41086167e45effa943b24e378d40da/timeself-0.0.1.tar.gz" } ] }