Metadata-Version: 2.1
Name: wrighter
Version: 0.1.0
Summary: Web scraping/browser automation framework built on Playwright
Home-page: https://github.com/zigai/wrighter
Author: Žiga Ivanšek
Author-email: ziga.ivansek@gmail.com
License: MIT
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown
License-File: LICENSE

# Wrighter
Web scraping/browser automation framework built on [Playwright](https://playwright.dev/python/).
# Features
- sync and async API
- plugin system
# Installation
#### From PyPi
```
pip install wrighter
```
#### From source
```
pip install git+https://github.com/zigai/wrighter.git
```
# License
[MIT License](https://github.com/zigai/wrighter/blob/master/LICENSE)
