Metadata-Version: 2.4
Name: webu
Version: 1.0
Summary: Web Utils for browsing and scraping
Author: Hansimov
License-Expression: MIT
Project-URL: Homepage, https://github.com/Hansimov/webu
Project-URL: Issues, https://github.com/Hansimov/webu/issues
Classifier: Programming Language :: Python :: 3
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
Requires-Dist: requests
Requires-Dist: netifaces
Requires-Dist: fastapi
Requires-Dist: uvicorn
Requires-Dist: numpy
Requires-Dist: playwright
Requires-Dist: psutil
Requires-Dist: pymongo
Requires-Dist: pytest-asyncio
Requires-Dist: aiohttp
Requires-Dist: aiohttp-socks
Requires-Dist: huggingface_hub
Requires-Dist: opencv-python-headless
Requires-Dist: cryptography
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)
