{ "info": { "author": "John Paulett , Kent Coble >> import simplestopwatch as sw\n>>> t = sw.Timer()\n>>> t.elapsed\n3.8274309635162354\n>>> print t\n15.9507198334 sec\n>>> t.stop()\n30.153270959854126\n>>> print t\n30.1532709599 sec\n\nDecorator exists for printing out execution times:\n>>> from simplestopwatch import clockit\n>>> @clockit\n def mult(a, b):\n return a * b\n>>> print mult(2, 6)\nmult in 1.38282775879e-05 sec\n6", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/kamakazikamikaze/simplestopwatch", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kamakazikamikaze/simplestopwatch", "keywords": "timer,stopwatch,execution,timeit", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "simplestopwatch", "package_url": "https://pypi.org/project/simplestopwatch/", "platform": "POSIX,Windows", "project_url": "https://pypi.org/project/simplestopwatch/", "project_urls": { "Download": "https://github.com/kamakazikamikaze/simplestopwatch", "Homepage": "https://github.com/kamakazikamikaze/simplestopwatch" }, "release_url": "https://pypi.org/project/simplestopwatch/0.3.3/", "requires_dist": null, "requires_python": "", "summary": "A very simple python module for measuring elapsed time.", "version": "0.3.3" }, "last_serial": 2128297, "releases": { "0.3.3": [ { "comment_text": "", "digests": { "md5": "d9f4051a7640f309ec960e883573aab0", "sha256": "303fdcde070a14c490477783f9e8819b0da5b819a1f0260ae1c73066b615f7cc" }, "downloads": -1, "filename": "simplestopwatch-0.3.3.zip", "has_sig": false, "md5_digest": "d9f4051a7640f309ec960e883573aab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5097, "upload_time": "2016-05-23T01:07:15", "url": "https://files.pythonhosted.org/packages/f1/db/0fe78106f07cce55d878796afbd5d1e4e755b4e4ba2b8da304817c806337/simplestopwatch-0.3.3.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d9f4051a7640f309ec960e883573aab0", "sha256": "303fdcde070a14c490477783f9e8819b0da5b819a1f0260ae1c73066b615f7cc" }, "downloads": -1, "filename": "simplestopwatch-0.3.3.zip", "has_sig": false, "md5_digest": "d9f4051a7640f309ec960e883573aab0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5097, "upload_time": "2016-05-23T01:07:15", "url": "https://files.pythonhosted.org/packages/f1/db/0fe78106f07cce55d878796afbd5d1e4e755b4e4ba2b8da304817c806337/simplestopwatch-0.3.3.zip" } ] }