Skip to content

Commit 5f95357

Browse files
authored
Update README.md
1 parent d055475 commit 5f95357

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# install-playwright-python
22

3+
[![PyPI version](
4+
https://badge.fury.io/py/install-playwright.svg
5+
)](
6+
https://badge.fury.io/py/install-playwright
7+
) [![Maintainability](
8+
https://api.codeclimate.com/v1/badges/75293ef4c40e3382cfe8/maintainability
9+
)](
10+
https://codeclimate.com/github/eggplants/install-playwright-python/maintainability
11+
) [![pre-commit.ci status](
12+
https://results.pre-commit.ci/badge/github/eggplants/install-playwright-python/master.svg
13+
)](
14+
https://results.pre-commit.ci/latest/github/eggplants/install-playwright-python/master
15+
) [![Test Coverage](
16+
https://api.codeclimate.com/v1/badges/75293ef4c40e3382cfe8/test_coverage
17+
)](
18+
https://codeclimate.com/github/eggplants/install-playwright-python/test_coverage
19+
) [![Test](
20+
https://github.com/eggplants/install-playwright-python/actions/workflows/test.yml/badge.svg
21+
)](
22+
https://github.com/eggplants/install-playwright-python/actions/workflows/test.yml
23+
)
24+
325
Execute `playwright install` from Python.
426

527
```python

0 commit comments

Comments
 (0)