Metadata-Version: 2.3
Name: rusticai-playwright
Version: 0.1.0
Summary: Rustic AI module for scraping using playwright
License: Apache-2.0
Author: Dragonscale Industries Inc.
Author-email: dev@dragonscale.ai
Requires-Python: >=3.12,<3.13
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Provides-Extra: test
Requires-Dist: install-playwright (>=0.1.1,<0.2.0)
Requires-Dist: markdownify (>=1.1.0,<2.0.0)
Requires-Dist: playwright (>=1.51.0,<2.0.0)
Requires-Dist: rusticai-core (>=0.1.0,<0.2.0)
Project-URL: Homepage, https://www.rustic.ai/
Project-URL: Repository, https://github.com/rustic-ai/rustic-ai
Project-URL: Rustic AI Core, https://pypi.org/project/rusticai-core/
Description-Content-Type: text/markdown

# Rustic AI Playwright

This module employs [Playwright](https://playwright.dev/python/docs/intro) to facilitate web scraping tasks.

## Installing

```shell
pip install rusticai-playwright
```
**Note:** It depends on [rusticai-core](https://pypi.org/project/rusticai-core/)

## Building from Source

```shell
poetry install --with dev
poetry build
```

