Metadata-Version: 2.1
Name: wrighter-plugins
Version: 0.0.2
Summary: Plugins for Wrighter
Author-email: Žiga Ivanšek <ziga.ivansek@gmail.com>
Project-URL: Repository, https://github.com/zigai/wrighter-plugins
Keywords: wrighter,plugins,wrighter plugins,playwright plugins,web scraping,browser automation plugins,JSON scraper,resource blocker,playwright stealth
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Testing
Classifier: Topic :: Internet :: WWW/HTTP :: Browsers
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Provides-Extra: test
Provides-Extra: dev
License-File: LICENSE

# Wrighter plugins

[![PyPI version](https://badge.fury.io/py/wrighter-plugins.svg)](https://badge.fury.io/py/wrighter-plugins)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/wrighter-plugins)](https://pepy.tech/project/wrighter-plugins)
[![license](https://img.shields.io/github/license/zigai/wrighter-plugins.svg)](https://github.com/zigai/wrighter-plugins/blob/main/LICENSE)

Plugins for [Wrighter](https://github.com/zigai/wrighter)


- Resource blocker
- Network logger
- JSON scraper
- Stealth
- more...


# Installation
#### From PyPi
```
pip install wrighter-plugins
```
#### From source
```
pip install git+https://github.com/zigai/wrighter-plugins.git
```
# License
[MIT License](https://github.com/zigai/wrighter-plugins/blob/master/LICENSE)
