{ "info": { "author": "Dnomin", "author_email": "nimondars@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# TimeTest\nChecking execution time of python functions.\n* `pip install timetest`\n\nNow you can check execution time of your functions using:\n* `averagetime_test(function_name, count_of_calls, *args, **kwagrs)` to see average time of execution\n* `alltime_test(function_name, count_of_calls, *args, **kwagrs)` to see list of function executions times\n\n\nexecution time of quicksort:\n![img1](https://github.com/Nimond/TimeTest/raw/master/images/4895EA67-9574-42A1-8F61-F1EBCF336365.png)", "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/Nimond/TimeTest", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "timetest", "package_url": "https://pypi.org/project/timetest/", "platform": "", "project_url": "https://pypi.org/project/timetest/", "project_urls": { "Homepage": "https://github.com/Nimond/TimeTest" }, "release_url": "https://pypi.org/project/timetest/1.0.1/", "requires_dist": null, "requires_python": "", "summary": "Average execution time package", "version": "1.0.1" }, "last_serial": 4638945, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "a7de7352a43831c5f8660e9fca149998", "sha256": "e6dd8ddaea573b51a07127dbd58c5c98d0d01a090658b9bd7626d756af62431e" }, "downloads": -1, "filename": "timetest-1.0.0.tar.gz", "has_sig": false, "md5_digest": "a7de7352a43831c5f8660e9fca149998", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1242, "upload_time": "2018-11-25T21:42:12", "url": "https://files.pythonhosted.org/packages/3d/4a/570d63e99e27151113535ab82dadd021a03e1b4b913200ed9baf66ec14d6/timetest-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "3b9e8bb9178e857ea18ae2a8edac98e4", "sha256": "9d56f01b0564326cd4ea03b64570da9e33e98575b6ea8f7c12c853dd9bbcfd9a" }, "downloads": -1, "filename": "timetest-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3b9e8bb9178e857ea18ae2a8edac98e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1497, "upload_time": "2018-12-27T20:31:14", "url": "https://files.pythonhosted.org/packages/0e/6c/65e1e498a95a608be47131f1c7f7a163c6bd584f1269e1c2b6f0d79c514f/timetest-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3b9e8bb9178e857ea18ae2a8edac98e4", "sha256": "9d56f01b0564326cd4ea03b64570da9e33e98575b6ea8f7c12c853dd9bbcfd9a" }, "downloads": -1, "filename": "timetest-1.0.1.tar.gz", "has_sig": false, "md5_digest": "3b9e8bb9178e857ea18ae2a8edac98e4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1497, "upload_time": "2018-12-27T20:31:14", "url": "https://files.pythonhosted.org/packages/0e/6c/65e1e498a95a608be47131f1c7f7a163c6bd584f1269e1c2b6f0d79c514f/timetest-1.0.1.tar.gz" } ] }