{ "info": { "author": "Jani Mikkonen", "author_email": "jani.mikkonen@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Robot Framework", "Framework :: Robot Framework :: Library", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Topic :: Software Development :: Testing" ], "description": "robotframework-seleniumtestability\n==================================\n\nSeleniumTestability is a plugin to Robot Framework's SeleniumLibrary that adds\nfunctionality to it doesn't fit into its mission. These new features are archived\nby SL's plugin api that then automatically instrumentents the web application via\njavascript calls and provides keywords to bridge those into Robot Framework.\n\nPlugin provides automatic detection of asyncronous events happening within\nthe web application. For example, if a rest api is called from the application,\ntestcase can automatically wait for that call to finish before doing any\ninteraction in the UI. There's also a bunch of functionality like fetching of\nbrowser logs, keywords to interact with local and session storage. See the\nkeyword documentation [here](https://marketsquare.github.io/robotframework-seleniumtestability/index.html?tag=plugin)\nfor more details.\n\nSeleniumTestability relies on core Selenium's feature EventFiringWebdriver\nand provides it's own listener interface that takes care of waiting in right\nplaces and instrumenting the SUT whenever it is needed.\n\nIn the future, its also possible to extend the javascript parts of\nSeleniumTestability to incorporate more state inspections.\n\nMonitoring of the asyncronous events is archived with help of [Testability.js](https://github.com/alfonso-presa/testability.js)\nand its [bindings](https://github.com/alfonso-presa/testability-browser-bindings)\n\n# Support\n\n\"Official\" support channel available in [Gitter.im](https://gitter.im/robotframework-seleniumtestability/community)\n\n# Installation\n\n```\npip install robotframework-seleniumtestability\n```\n\n# Usage\n\n## Initialize library\n\n```\nLibrary SeleniumLibrary plugins=SeleniumTestability;True;30 Seconds;True\n```\n\nFor parameter descriptions, refer to keyword docmentation.\n\n## Example\n\n```robotframework\n Click Element id:button_that_triggers_ajax_request\n Click Element id:some_other_element\n Log To Console This will happen right after clicking\n```\n\nIn here, if automatic_wait has been enabled, second `Click Element` keyword wont\nbe executed before action triggered by the first button is finished.\n\nIf automatic_wait is not enabled, test case can request the wait itself and previous\nexample would look something like this.\n\n```\n Click Element id:button_that_triggers_ajax_request\n Wait For Testability Ready\n Click Element id:some_other_element\n Wait For Testability Ready\n Log To Console This would show after events triggered by second click are done.\n```\n\n# Currently Supported Asyncronous features\n\n* setTimeout & setImmediate calls and wait for them.\n* fetch() call and wait for it to finish\n* XHR requests and wait for them to finish\n* CSS Animations and wait form them to finish\n* CSS Transitions and wait form them to finish\n* Viewport scrolling.\n\nDo note that catching css animations and transitions is browser dependant. In the past\ncertain browsers did not implement these features as \"the standard\" would require.\n\n# Other functionality.\n\nSeleniumTestability also provides other conveniance keywords that do not make sense to incorporate into\nSeleniumLibrary itself, mainly due to functionality not being in scope of SeleniumLibrary and Selenium\npython bindings. Do check the keyword documentation for up to date list of keywords.\n\n\n# Keyword Documentation\n\nKeyword documentation [here](https://marketsquare.github.io/robotframework-seleniumtestability/index.html?tag=plugin) and if you need to create one for offline usage:\n\n```\npython -m robot.libdoc SeleniumLibrary::plugins=SeleniumTestability\n```\n\n# Contributing\n\n[CONTRIBUTING.md](https://github.com/marketsquare/robotframework-seleniumtestability/blob/master/CONTRIBUTING.md) documents how to setup the environment for further development of SeleniumTestability.\n\n\n\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/marketsquare/robotframework-seleniumtestability", "keywords": "robot framework testing automation selenium seleniumlibrarytestability async javascript softwaretesting", "license": "Apache License 2.0", "maintainer": "", "maintainer_email": "", "name": "robotframework-seleniumtestability", "package_url": "https://pypi.org/project/robotframework-seleniumtestability/", "platform": "any", "project_url": "https://pypi.org/project/robotframework-seleniumtestability/", "project_urls": { "Homepage": "https://github.com/marketsquare/robotframework-seleniumtestability" }, "release_url": "https://pypi.org/project/robotframework-seleniumtestability/2.0.0/", "requires_dist": [ "robotframework-seleniumlibrary (>=4.0.0)", "furl", "wrapt" ], "requires_python": "", "summary": "SeleniumTestability library that helps speed up tests withasyncronous evens", "version": "2.0.0", "yanked": false, "yanked_reason": null }, "last_serial": 13107926, "releases": { "0.0.10": [ { "comment_text": "", "digests": { "md5": "ac9b6361960998e168e8c5226f479a5e", "sha256": "10c67b91921070e5f7332f24fb66feeb5b2f7d2a205a720fd45e1f56b21fb48d" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.10.tar.gz", "has_sig": false, "md5_digest": "ac9b6361960998e168e8c5226f479a5e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15121, "upload_time": "2019-08-26T15:22:40", "upload_time_iso_8601": "2019-08-26T15:22:40.449397Z", "url": "https://files.pythonhosted.org/packages/07/6a/bed8ce593ed52354fc17597774543de592b998ba95a25c9b3fe5315f096c/robotframework-seleniumtestability-0.0.10.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "76fbc7ec968ecbc1b6d969223ba3a128", "sha256": "6c4b6e4ea098fe0906e9fa63a7b2208e242253897680f076612a0fc59420ce3f" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.11.tar.gz", "has_sig": false, "md5_digest": "76fbc7ec968ecbc1b6d969223ba3a128", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 15731, "upload_time": "2019-08-30T13:16:10", "upload_time_iso_8601": "2019-08-30T13:16:10.729166Z", "url": "https://files.pythonhosted.org/packages/84/4e/e6de121f4c7f0db64086dad346d29568938c8e96a760e7770d9e73b84531/robotframework-seleniumtestability-0.0.11.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "406cfd4ecc807f007713b45845caf022", "sha256": "2c642a3eae780a05c2fb6f9648f4690370d6871c611d34aa5c9fdf850c78630d" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.12.tar.gz", "has_sig": false, "md5_digest": "406cfd4ecc807f007713b45845caf022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 184599, "upload_time": "2019-09-11T17:35:46", "upload_time_iso_8601": "2019-09-11T17:35:46.347813Z", "url": "https://files.pythonhosted.org/packages/e1/36/a62b5f03d5c55ce89dc3bb5aa343efdfafd8266a84ea2769d507eaa308ad/robotframework-seleniumtestability-0.0.12.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "e0aef5ca7b2d2f4da1033e97df5822e7", "sha256": "5b1c7990faa9600faab0d482e2edf9c4e09ff65b856668d61247392e01f75dd8" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.13.tar.gz", "has_sig": false, "md5_digest": "e0aef5ca7b2d2f4da1033e97df5822e7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 186987, "upload_time": "2019-09-15T17:52:48", "upload_time_iso_8601": "2019-09-15T17:52:48.733258Z", "url": "https://files.pythonhosted.org/packages/78/d7/47d9d49fe2dc05d9aa3eff922003680855aafd88b299db0412ea7c172916/robotframework-seleniumtestability-0.0.13.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "5a9c11402a43f3e20e700769c4fec8a0", "sha256": "0b3310e9c9105e1d3706bd0746e935083fb8e7b18c993c60c1ed863529ec6424" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.14.tar.gz", "has_sig": false, "md5_digest": "5a9c11402a43f3e20e700769c4fec8a0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 190830, "upload_time": "2019-10-04T13:21:25", "upload_time_iso_8601": "2019-10-04T13:21:25.095755Z", "url": "https://files.pythonhosted.org/packages/5d/27/d608f5ea2ed93ff29fd0d058672f9bb84bc989787d3b2cb82e0327f9b68f/robotframework-seleniumtestability-0.0.14.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "03c9e9d8c00fd840fb765e4c82cbb194", "sha256": "a49df9eb970f95794ab6af12b8a51312340d8349e7b92bf2b59021898b40e1c0" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.15.tar.gz", "has_sig": false, "md5_digest": "03c9e9d8c00fd840fb765e4c82cbb194", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 194583, "upload_time": "2019-10-26T11:36:09", "upload_time_iso_8601": "2019-10-26T11:36:09.871999Z", "url": "https://files.pythonhosted.org/packages/74/76/ddb006f6385c0b109fd1a0252084ea406edf14f750c50a1c151cc4efd015/robotframework-seleniumtestability-0.0.15.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "1c6ec4b0f16f836f39a1543bd656dbdc", "sha256": "5a16c2dc53efe350e5aa015c1cffeda984286ce5b4d90fb7614436e14501a5aa" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.4.tar.gz", "has_sig": false, "md5_digest": "1c6ec4b0f16f836f39a1543bd656dbdc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12534, "upload_time": "2018-10-31T11:15:24", "upload_time_iso_8601": "2018-10-31T11:15:24.981080Z", "url": "https://files.pythonhosted.org/packages/66/86/e7b11bda961d33761ef5b006fdea9c10223a1b3393bb1d29fa4db85e57fd/robotframework-seleniumtestability-0.0.4.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "b799c73edacc3d71247386f9e1d8c9ae", "sha256": "cb26cd542ae9b7f71d3c61264b9acd4ccbf8567a21417417f0af869a5a7bf41f" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.5.tar.gz", "has_sig": false, "md5_digest": "b799c73edacc3d71247386f9e1d8c9ae", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12698, "upload_time": "2018-11-08T15:40:52", "upload_time_iso_8601": "2018-11-08T15:40:52.243045Z", "url": "https://files.pythonhosted.org/packages/38/09/9616447a61bd698d38d780d90b80fe569d2da224a5719fb5ebd060c1bef7/robotframework-seleniumtestability-0.0.5.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "a05a9ad7ecbd3c081a0c87158d9150b6", "sha256": "63d921984bcbbe30100f53135ec4f28bc7dd665da312f7ed550f07f6f74a438a" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.6.tar.gz", "has_sig": false, "md5_digest": "a05a9ad7ecbd3c081a0c87158d9150b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11557, "upload_time": "2018-11-09T11:41:18", "upload_time_iso_8601": "2018-11-09T11:41:18.909041Z", "url": "https://files.pythonhosted.org/packages/93/13/94da7525740e1be75717762af30f88d477df4d591e005118cb9caf712f98/robotframework-seleniumtestability-0.0.6.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "5cfedc602acca5cfe17c3bb0241802ac", "sha256": "f18767787c54f5e4efca4c1ff540f42a62b7a8479c9f2cc824fba124c44e3f0c" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.7.tar.gz", "has_sig": false, "md5_digest": "5cfedc602acca5cfe17c3bb0241802ac", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12882, "upload_time": "2018-11-22T09:47:20", "upload_time_iso_8601": "2018-11-22T09:47:20.617301Z", "url": "https://files.pythonhosted.org/packages/a5/3f/10faaa6db3a2d8ec2e3db8c9a9c01a608e65ae0fe11b428b4f25f92804ae/robotframework-seleniumtestability-0.0.7.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "ab301d69a29e1808f0c3b3e705e568b3", "sha256": "a92fa1379872271f3f203a5c049d1490be2dd7b981de6a2da74435f61494dfc2" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.8.tar.gz", "has_sig": false, "md5_digest": "ab301d69a29e1808f0c3b3e705e568b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14523, "upload_time": "2019-01-24T15:36:25", "upload_time_iso_8601": "2019-01-24T15:36:25.634148Z", "url": "https://files.pythonhosted.org/packages/07/d5/76b29500efda6551e2a040c7e99d9f5b5ffcf5681f4c6e52f4286623af53/robotframework-seleniumtestability-0.0.8.tar.gz", "yanked": false, "yanked_reason": null } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "a01553899c83a796b15718715d66fae0", "sha256": "3bc76d8451f89f1e84a8f044c28e7c0726375b5f4e96f7181bdd1ad218b8992c" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.0.9.tar.gz", "has_sig": false, "md5_digest": "a01553899c83a796b15718715d66fae0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 12892, "upload_time": "2019-05-08T11:02:12", "upload_time_iso_8601": "2019-05-08T11:02:12.245662Z", "url": "https://files.pythonhosted.org/packages/c2/1e/b241252fcb532f0fb04ab349449dac799d7cb3594f6f6ceb583c1813be3a/robotframework-seleniumtestability-0.0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9": [ { "comment_text": "", "digests": { "md5": "ee666d6dac8da3bbdbc61e65d6769962", "sha256": "531a9d88ca2e9de6074df2b15ddb63504282b5df5e8ad0c8c0183504f1987397" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.9.tar.gz", "has_sig": false, "md5_digest": "ee666d6dac8da3bbdbc61e65d6769962", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 191046, "upload_time": "2020-01-17T13:38:50", "upload_time_iso_8601": "2020-01-17T13:38:50.021185Z", "url": "https://files.pythonhosted.org/packages/68/69/9e91549c502f61aa897754bfae30e60d5db77512dd43f4a2b08eed5fd220/robotframework-seleniumtestability-0.9.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.2": [ { "comment_text": "", "digests": { "md5": "c8018569363a6dab83e98baeae216b58", "sha256": "748494a53a2cc44d94146bfd8aae01d4ad92114632d14f5a78de0661c63a44e2" }, "downloads": -1, "filename": "robotframework-seleniumtestability-0.9.2.tar.gz", "has_sig": false, "md5_digest": "c8018569363a6dab83e98baeae216b58", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 192731, "upload_time": "2020-03-05T20:00:35", "upload_time_iso_8601": "2020-03-05T20:00:35.942967Z", "url": "https://files.pythonhosted.org/packages/79/31/31aed738891b7ed4bcbc844cbe4dd03478e2c2b46e7243cef2464ef20160/robotframework-seleniumtestability-0.9.2.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0": [ { "comment_text": "", "digests": { "md5": "0163a6811b6a460ad32129726bc0b7aa", "sha256": "8f059f2115b44fee345d8bb4dcf0c39e99f003f552e8e3e5e137d9767fc27376" }, "downloads": -1, "filename": "robotframework-seleniumtestability-1.0.0.tar.gz", "has_sig": false, "md5_digest": "0163a6811b6a460ad32129726bc0b7aa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 200153, "upload_time": "2020-06-12T09:42:03", "upload_time_iso_8601": "2020-06-12T09:42:03.173558Z", "url": "https://files.pythonhosted.org/packages/b8/4f/238919a81cd6f001ec4dc8a99c39639275a6e154830fb6a95be5e3b25ba7/robotframework-seleniumtestability-1.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "1.0.0rc1": [ { "comment_text": "", "digests": { "md5": "de5e8f851f444d3d81590640569edaef", "sha256": "9bdef8316d857f24fbcd8def4b330f9a5f3e7b1bf062cb06d267ab2d91e2fd8f" }, "downloads": -1, "filename": "robotframework-seleniumtestability-1.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "de5e8f851f444d3d81590640569edaef", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 196751, "upload_time": "2020-05-01T10:39:19", "upload_time_iso_8601": "2020-05-01T10:39:19.827866Z", "url": "https://files.pythonhosted.org/packages/99/40/9388636294e12122472e13201e367ef447279be8c5cd00769ec38a8f4326/robotframework-seleniumtestability-1.0.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "98fddb8177ffe85f186831d1087bbe4f", "sha256": "18810869a0c0010cc623aea4bb382afdc9aa6fe8404c35fa58452766d0322735" }, "downloads": -1, "filename": "robotframework-seleniumtestability-1.1.0.tar.gz", "has_sig": false, "md5_digest": "98fddb8177ffe85f186831d1087bbe4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 201229, "upload_time": "2020-06-23T13:03:28", "upload_time_iso_8601": "2020-06-23T13:03:28.819206Z", "url": "https://files.pythonhosted.org/packages/95/5d/cba5783dd15fa38a98547450b29a8a6a6ef2999dcf3fd0557ab6e826c8de/robotframework-seleniumtestability-1.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "866db31a2086e09e179aefce1642607f", "sha256": "0d3a54df0f6adedbbe3af31d6c14157688f90057b951e50f1865fd725b212df5" }, "downloads": -1, "filename": "robotframework_seleniumtestability-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "866db31a2086e09e179aefce1642607f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23661, "upload_time": "2022-03-08T00:13:17", "upload_time_iso_8601": "2022-03-08T00:13:17.326336Z", "url": "https://files.pythonhosted.org/packages/b9/9b/0af1de2d761021f42b18265060e9ed998ae4e2fbd01e9970e86c32e50afc/robotframework_seleniumtestability-2.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93157edd57e9cfdd638bde2625edf5e1", "sha256": "e7914bd54371386984f756fac175365160ad252aedaa0bef276acb3d9c6072fc" }, "downloads": -1, "filename": "robotframework-seleniumtestability-2.0.0.tar.gz", "has_sig": false, "md5_digest": "93157edd57e9cfdd638bde2625edf5e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 215165, "upload_time": "2022-03-08T00:15:38", "upload_time_iso_8601": "2022-03-08T00:15:38.361475Z", "url": "https://files.pythonhosted.org/packages/f3/4f/f19a110f464d6f116d48c17e35ce0ec65fd8211828040db7d5ecaa361fa9/robotframework-seleniumtestability-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "2.0.0rc1": [ { "comment_text": "", "digests": { "md5": "7d89d0fe0aa4546efd90211e9b524393", "sha256": "8d3e2da7b2a6690ab98b9c577af2b62adeefb2e14bf121a405403a90dd423925" }, "downloads": -1, "filename": "robotframework-seleniumtestability-2.0.0rc1.tar.gz", "has_sig": false, "md5_digest": "7d89d0fe0aa4546efd90211e9b524393", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 214896, "upload_time": "2022-02-26T23:30:33", "upload_time_iso_8601": "2022-02-26T23:30:33.504963Z", "url": "https://files.pythonhosted.org/packages/e3/80/5290e9b113c850653e76242263e35650ded7d92534ef5630dedc3f5b19f6/robotframework-seleniumtestability-2.0.0rc1.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "866db31a2086e09e179aefce1642607f", "sha256": "0d3a54df0f6adedbbe3af31d6c14157688f90057b951e50f1865fd725b212df5" }, "downloads": -1, "filename": "robotframework_seleniumtestability-2.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "866db31a2086e09e179aefce1642607f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 23661, "upload_time": "2022-03-08T00:13:17", "upload_time_iso_8601": "2022-03-08T00:13:17.326336Z", "url": "https://files.pythonhosted.org/packages/b9/9b/0af1de2d761021f42b18265060e9ed998ae4e2fbd01e9970e86c32e50afc/robotframework_seleniumtestability-2.0.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "93157edd57e9cfdd638bde2625edf5e1", "sha256": "e7914bd54371386984f756fac175365160ad252aedaa0bef276acb3d9c6072fc" }, "downloads": -1, "filename": "robotframework-seleniumtestability-2.0.0.tar.gz", "has_sig": false, "md5_digest": "93157edd57e9cfdd638bde2625edf5e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 215165, "upload_time": "2022-03-08T00:15:38", "upload_time_iso_8601": "2022-03-08T00:15:38.361475Z", "url": "https://files.pythonhosted.org/packages/f3/4f/f19a110f464d6f116d48c17e35ce0ec65fd8211828040db7d5ecaa361fa9/robotframework-seleniumtestability-2.0.0.tar.gz", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }