bowser


Namebowser JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryA powerful and intuitive web automation toolkit built on Selenium.
upload_time2025-03-03 04:34:20
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License Copyright (c) 2025 Chase Reed Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords automation selenium web browser stealth
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Bowser

Bowser is an intuitive and powerful web automation toolkit built on top of Selenium. It features stealth techniques, deep element searches (across shadow DOMs and iframes), and customizable hooks to make website automation simple and robust.

## Installation

```bash
pip install bowser

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "bowser",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "automation, selenium, web, browser, stealth",
    "author": null,
    "author_email": "Chase Reed <chasereed00000@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/73/2c/247a088c6a090a00d9540ccb3a414406b9f22f91c4335361aa3938fff19f/bowser-0.1.0.tar.gz",
    "platform": null,
    "description": "# Bowser\n\nBowser is an intuitive and powerful web automation toolkit built on top of Selenium. It features stealth techniques, deep element searches (across shadow DOMs and iframes), and customizable hooks to make website automation simple and robust.\n\n## Installation\n\n```bash\npip install bowser\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2025 Chase Reed  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.",
    "summary": "A powerful and intuitive web automation toolkit built on Selenium.",
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [
        "automation",
        " selenium",
        " web",
        " browser",
        " stealth"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6260f2518a6246f631bcb2ec0be6dd965c0e7d07e2d7dc1020f72c7098c298a8",
                "md5": "a6ad020c3fde4859621e0eb53f108ef6",
                "sha256": "6a43fd8eb000ffa6e7a3b6c9eff2fd63bb748ebd1521301d845d7674fbd5e7b7"
            },
            "downloads": -1,
            "filename": "bowser-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "a6ad020c3fde4859621e0eb53f108ef6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 8916,
            "upload_time": "2025-03-03T04:34:18",
            "upload_time_iso_8601": "2025-03-03T04:34:18.649234Z",
            "url": "https://files.pythonhosted.org/packages/62/60/f2518a6246f631bcb2ec0be6dd965c0e7d07e2d7dc1020f72c7098c298a8/bowser-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "732c247a088c6a090a00d9540ccb3a414406b9f22f91c4335361aa3938fff19f",
                "md5": "9ad432559b2a1a62585d674ba65253af",
                "sha256": "efe59345c0a1b937f73cc9109be6f2bef42bf9a14b09d28600bdac9ff29344d4"
            },
            "downloads": -1,
            "filename": "bowser-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "9ad432559b2a1a62585d674ba65253af",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 9137,
            "upload_time": "2025-03-03T04:34:20",
            "upload_time_iso_8601": "2025-03-03T04:34:20.906804Z",
            "url": "https://files.pythonhosted.org/packages/73/2c/247a088c6a090a00d9540ccb3a414406b9f22f91c4335361aa3938fff19f/bowser-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-03-03 04:34:20",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "bowser"
}
        
Elapsed time: 1.10079s