Skip to content

Commit 1fbbd69

Browse files
committed
🆙
1 parent c4fe9a7 commit 1fbbd69

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

README.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
1-
:performing_arts: [Playwright] [APIRequest] builder
1+
🎭 [Playwright] [APIRequest] builder
22
===
33

44
[![Checked with mypy](https://www.mypy-lang.org/static/mypy_badge.svg)](https://mypy-lang.org/)
55
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
66
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)
7-
7+
[![PyPI - Wheel](https://img.shields.io/pypi/wheel/playwright-apirequest-builder)](https://pypi.org/project/playwright-apirequest-builder/)
8+
[![PyPI version](https://badge.fury.io/py/playwright-apirequest-builder.svg)](https://badge.fury.io/py/playwright-apirequest-builder)
89

910
Documented
1011
---
11-
Read it here [:link: documentation](./doc)
12-
Read more about the _builder pattern_ on [:link: refactoring.guru](https://refactoring.guru/design-patterns/builder/python/example#lang-features)
12+
Read it here [documentation](./doc)
13+
Read more about the _builder pattern_ on [refactoring.guru](https://refactoring.guru/design-patterns/builder/python/example#lang-features)
1314

1415

1516
Example
@@ -50,6 +51,11 @@ Python3
5051
Playwright >= 1.26.0
5152

5253

54+
License
55+
---
56+
[Apache-2.0 license](LICENSE)
57+
58+
59+
5360
[Playwright]: https://playwright.dev/python/
54-
[APIRequest]: https://playwright.dev/python/docs/api/class-apirequest
55-
[`max_redirects`]: https://playwright.dev/python/docs/api/class-apirequestcontext#api-request-context-delete-option-max-redirects
61+
[APIRequest]: https://playwright.dev/python/docs/api/class-apirequest

0 commit comments

Comments
 (0)