{ "info": { "author": "Jani Mikkonen", "author_email": "jani.mikkonen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: End Users/Desktop", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: MIT License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Operating System :: POSIX :: Other", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Libraries", "Topic :: Software Development :: Quality Assurance", "Topic :: Software Development :: Testing", "Topic :: Utilities" ], "description": "robotframework-timer\n====================\n\nTimer is small utility library that allows measuring the x amount of events within a single suite without the need to implement timing information into a separate scripts via robot.result api's.\n\nLibrary allows multiple timers to be ongoing at any time by providing a benchmark a name or just a single benchmark if no name is given.\n\nEach single timer can then be verified if its duration was within a given range or just lower than what was expected or all timers can be verified in one go if they where configured properly.\n\n\n# Installation\n\n`pip install robotframework-timer`\n\n# Examples:\n\n```robotframework\n*** Settings ***\nLibrary Timer\nTest Setup Benchmark Setup\nTest Teardown Benchmark TearDown\n\n*** Keywords ***\nBenchmark Setup\n Start Timer ${TEST NAME}\nBenchmark TearDown\n Stop Timer ${TEST NAME}\n Timer Results Within 3 seconds 0 seconds ${TEST NAME}\n\n*** Test Cases ***\nExample No 1 Passes\n Sleep 1 second\n\nExample No 2 Passes\n Sleep 2 second\n\nExample No 3 Will Fail\n Sleep 3 second\n```", "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/rasjani/timer", "keywords": "", "license": "GPLV3", "maintainer": "", "maintainer_email": "", "name": "robotframework-timer", "package_url": "https://pypi.org/project/robotframework-timer/", "platform": "", "project_url": "https://pypi.org/project/robotframework-timer/", "project_urls": { "Homepage": "https://github.com/rasjani/timer" }, "release_url": "https://pypi.org/project/robotframework-timer/0.0.5/", "requires_dist": null, "requires_python": "", "summary": "Benchmark tools for robotframework", "version": "0.0.5" }, "last_serial": 5731306, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "afcd6ed8ff46ec028d6a234ad1a71e3e", "sha256": "c8163bdf0f8142b321e2a487f2149ab9b73c7d75d121e816089deac23188c4b0" }, "downloads": -1, "filename": "robotframework-timer-0.0.1.tar.gz", "has_sig": false, "md5_digest": "afcd6ed8ff46ec028d6a234ad1a71e3e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4039, "upload_time": "2019-08-26T12:10:09", "url": "https://files.pythonhosted.org/packages/03/ff/775a0ad97898554d6cfdbe7fdbcf6cbe3508ba59ac09e7b69d915d9c86e2/robotframework-timer-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "59f5494bee3ba8699ce7ff442216b26d", "sha256": "8ceda4a8cc4d0c99bf9b14b4a24f8af285c983c9c3bbcc18daf4780e3ba8b288" }, "downloads": -1, "filename": "robotframework-timer-0.0.2.tar.gz", "has_sig": false, "md5_digest": "59f5494bee3ba8699ce7ff442216b26d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4202, "upload_time": "2019-08-26T12:15:42", "url": "https://files.pythonhosted.org/packages/d1/4f/2b0e62fc178f8f535a693b20077eed94e4b18fbcd5bfe11bc26e7f490492/robotframework-timer-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "94e3e5b06a4594018ff2b03e14d0174d", "sha256": "591f73f67fbf0d7db65f5f749056caa21f57a1f53f910c9704b63523159a5502" }, "downloads": -1, "filename": "robotframework-timer-0.0.3.tar.gz", "has_sig": false, "md5_digest": "94e3e5b06a4594018ff2b03e14d0174d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4182, "upload_time": "2019-08-26T12:21:45", "url": "https://files.pythonhosted.org/packages/fa/db/ffbdf6d6465d80a4290960b452680e06277f22a228f8835975ab76ffa079/robotframework-timer-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "6c1fe12df3277066aff11626e4bcd4cb", "sha256": "0a7d2e179b1dc938287134627e4cae8efdc85f0d80d2b81d1684ad53f46250a2" }, "downloads": -1, "filename": "robotframework-timer-0.0.4.tar.gz", "has_sig": false, "md5_digest": "6c1fe12df3277066aff11626e4bcd4cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4505, "upload_time": "2019-08-26T14:26:14", "url": "https://files.pythonhosted.org/packages/98/ee/8a05f62f3c56f14a061365306b3a1ab858e17d0e82121cee21bb8ef76257/robotframework-timer-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "b861f4e19280900707041066349d1ee8", "sha256": "06d990081bfbac86141098d96dadc01dc09c4ce551c025cb42864113216b636f" }, "downloads": -1, "filename": "robotframework-timer-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b861f4e19280900707041066349d1ee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2019-08-26T14:45:09", "url": "https://files.pythonhosted.org/packages/3f/ca/e157bdd583fc62cbde030f45164114abd92c7a07a43163b438920c148224/robotframework-timer-0.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b861f4e19280900707041066349d1ee8", "sha256": "06d990081bfbac86141098d96dadc01dc09c4ce551c025cb42864113216b636f" }, "downloads": -1, "filename": "robotframework-timer-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b861f4e19280900707041066349d1ee8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4525, "upload_time": "2019-08-26T14:45:09", "url": "https://files.pythonhosted.org/packages/3f/ca/e157bdd583fc62cbde030f45164114abd92c7a07a43163b438920c148224/robotframework-timer-0.0.5.tar.gz" } ] }