{ "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-tic-toc", "package_url": "https://pypi.org/project/easy-tic-toc/", "platform": "", "project_url": "https://pypi.org/project/easy-tic-toc/", "project_urls": { "Homepage": "https://github.com/shakib-rahimi/tictoc" }, "release_url": "https://pypi.org/project/easy-tic-toc/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": 5229580, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "878e714f04dffe0f10703204b15d0a9a", "sha256": "f20ff4b2ee7c60b704890a5167c291c89336165860aa5846403085443b85b3a1" }, "downloads": -1, "filename": "easy_tic_toc-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "878e714f04dffe0f10703204b15d0a9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1833, "upload_time": "2019-05-05T20:37:30", "url": "https://files.pythonhosted.org/packages/f2/06/b73b2a46fdbe381c71f774f2590f90c50535ecf78aa4417f05e41b3b9250/easy_tic_toc-0.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "878e714f04dffe0f10703204b15d0a9a", "sha256": "f20ff4b2ee7c60b704890a5167c291c89336165860aa5846403085443b85b3a1" }, "downloads": -1, "filename": "easy_tic_toc-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "878e714f04dffe0f10703204b15d0a9a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 1833, "upload_time": "2019-05-05T20:37:30", "url": "https://files.pythonhosted.org/packages/f2/06/b73b2a46fdbe381c71f774f2590f90c50535ecf78aa4417f05e41b3b9250/easy_tic_toc-0.0.1-py3-none-any.whl" } ] }