{ "info": { "author": "Znax & reco team", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Build Tools" ], "description": "python-simple-timer - Monitor time for Python code.\n========================================================\n\nThis module allows to monitor time for Python code.\nYou can tag different timers and know how long each of them took and, \nif they were in a loop, how many loops the ran into.\n\n\nYou can install it with pip:\n\n pip install pstymer\n\nUsage:\n\n >>> PythonSimpleTimer.PythonTimer import PythonTimer\n >>> my_timer = PythonTimer()\n >>> my_timer.start('timer_name')\n >>> -- process stuff --\n >>> my_timer.stop('timer_name')", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Znax/python-simple-timer", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "PSTymer", "package_url": "https://pypi.org/project/PSTymer/", "platform": "", "project_url": "https://pypi.org/project/PSTymer/", "project_urls": { "Homepage": "https://github.com/Znax/python-simple-timer" }, "release_url": "https://pypi.org/project/PSTymer/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "Monitor time for Python code", "version": "0.0.1" }, "last_serial": 3495346, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "7207222853ed2cbe5fd5093d212890db", "sha256": "833757db10d91bc2580ca6a8bea3a900c133c11e83d614a5b92397a8450a5c92" }, "downloads": -1, "filename": "PSTymer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7207222853ed2cbe5fd5093d212890db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1892, "upload_time": "2018-01-16T22:05:49", "url": "https://files.pythonhosted.org/packages/7c/d8/ca7fce1ea2785736048b3ef6b37dcc47a5c383b5c548faae819c8f1d5c5c/PSTymer-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "7207222853ed2cbe5fd5093d212890db", "sha256": "833757db10d91bc2580ca6a8bea3a900c133c11e83d614a5b92397a8450a5c92" }, "downloads": -1, "filename": "PSTymer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "7207222853ed2cbe5fd5093d212890db", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1892, "upload_time": "2018-01-16T22:05:49", "url": "https://files.pythonhosted.org/packages/7c/d8/ca7fce1ea2785736048b3ef6b37dcc47a5c383b5c548faae819c8f1d5c5c/PSTymer-0.0.1.tar.gz" } ] }