mywebdriver


Namemywebdriver JSON
Version 1.2.0 PyPI version JSON
download
home_pagehttps://github.com/gabriellopesdesouza2002/mywebdriver
SummaryA quick library to install your webdriver according to your browser version
upload_time2025-09-07 23:44:03
maintainerNone
docs_urlNone
authorGabriel Lopes de Souza
requires_pythonNone
licenseMIT License
keywords a quick library to install your webdriver according to your browser version
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # mywebdriver - A quick library to install your webdriver according to your browser version

## Instalation

`pip install -U mywebdriver`

## Use

```python
from mywebdriver.chrome.chromedriver import ChromeDriverDownloader

PATH_CHOMEDRIVER = ChromeDriverDownloader(directory_for_download='bin').download_chromedriver()
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/gabriellopesdesouza2002/mywebdriver",
    "name": "mywebdriver",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "A quick library to install your webdriver according to your browser version",
    "author": "Gabriel Lopes de Souza",
    "author_email": "gabriellopesdesouza2002@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/8b/f1/4aa67e08a9e81a5e7653029222835bb002aaa15d4ddc17c9bb1b4c37c202/mywebdriver-1.2.0.tar.gz",
    "platform": null,
    "description": "# mywebdriver - A quick library to install your webdriver according to your browser version\n\n## Instalation\n\n`pip install -U mywebdriver`\n\n## Use\n\n```python\nfrom mywebdriver.chrome.chromedriver import ChromeDriverDownloader\n\nPATH_CHOMEDRIVER = ChromeDriverDownloader(directory_for_download='bin').download_chromedriver()\n```\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A quick library to install your webdriver according to your browser version",
    "version": "1.2.0",
    "project_urls": {
        "Homepage": "https://github.com/gabriellopesdesouza2002/mywebdriver"
    },
    "split_keywords": [
        "a",
        "quick",
        "library",
        "to",
        "install",
        "your",
        "webdriver",
        "according",
        "to",
        "your",
        "browser",
        "version"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "8bf14aa67e08a9e81a5e7653029222835bb002aaa15d4ddc17c9bb1b4c37c202",
                "md5": "b9142f1854d63f690dcea9668b51a842",
                "sha256": "393ff99eed8096b47404b42266d538e3b7ce30fad6659f568440c8265b26b22a"
            },
            "downloads": -1,
            "filename": "mywebdriver-1.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b9142f1854d63f690dcea9668b51a842",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 4575,
            "upload_time": "2025-09-07T23:44:03",
            "upload_time_iso_8601": "2025-09-07T23:44:03.060371Z",
            "url": "https://files.pythonhosted.org/packages/8b/f1/4aa67e08a9e81a5e7653029222835bb002aaa15d4ddc17c9bb1b4c37c202/mywebdriver-1.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-07 23:44:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "gabriellopesdesouza2002",
    "github_project": "mywebdriver",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "mywebdriver"
}
        
Elapsed time: 2.95349s