{ "info": { "author": "Shakib Rahimi", "author_email": "shakibrahimy@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "## Usage\n\n\"\"\"python\n\n from tictoc import tic, toc\n\n tic()\n\n \n\n toc() # to show the execution time directly with built-in print function\n\n #-----------------------------------------#\n\n tic()\n\n \n\n execution_time = toc(False) # do not show, but return as a variable\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/shakib-rahimi/tictoc", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "easy-tictoc", "package_url": "https://pypi.org/project/easy-tictoc/", "platform": "", "project_url": "https://pypi.org/project/easy-tictoc/", "project_urls": { "Homepage": "https://github.com/shakib-rahimi/tictoc" }, "release_url": "https://pypi.org/project/easy-tictoc/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "The easiest way to calculate the execution time of any part of the program in Python", "version": "0.0.1" }, "last_serial": 5229611, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "92e0e9823cda4508b9f6de5a0d7b7e81", "sha256": "2070b1baa97993404211dd0c3211426123da44820b1c35c0509787cddbddb80d" }, "downloads": -1, "filename": "easy_tictoc-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "92e0e9823cda4508b9f6de5a0d7b7e81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1821, "upload_time": "2019-05-05T20:44:09", "url": "https://files.pythonhosted.org/packages/c8/0e/ff6b70b707c121387b14f853f3edc54db5f8f0c4d67df04340ea7f8db59f/easy_tictoc-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "92e0e9823cda4508b9f6de5a0d7b7e81", "sha256": "2070b1baa97993404211dd0c3211426123da44820b1c35c0509787cddbddb80d" }, "downloads": -1, "filename": "easy_tictoc-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "92e0e9823cda4508b9f6de5a0d7b7e81", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1821, "upload_time": "2019-05-05T20:44:09", "url": "https://files.pythonhosted.org/packages/c8/0e/ff6b70b707c121387b14f853f3edc54db5f8f0c4d67df04340ea7f8db59f/easy_tictoc-0.0.1-py3-none-any.whl" } ] }