Metadata-Version: 2.4
Name: webu
Version: 0.5
Summary: Web Utils for browsing and scraping
Author: Hansimov
Project-URL: Homepage, https://github.com/Hansimov/webu
Project-URL: Issues, https://github.com/Hansimov/webu/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: tclogger
Requires-Dist: DrissionPage
Requires-Dist: pyvirtualdisplay
Requires-Dist: beautifulsoup4
Dynamic: license-file

# WebU

Web Utils for browsing and scraping.

![](https://img.shields.io/pypi/v/webu?label=webu&color=blue&cacheSeconds=60)

## Install

```sh
pip install webu --upgrade
```

## Usage

Run example:

```sh
python example.py
```

See: [example.py](https://github.com/Hansimov/webu/blob/main/example.py)
