{ "info": { "author": "ShadowMoose", "author_email": "shadowmoose@github.com", "bugtrack_url": null, "classifiers": [], "description": "# Pyderman (Selenium Web Driver Installer) [![badge](https://github.com/shadowmoose/pyderman/workflows/Pytest/badge.svg)](https://github.com/shadowmoose/pyderman/actions)\n\nThis is a fast, simple, dependency-free package that can automatically find & download any version of \nthe Google Chrome (chromeDriver), Firefox (geckoDriver), PhantomJS, Opera (operaDriver), and Edge (edgeDriver)* web drivers.\n\nThis project was built to allow developers to seamlessly include selenium support on the user-side, without requiring any manual configuration on their part. It will automatically locate the correct driver binary for the platform & version you choose, as well as setting the os-specific permissions after downloading.\n\nIt is [tested daily](https://github.com/shadowmoose/pyderman/actions) on Windows/Linux/macOS against Python versions 3.5+.\n\nTo install the library, run:\n```\npip install pyderman\n```\n\n\nThen call it in your code like so:\n\n```python\nimport pyderman as driver\npath = driver.install(browser=driver.firefox)\nprint('Installed geckodriver driver to path: %s' % path)\n```\n\n\nThere are options for the output directory, disabling printout, running chmod on the downloaded executable, \nautomatic overwriting, executable file name, and version number. \nAll parameters are optional, and the default values are listed below.\n\nThis example downloads the Chrome Driver instead, by changing ```browser``` like so:\n```python\nimport pyderman as dr\npath = dr.install(browser=dr.chrome, file_directory='./lib/', verbose=True, chmod=True, overwrite=False, version=None, filename=None, return_info=False)\nprint('Installed chromedriver to path: %s' % path)\n```\n\nThe download is very fast, and will skip downloading if the file already exists. This behavior can be toggled with ```overwrite```.\n\n### Note on MS Edge:\nMicrosoft has switched Edge to use a flavor of Chrome behind the scenes. As of October 2019, Pyderman will download this MS Chromium Driver. There is currently no official release available for Linux, and their driver is experimental, so make sure you know what you're doing if you use this driver. If you require stability, it is recommended you specify a version instead of using the \"latest\".\n\n## Why's it called 'Pyderman'?\nBecause it installs *web*-drivers. [Get it?](https://youtu.be/SUtziaZlDeE)", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/shadowmoose/pyderman", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyderman", "package_url": "https://pypi.org/project/pyderman/", "platform": "", "project_url": "https://pypi.org/project/pyderman/", "project_urls": { "Homepage": "http://github.com/shadowmoose/pyderman" }, "release_url": "https://pypi.org/project/pyderman/2.0.0/", "requires_dist": null, "requires_python": "", "summary": "Installs the latest Chrome/Firefox/Opera/PhantomJS/Edge web drivers automatically.", "version": "2.0.0" }, "last_serial": 5948131, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "d51a8f0042c53a7cfc7e095a1c15ec4b", "sha256": "66ca1c8120492759fc7278a49293ef6cce8f83177942965c36a653d9372c3e41" }, "downloads": -1, "filename": "pyderman-1.0.0.tar.gz", "has_sig": false, "md5_digest": "d51a8f0042c53a7cfc7e095a1c15ec4b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3852, "upload_time": "2019-06-06T22:05:56", "url": "https://files.pythonhosted.org/packages/fe/9b/881bde3b2deca8c33a10419a9c1731f40d870d85e936e9884b0a3e74f31d/pyderman-1.0.0.tar.gz" } ], "1.0.1": [ { "comment_text": "", "digests": { "md5": "6fa2f936636002bb3f7fa8004d43a340", "sha256": "2d7d2891a3a8d20841f4dfc2a50970581a49134942270e4fe0df3a87953fb177" }, "downloads": -1, "filename": "pyderman-1.0.1.tar.gz", "has_sig": false, "md5_digest": "6fa2f936636002bb3f7fa8004d43a340", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4500, "upload_time": "2019-06-07T01:52:47", "url": "https://files.pythonhosted.org/packages/e6/01/4e85052300f71caa7b1fa2eda314482bce39e53cbd2cee1143fe3c35a7a4/pyderman-1.0.1.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "0e16ea4e3f3d3c1a47c30d521215bc03", "sha256": "f24b83c20709df5820fac3efa17e6cb05626ae728cb0efe9fde08414dfd36caa" }, "downloads": -1, "filename": "pyderman-1.2.0.tar.gz", "has_sig": false, "md5_digest": "0e16ea4e3f3d3c1a47c30d521215bc03", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5229, "upload_time": "2019-06-16T07:42:52", "url": "https://files.pythonhosted.org/packages/49/38/e80d626ac58b3627fcb2eb081225a20fcfae83c0b74f5d122c03d1a3c52a/pyderman-1.2.0.tar.gz" } ], "1.3.0": [ { "comment_text": "", "digests": { "md5": "e018268468bbe1efc1d9416937fc6de3", "sha256": "a53d282734a71e1100e64180f120bc53296207a8576ad3b687e491bfc1258cf4" }, "downloads": -1, "filename": "pyderman-1.3.0.tar.gz", "has_sig": false, "md5_digest": "e018268468bbe1efc1d9416937fc6de3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5556, "upload_time": "2019-06-18T02:49:25", "url": "https://files.pythonhosted.org/packages/a4/c9/f98bc41c985d8e936ed3c9930869ea01b43b877107d63afaeaefcd0768fd/pyderman-1.3.0.tar.gz" } ], "2.0.0": [ { "comment_text": "", "digests": { "md5": "89e59783a72a14cf9af9040ce67a53a2", "sha256": "4fd7cd5d2bd4834dd055b684db186cacff1d3fc38b96be55b4190e669ec2965f" }, "downloads": -1, "filename": "pyderman-2.0.0.tar.gz", "has_sig": false, "md5_digest": "89e59783a72a14cf9af9040ce67a53a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6127, "upload_time": "2019-10-09T06:58:45", "url": "https://files.pythonhosted.org/packages/e8/73/1afe08608e12330060f95d28df447318ed2505824275a8d6adacbd2c404c/pyderman-2.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "89e59783a72a14cf9af9040ce67a53a2", "sha256": "4fd7cd5d2bd4834dd055b684db186cacff1d3fc38b96be55b4190e669ec2965f" }, "downloads": -1, "filename": "pyderman-2.0.0.tar.gz", "has_sig": false, "md5_digest": "89e59783a72a14cf9af9040ce67a53a2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 6127, "upload_time": "2019-10-09T06:58:45", "url": "https://files.pythonhosted.org/packages/e8/73/1afe08608e12330060f95d28df447318ed2505824275a8d6adacbd2c404c/pyderman-2.0.0.tar.gz" } ] }