{ "info": { "author": "Markus Mayr", "author_email": "markusmayr@gmx.net", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# WebGuiTest\nA web user interface test module for Python 3 combining Selenium and pyautogui into one interface\n\n## Requirements\n\nIdeally you have both, Selenium and the pyautogui module installed. Both are freely available.\nSelenium is used for base interaction with the FireFox web browser and to interact with HTML elements when they need to be selected by their ''id'', ''name'' or ''CSS path''.\nPyautogui is used when a portion of the screen needs to be identified by a screenshot. This is helpful, if you need to find a button that has a random ID.\n\n### Selenium\n\nSelenium is a web testing framework used to auto-perform interactions with websites by selecting elements in the DOM of the HTML. It can be used to control many different browsers. WebGuiTest is using only the FireFox browser.\n\nYou need to install the selenium driver for python\n\n pip install selenium\n\nand download the so-called ''geckodriver'' for Selenium to let it interact with an existing installation of the FireFox browser. You can find the current version of the ''geckodriver'' here: https://github.com/mozilla/geckodriver/releases\nYou have to unpack it and copy the file to a location where your python installation can find the file (e.g. somewhere in your systems $PATH).\n\n### pyautogui\n\nThe pyautogui library is simply installed by\n\n pip install pyautogui\n\nOn Linux you additionally need to install the Xlib libary with\n\n pip install xlib\n\nand the scrot program for taking screenshots:\n\n apt install scrot\n\n## Changelog\n\n### 0.0.15\n\n * use pyautogui.moveTo instead of manually combining methods to simulate drag-and-drop\n\n### 0.0.14\n\n * added a delay of one second to moveGraphic\n\n### 0.0.13\n\n * also retry when selenium element is not yet loaded\n\n### 0.0.12\n\n * added \"debug\" option to methods to allow for surpression of console-output by the testing methods\n\n### 0.0.11\n\n * introduced paremeter \"waitbetweentries\" to let user specify the time to wait between retries when dealing with graphical methods\n\n### 0.0.9 / 0.0.10\n\n * added \"moveGraphic\" method to drag-and-drop\n\n### 0.0.7 / 0.0.8\n\n * added \"getTextFromName\" method to get text content of a named HTML element\n\n### 0.0.6\n\n * increased time to wait between tries from 1 seconds to 2 seconds when searching for graphical elements\n\n### 0.0.5\n\n * corrected error\n\n### 0.0.4\n\n * Added \"checkGraphic\" function\n\n### 0.0.3\n\n * Added \"enterValueToGraphic\" function\n\n### 0.0.2\n\n * Added \"enterValue\" function\n\n### 0.0.1\n\n * First release\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/scubbx/webguitest", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "webguitest-scubbx", "package_url": "https://pypi.org/project/webguitest-scubbx/", "platform": "", "project_url": "https://pypi.org/project/webguitest-scubbx/", "project_urls": { "Homepage": "https://github.com/scubbx/webguitest" }, "release_url": "https://pypi.org/project/webguitest-scubbx/0.0.15/", "requires_dist": null, "requires_python": "", "summary": "A web user interface test module combining Selenium and pyautogui into one interface", "version": "0.0.15" }, "last_serial": 5410151, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "2bbac6ad20825eb72461460ad7019d40", "sha256": "7c57eb2bf98ec14a61d8b7de18564634553552563bda56e7f641dc23880c78fb" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2bbac6ad20825eb72461460ad7019d40", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 8125, "upload_time": "2019-02-08T14:11:54", "url": "https://files.pythonhosted.org/packages/94/b8/b4cc07238a8311841fc7dc14a731635795292b63d73f7f3b62c41cd9d2f1/webguitest_scubbx-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "374b29942789fa27734170f541e80d4f", "sha256": "2c582e1daf925d44fb740ec09982d6853c09cf865456cc58139e788da16e80ed" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.1.tar.gz", "has_sig": false, "md5_digest": "374b29942789fa27734170f541e80d4f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3498, "upload_time": "2019-02-08T14:11:56", "url": "https://files.pythonhosted.org/packages/6c/93/73921d6f712b3a6b431ba6fbc587b8100cebb70a39e57d047d9ba166c6ba/webguitest-scubbx-0.0.1.tar.gz" } ], "0.0.10": [ { "comment_text": "", "digests": { "md5": "47853f0a36f7ad4074b006e29f654d66", "sha256": "63004b4d53f035716e76faa913af2dd2be991a62868368b76a5644f6181e0571" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.10-py3-none-any.whl", "has_sig": false, "md5_digest": "47853f0a36f7ad4074b006e29f654d66", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11891, "upload_time": "2019-03-07T17:24:40", "url": "https://files.pythonhosted.org/packages/12/d9/cf26a1942f8bc222cdb826c0b6d85779a473c0770b85f298ebb1dc68bb3a/webguitest_scubbx-0.0.10-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "eb09e8756049db9b8647269a3bdd972c", "sha256": "e0aa3ea8a44982abf8b1b84b1b3337dacaeb7a7feb343191f2ad949134cde876" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.10.tar.gz", "has_sig": false, "md5_digest": "eb09e8756049db9b8647269a3bdd972c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4181, "upload_time": "2019-03-07T17:24:41", "url": "https://files.pythonhosted.org/packages/d2/12/d5d3f95bfa382788df26c05371f71e6e6b1e8ec5a920b1b2bc29afc96d28/webguitest-scubbx-0.0.10.tar.gz" } ], "0.0.11": [ { "comment_text": "", "digests": { "md5": "a64777996b96300db30c4fdfab913f28", "sha256": "eae0203606e20b840d994641301a2b75610fe59c1cc8c93266737ebbcc3918fe" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.11-py3-none-any.whl", "has_sig": false, "md5_digest": "a64777996b96300db30c4fdfab913f28", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12005, "upload_time": "2019-03-08T08:37:23", "url": "https://files.pythonhosted.org/packages/bc/ab/93ad5c914959600785e660359527c8233f32627e40245eab933c1aeea153/webguitest_scubbx-0.0.11-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "e228d45a323ddfc9f712cbb10d06f9ea", "sha256": "8aaa7abd80b0ff3a0f867ae3df3d8f17faea1db3c4eacd2c1dd14ca9dd425f9c" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.11.tar.gz", "has_sig": false, "md5_digest": "e228d45a323ddfc9f712cbb10d06f9ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4252, "upload_time": "2019-03-08T08:37:25", "url": "https://files.pythonhosted.org/packages/81/3f/f1874949995548891e14a531995c471fde15d7bbdd5d96d2a0271e9b1410/webguitest-scubbx-0.0.11.tar.gz" } ], "0.0.12": [ { "comment_text": "", "digests": { "md5": "96ea1b1757c17c9ba7c8527e0cbfb93f", "sha256": "a1515d0be24940ae02cdd4d36cf40ed3a95fecc1d71da5099209e541cadc60aa" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.12-py3-none-any.whl", "has_sig": false, "md5_digest": "96ea1b1757c17c9ba7c8527e0cbfb93f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12203, "upload_time": "2019-03-08T09:00:36", "url": "https://files.pythonhosted.org/packages/c6/1c/0924f84920bbadba68cee34c05985e868ec91c136934b01e173a73492703/webguitest_scubbx-0.0.12-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0d7d49307e17864c8dc0369d7a59b1e3", "sha256": "2fa6c0cb71d276899dc2d044de785d8dc20b31a7ae57dc178e4bf2e94efb200c" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.12.tar.gz", "has_sig": false, "md5_digest": "0d7d49307e17864c8dc0369d7a59b1e3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4320, "upload_time": "2019-03-08T09:00:39", "url": "https://files.pythonhosted.org/packages/9e/cf/f8031c0b3818e8e3b895884a66674533ce30fa62c7eeebe9c92eed63b732/webguitest-scubbx-0.0.12.tar.gz" } ], "0.0.13": [ { "comment_text": "", "digests": { "md5": "156fc93405619eec477f93074721e5d6", "sha256": "283f582638179a8cb6444ccf7e281d374a76ce67debdddb1a4739f8152d77f6b" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.13-py3-none-any.whl", "has_sig": false, "md5_digest": "156fc93405619eec477f93074721e5d6", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12347, "upload_time": "2019-03-08T09:10:29", "url": "https://files.pythonhosted.org/packages/2a/bd/92a1b99ec48b3cd90b4210379af30bf39d911685a97969d6f846dd8efcfa/webguitest_scubbx-0.0.13-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9ba6e361e85f5ea6af98e8dc789830a3", "sha256": "a5d13d880a537aafb979aa3101da437874f2934e89fd7f55d394049b8fc15f6f" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.13.tar.gz", "has_sig": false, "md5_digest": "9ba6e361e85f5ea6af98e8dc789830a3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4368, "upload_time": "2019-03-08T09:10:30", "url": "https://files.pythonhosted.org/packages/65/45/7fce6aa787247d9fe3286516979c2e07b8bb5b7231cf30554b24af2bc5b8/webguitest-scubbx-0.0.13.tar.gz" } ], "0.0.14": [ { "comment_text": "", "digests": { "md5": "d3433c678ae763e7e03c29f0f5390155", "sha256": "f94db47f0b17ce65b0812e69eeb72b43330343889619cef62e1724b3702b4cf7" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.14-py3-none-any.whl", "has_sig": false, "md5_digest": "d3433c678ae763e7e03c29f0f5390155", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12736, "upload_time": "2019-06-17T12:46:45", "url": "https://files.pythonhosted.org/packages/64/a9/0af9b299b4f7f8e62782fec6e65c2b0cccc4b18caaf27275d6f869969f9b/webguitest_scubbx-0.0.14-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c0bb76fbb407e570a9ce51741c896908", "sha256": "5bad3626d53d9788730e9700984e5be5b542e0dc905f8d02343eae8a44856958" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.14.tar.gz", "has_sig": false, "md5_digest": "c0bb76fbb407e570a9ce51741c896908", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4694, "upload_time": "2019-06-17T12:46:47", "url": "https://files.pythonhosted.org/packages/76/bd/dabcb6e2ea802684dbce621b9ceb2db9d9213fbc29f817b9484c9b21c80b/webguitest-scubbx-0.0.14.tar.gz" } ], "0.0.15": [ { "comment_text": "", "digests": { "md5": "9d70689d88189aee37ba0614cc571a10", "sha256": "88e3cfd84b28f081649317c9b97608372d1b746579e463a372589e0c20a154a4" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.15-py3-none-any.whl", "has_sig": false, "md5_digest": "9d70689d88189aee37ba0614cc571a10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12801, "upload_time": "2019-06-17T13:15:32", "url": "https://files.pythonhosted.org/packages/f9/7b/8f835cabc35baa98be5bf4ae3447a16d026416aa2f428f39d3d06bcb64a9/webguitest_scubbx-0.0.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cde6cbea66a801d4a635705a5fcb9e6c", "sha256": "74538b403cb00ec4a24f64e77e91afa22fc2fdc59337557eb1762016f3b1ae56" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.15.tar.gz", "has_sig": false, "md5_digest": "cde6cbea66a801d4a635705a5fcb9e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4812, "upload_time": "2019-06-17T13:15:34", "url": "https://files.pythonhosted.org/packages/50/4a/102b54b86dc3c560848a8f384ae5b734939c7a29a767a15b9eb7278c6343/webguitest-scubbx-0.0.15.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "8e0765ea785e678884f38d0c46f7475d", "sha256": "23501e4e65c67121faa417ab34002ee7a894c7835cc9ac5e81ade0cad8ad1120" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.2-py3-none-any.whl", "has_sig": false, "md5_digest": "8e0765ea785e678884f38d0c46f7475d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9005, "upload_time": "2019-02-12T12:40:10", "url": "https://files.pythonhosted.org/packages/c8/f0/c171171ffd96838fe6848eae02b0de619f467ec8c2aa7fa65b5deae898f9/webguitest_scubbx-0.0.2-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bfecd8fa94b14a1419a2fc26f135548f", "sha256": "a0d6b9eb8c05b6973a8d3abe6b672e27a1ecf4534b5828964f1526ee2a44967e" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.2.tar.gz", "has_sig": false, "md5_digest": "bfecd8fa94b14a1419a2fc26f135548f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3637, "upload_time": "2019-02-12T12:40:12", "url": "https://files.pythonhosted.org/packages/f1/a3/b7704cc311c1dc49249b1318017e8a1d4e217fcbd6a1c422e58e24c92446/webguitest-scubbx-0.0.2.tar.gz" } ], "0.0.3": [ { "comment_text": "", "digests": { "md5": "ce1a9157ef01cd50aa0e36811b441173", "sha256": "0144332c829432389d76d3beadec5ded260cd65646514bc6c2a451c5811bf1b8" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.3-py3-none-any.whl", "has_sig": false, "md5_digest": "ce1a9157ef01cd50aa0e36811b441173", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 9567, "upload_time": "2019-02-12T12:49:45", "url": "https://files.pythonhosted.org/packages/27/69/b2dacd6ba7eb9b7a118d210e7bdab058b7396336f5e0c753378d4a92c4b1/webguitest_scubbx-0.0.3-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cd185f15294e44b15bd14a07e8521b17", "sha256": "1c45d91724c126e29302e43672594806e889c4a6009d28c6096023e86117475c" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.3.tar.gz", "has_sig": false, "md5_digest": "cd185f15294e44b15bd14a07e8521b17", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3708, "upload_time": "2019-02-12T12:49:47", "url": "https://files.pythonhosted.org/packages/87/46/964038368adb78e56722bb6c3a2ac1971e78386386441249df17f5dec949/webguitest-scubbx-0.0.3.tar.gz" } ], "0.0.4": [ { "comment_text": "", "digests": { "md5": "54f3a610b5c0e51f8d262a7936750cb4", "sha256": "f614713fc072080c608e10e3fd1b5da38a8080d56f80a2586e4c30a776977bd3" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "54f3a610b5c0e51f8d262a7936750cb4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10287, "upload_time": "2019-02-12T13:01:18", "url": "https://files.pythonhosted.org/packages/9f/f8/edc71a6e002a883552fcaa1cc6f5e6ee0b7512436a1e3996569b6259db60/webguitest_scubbx-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "5b74587f2b519cc5b48bccb9aea5b5c0", "sha256": "92a71b13636ab1b386ab66e20c4884fbddaceed41ed5583635a0b4b71a47257c" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.4.tar.gz", "has_sig": false, "md5_digest": "5b74587f2b519cc5b48bccb9aea5b5c0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3792, "upload_time": "2019-02-12T13:01:19", "url": "https://files.pythonhosted.org/packages/fa/2f/1fba3ccf37204925ab5521e1fafa2c22a0a506dc9a5dd0d42b1464859a8a/webguitest-scubbx-0.0.4.tar.gz" } ], "0.0.5": [ { "comment_text": "", "digests": { "md5": "9bf50c42af798aa0be8b3c9f67f0cb61", "sha256": "d9dd2f9a22dbcbca83b13200d8e6c3ab18d3e9ff2f7213447e7a9f5198a0ac95" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.5-py3-none-any.whl", "has_sig": false, "md5_digest": "9bf50c42af798aa0be8b3c9f67f0cb61", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10298, "upload_time": "2019-02-12T13:59:22", "url": "https://files.pythonhosted.org/packages/7d/fb/e339f0b338f7c0099cc9783656594455c52acbe12538b0a4cf993e49246b/webguitest_scubbx-0.0.5-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "6b6316f377a55341b9b59c224e7d06bc", "sha256": "cc3537d7b0100b3cc8d93b7265353f3c9e3adfdc6cbe2b031790a6bfe10c8f5a" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.5.tar.gz", "has_sig": false, "md5_digest": "6b6316f377a55341b9b59c224e7d06bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3812, "upload_time": "2019-02-12T13:59:24", "url": "https://files.pythonhosted.org/packages/2a/20/649f65ea5a856b8833868302856b5f5a56cf28aabc30a50a4df3c59a5398/webguitest-scubbx-0.0.5.tar.gz" } ], "0.0.6": [ { "comment_text": "", "digests": { "md5": "af2084499d5a0a728cb9fc9cfbf06453", "sha256": "619af312b80a58721c37721ac2c72b4740b8b5a8f1e4dd001b7fc16e6d113a9c" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.6-py3-none-any.whl", "has_sig": false, "md5_digest": "af2084499d5a0a728cb9fc9cfbf06453", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 10359, "upload_time": "2019-03-07T16:28:51", "url": "https://files.pythonhosted.org/packages/28/b0/c4633997bdad0154dd47c39a2bcfa89b19423413be1f05ae5b23e58ab855/webguitest_scubbx-0.0.6-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "84aa5e4a5cf2cc415ebbbecb24c43fed", "sha256": "b521f9fe034a3f70284dec2a1d3cf3f1d152f9db8bcce343051a44de7c466a37" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.6.tar.gz", "has_sig": false, "md5_digest": "84aa5e4a5cf2cc415ebbbecb24c43fed", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3895, "upload_time": "2019-03-07T16:28:54", "url": "https://files.pythonhosted.org/packages/2f/36/9279249791166a21153266a34f34f62426e9003799fb2a74107de90b58dd/webguitest-scubbx-0.0.6.tar.gz" } ], "0.0.7": [ { "comment_text": "", "digests": { "md5": "e7a058ffe8fd40e1bc6e5ba851bed28b", "sha256": "873378c981f83f8b3d4820d5cb549a651f906ed928faa99f855dcdf7b6f19d80" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.7-py3-none-any.whl", "has_sig": false, "md5_digest": "e7a058ffe8fd40e1bc6e5ba851bed28b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11074, "upload_time": "2019-03-07T16:51:20", "url": "https://files.pythonhosted.org/packages/68/3b/eedfa85c54697f2ff09a3e587ca1e5caa1e66e23e303089f128fb6ac5b10/webguitest_scubbx-0.0.7-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a66dbf6b865907ec941c7d799ea08a0d", "sha256": "8243729bd581bfe50ebadccbb1456012b85061581c1aef027368c4ecc733b373" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.7.tar.gz", "has_sig": false, "md5_digest": "a66dbf6b865907ec941c7d799ea08a0d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4047, "upload_time": "2019-03-07T16:51:24", "url": "https://files.pythonhosted.org/packages/29/ec/9f964ffb3bc8cfb577b3f2aeeaf8726350c5aecaefb270104e8033176dde/webguitest-scubbx-0.0.7.tar.gz" } ], "0.0.8": [ { "comment_text": "", "digests": { "md5": "d82c38aa8a5cbfd3e366bee436047000", "sha256": "a6a3962179c95e6598aed2604fc51b0a6c2d2b0441fd4ee83f248ac97bea70a3" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.8-py3-none-any.whl", "has_sig": false, "md5_digest": "d82c38aa8a5cbfd3e366bee436047000", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11080, "upload_time": "2019-03-07T16:53:54", "url": "https://files.pythonhosted.org/packages/29/12/fab5ed92568f31449038a6b392a5b7a55b0cee3c900b4f576c684de4e8a4/webguitest_scubbx-0.0.8-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "7b6cba16d010c2e360b4755d1a0d5122", "sha256": "83d5c1b439c5ab2bf73d6867a7a4e942ffb3b6e575868ee72ddccae4d27a4a97" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.8.tar.gz", "has_sig": false, "md5_digest": "7b6cba16d010c2e360b4755d1a0d5122", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4051, "upload_time": "2019-03-07T16:53:55", "url": "https://files.pythonhosted.org/packages/b2/88/6ffdd45f9304e0afafa3154325a2e7d2e43b920cdb205b419edd6339eb90/webguitest-scubbx-0.0.8.tar.gz" } ], "0.0.9": [ { "comment_text": "", "digests": { "md5": "0245e38287345a8b709598459dea0add", "sha256": "4b05e36c36627d9d612d195f0590e57547e02fefff161f72e5776ca92f98de3a" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.9-py3-none-any.whl", "has_sig": false, "md5_digest": "0245e38287345a8b709598459dea0add", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 11874, "upload_time": "2019-03-07T17:15:56", "url": "https://files.pythonhosted.org/packages/45/7f/5dab4ff728d63259292bb902aa0f6978d601df2df05f5dd9a839bf9a87b1/webguitest_scubbx-0.0.9-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "df4ac245de64f332feb603e86b876664", "sha256": "f4ce80db5eb6454251ff9540b34da0aba05d7e6b9371a5cc6060aae1b1b4309d" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.9.tar.gz", "has_sig": false, "md5_digest": "df4ac245de64f332feb603e86b876664", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4169, "upload_time": "2019-03-07T17:15:57", "url": "https://files.pythonhosted.org/packages/d7/d9/4c6e7d9541251b0e9347cddea770aa05fbdd6725ce76dfd35421413b74d3/webguitest-scubbx-0.0.9.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9d70689d88189aee37ba0614cc571a10", "sha256": "88e3cfd84b28f081649317c9b97608372d1b746579e463a372589e0c20a154a4" }, "downloads": -1, "filename": "webguitest_scubbx-0.0.15-py3-none-any.whl", "has_sig": false, "md5_digest": "9d70689d88189aee37ba0614cc571a10", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 12801, "upload_time": "2019-06-17T13:15:32", "url": "https://files.pythonhosted.org/packages/f9/7b/8f835cabc35baa98be5bf4ae3447a16d026416aa2f428f39d3d06bcb64a9/webguitest_scubbx-0.0.15-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "cde6cbea66a801d4a635705a5fcb9e6c", "sha256": "74538b403cb00ec4a24f64e77e91afa22fc2fdc59337557eb1762016f3b1ae56" }, "downloads": -1, "filename": "webguitest-scubbx-0.0.15.tar.gz", "has_sig": false, "md5_digest": "cde6cbea66a801d4a635705a5fcb9e6c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4812, "upload_time": "2019-06-17T13:15:34", "url": "https://files.pythonhosted.org/packages/50/4a/102b54b86dc3c560848a8f384ae5b734939c7a29a767a15b9eb7278c6343/webguitest-scubbx-0.0.15.tar.gz" } ] }