{ "info": { "author": "Enrico Bacis", "author_email": "enrico.bacis@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "Description\n-----------\n\nThis decorator prints the running time that a function needed to complete.\n\n.. code:: python\n\n from timeme import timeme\n from time import sleep\n\n @timeme\n def function(a, b):\n sleep(2)\n\n function(1, 2)\n # 'function' ((1, 2), {}) 2.00 sec\n\n\nInstallation\n------------\n\nThe package has been uploaded to `PyPI`_, so you can install it with pip:\n\n pip install timeme\n\n\n.. _PyPI: https://pypi.python.org/pypi/timeme\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/enricobacis/timeme", "keywords": "time timing function decorator", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "timeme", "package_url": "https://pypi.org/project/timeme/", "platform": "", "project_url": "https://pypi.org/project/timeme/", "project_urls": { "Homepage": "http://github.com/enricobacis/timeme" }, "release_url": "https://pypi.org/project/timeme/0.1.1/", "requires_dist": null, "requires_python": "", "summary": "Decorator that prints the running time of a function", "version": "0.1.1" }, "last_serial": 2646236, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "81e8ae1f8a31b52a78c542bb4063f278", "sha256": "12c4dd5992765de1cb121611c8c0b8440d3e64248b6eef3d1995cf4b1fe9a018" }, "downloads": -1, "filename": "timeme-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81e8ae1f8a31b52a78c542bb4063f278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1407, "upload_time": "2017-02-16T07:58:22", "url": "https://files.pythonhosted.org/packages/b6/75/fbc47c6b14841e041ddb100a3fb55d1d23d8151179b4bd3064b8b404cdfe/timeme-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "81e8ae1f8a31b52a78c542bb4063f278", "sha256": "12c4dd5992765de1cb121611c8c0b8440d3e64248b6eef3d1995cf4b1fe9a018" }, "downloads": -1, "filename": "timeme-0.1.1.tar.gz", "has_sig": false, "md5_digest": "81e8ae1f8a31b52a78c542bb4063f278", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1407, "upload_time": "2017-02-16T07:58:22", "url": "https://files.pythonhosted.org/packages/b6/75/fbc47c6b14841e041ddb100a3fb55d1d23d8151179b4bd3064b8b404cdfe/timeme-0.1.1.tar.gz" } ] }