Metadata-Version: 2.1
Name: lh-webtool
Version: 1.3.4
Summary: A web tool package
Home-page: https://github.com/lh9171338/lh-webtool
Author: lh9171338
Author-email: lihao2015@whu.edu.cn
Project-URL: Bug Tracker, https://github.com/lh9171338/lh-webtool/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: aiohttp
Requires-Dist: lxml
Requires-Dist: beautifulsoup4
Requires-Dist: Flask
Requires-Dist: lh-tool >=1.8.0
Requires-Dist: pywebio ==1.8.3
Provides-Extra: huggingface
Requires-Dist: huggingface-hub ; extra == 'huggingface'
Requires-Dist: hf-transfer ; extra == 'huggingface'

[<img height="23" src="https://github.com/lh9171338/Outline/blob/master/icon.jpg"/>](https://github.com/lh9171338/Outline) lh-webtool
===

This is a web tool package.

# Updates

 - [x] 2024.11.06: Add `hf_download` module
 - [x] 2024.03.24: Add `Crawler` and `play_image_web` modules

# Tools

* crawler
    * Crawler
* play_image_web
* hf_download

# Install

* Installing from source
```shell
git clone https://github.com/lh9171338/lh-webtool.git

cd lh-webtool

python -m pip install .
```

* Install from the Python Package Index (PyPI)
```shell
# install base
pip install lh_webtool

# install with specific dependencies, support: [huggingface]
pip install lh_webtool[huggingface]

# install with all dependencies
pip install lh_webtool[all]
```
