{ "info": { "author": "Rohit Laddha", "author_email": "rohitladdh@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "fuss: Benchmarking Tool\n=========================\n\n.. image:: https://img.shields.io/pypi/v/fuss.svg\n :target: https://pypi.python.org/pypi/fuss\n\n\nBehold, the power of fuss:\n\n.. code-block:: python\n\n # sample.py\n import fuss\n \n @fuss.measure\n def func():\n for i in range(100):\n pass\n``Function: func took 0.00500679016113 ms``\n \n\nMany programmers find it aversive to check the proformance of function by using \ntime module in a naive way. It becomes boring to measure time of similarly\nother functions again and again. Fuss with a very simple implementation provides\nan easy way for the same.\n\n \nInstallation\n------------\n\nTo install fuss, simply:\n\n.. code-block:: bash\n\n $ pip install fuss\n \u2728\ud83c\udf70\u2728\n\n.. _`the repository`: http://github.com/rohitladdha/fuss\n.. _AUTHORS: https://github.com/rohitladdha/fuss/blob/master/AUTHORS.rst\n.. _Contributor Friendly: https://github.com/rohitladdha/fuss/issues?direction=desc&labels=Contributor+Friendly&page=1&sort=updated&state=open\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rohitladdha/fuss", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "fuss", "package_url": "https://pypi.org/project/fuss/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/fuss/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/rohitladdha/fuss" }, "release_url": "https://pypi.org/project/fuss/0.2/", "requires_dist": null, "requires_python": null, "summary": "benchmark library", "version": "0.2" }, "last_serial": 2177197, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "86797c18668c07a895bdc6a1952a2c16", "sha256": "b334b40f30361b582be674492a8726903f2e3e9596b753e987b9679c4a9d1279" }, "downloads": -1, "filename": "fuss-0.1.tar.gz", "has_sig": false, "md5_digest": "86797c18668c07a895bdc6a1952a2c16", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1247, "upload_time": "2016-06-19T17:48:10", "url": "https://files.pythonhosted.org/packages/76/44/865441e9216a846d69b4eec181c2424fd3cf0c606dd92efac6acc63bea31/fuss-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "e3cb1e9d9b1bfc606d3a91601e42e4ed", "sha256": "b486bf1469fc2d640d42df42bd4bd13a4169e215ec89362fb4e16aa8dc05e178" }, "downloads": -1, "filename": "fuss-0.2.tar.gz", "has_sig": false, "md5_digest": "e3cb1e9d9b1bfc606d3a91601e42e4ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1921, "upload_time": "2016-06-20T13:12:39", "url": "https://files.pythonhosted.org/packages/0c/df/ed847f0300ee0c47a5f42be0843f770ebffb89b3d2b825cda1c76ae80916/fuss-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "e3cb1e9d9b1bfc606d3a91601e42e4ed", "sha256": "b486bf1469fc2d640d42df42bd4bd13a4169e215ec89362fb4e16aa8dc05e178" }, "downloads": -1, "filename": "fuss-0.2.tar.gz", "has_sig": false, "md5_digest": "e3cb1e9d9b1bfc606d3a91601e42e4ed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1921, "upload_time": "2016-06-20T13:12:39", "url": "https://files.pythonhosted.org/packages/0c/df/ed847f0300ee0c47a5f42be0843f770ebffb89b3d2b825cda1c76ae80916/fuss-0.2.tar.gz" } ] }