{"id":15725115,"url":"https://github.com/eggplants/install-playwright-python","last_synced_at":"2025-09-12T03:16:18.527Z","repository":{"id":65063252,"uuid":"581621504","full_name":"eggplants/install-playwright-python","owner":"eggplants","description":"Execute `playwright install` from Python","archived":false,"fork":false,"pushed_at":"2025-05-06T08:34:36.000Z","size":339,"stargazers_count":6,"open_issues_count":4,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-07T02:29:40.517Z","etag":null,"topics":["auto-installer","playwright","playwright-python","python","util"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/eggplants.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-12-23T18:38:07.000Z","updated_at":"2025-05-06T08:34:38.000Z","dependencies_parsed_at":"2024-01-16T08:57:43.609Z","dependency_job_id":"8e83f21e-0199-4925-b9ac-7af91ccb6487","html_url":"https://github.com/eggplants/install-playwright-python","commit_stats":{"total_commits":15,"total_committers":2,"mean_commits":7.5,"dds":0.4666666666666667,"last_synced_commit":"4c87ebec25093a97637a6733c7ff99775c12cbb2"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Finstall-playwright-python","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Finstall-playwright-python/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Finstall-playwright-python/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eggplants%2Finstall-playwright-python/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eggplants","download_url":"https://codeload.github.com/eggplants/install-playwright-python/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252801260,"owners_count":21806283,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["auto-installer","playwright","playwright-python","python","util"],"created_at":"2024-10-03T22:19:39.777Z","updated_at":"2025-05-07T02:32:00.005Z","avatar_url":"https://github.com/eggplants.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# install-playwright-python\n\n[![PyPI version](\n  \u003chttps://badge.fury.io/py/install-playwright.svg\u003e\n  )](\n  \u003chttps://badge.fury.io/py/install-playwright\u003e\n) [![Maintainability](\n  \u003chttps://qlty.sh/badges/5fcd7b4f-782d-4b27-99ef-4f5c6eae678b/maintainability.svg\u003e\n  )](\n  \u003chttps://qlty.sh/gh/eggplants/projects/install-playwright-python\u003e\n) [![pre-commit.ci status](\n  \u003chttps://results.pre-commit.ci/badge/github/eggplants/install-playwright-python/master.svg\u003e\n  )](\n  \u003chttps://results.pre-commit.ci/latest/github/eggplants/install-playwright-python/master\u003e\n) [![Maintainability](\n  \u003chttps://qlty.sh/badges/5fcd7b4f-782d-4b27-99ef-4f5c6eae678b/maintainability.svg\u003e\n  )](\n  \u003chttps://qlty.sh/gh/eggplants/projects/install-playwright-python\u003e\n) [![Test](\n  \u003chttps://github.com/eggplants/install-playwright-python/actions/workflows/test.yml/badge.svg\u003e\n  )](\n  \u003chttps://github.com/eggplants/install-playwright-python/actions/workflows/test.yml\u003e\n)\n\nExecute [`playwright install`](https://playwright.dev/python/docs/cli) from Python.\n\n```python\nfrom install_playwright import install\n```\n\n```python\nfrom playwright.sync_api import sync_playwright\n\nwith sync_playwright() as p:\n    install(p.chrome)\n    browser = p.chrome.launch()\n    # ...\n```\n\n```python\nimport asyncio\nfrom playwright.async_api import async_playwright\n\nasync def main():\n    async with async_playwright() as p:\n        install(p.chrome)\n        browser = await p.chrome.launch()\n        # ...\n```\n\n## Install\n\n```bash\npip install install-playwright\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Finstall-playwright-python","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feggplants%2Finstall-playwright-python","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feggplants%2Finstall-playwright-python/lists"}