Metadata-Version: 2.3
Name: pymanhuagui
Version: 2.0.0
Summary: Manga Downloader for www.manhuagui.com
Project-URL: Homepage, https://github.com/tabris17/pymanhuagui
Project-URL: Bug Tracker, https://github.com/tabris17/pymanhuagui/issues
Author-email: fournoas <admin@fournoas.com>
Requires-Python: >=3.8
Requires-Dist: beautifulsoup4>=4.12.3
Requires-Dist: lxml>=5.2.2
Requires-Dist: lzstring>=1.0.4
Requires-Dist: requests>=2.32.3
Description-Content-Type: text/markdown

# PyManhuagui

[漫画柜](https://www.manhuagui.com)下载工具。

安装：

```sh
pip install pymanhuagui
```

用法：

```text
usage: pymanhuagui [-o dir] [-x host] [-d] [-v] [-h] url

Manga Downloader for www.manhuagui.com

positional arguments:
  url                   manga url, e.g., https://www.manhuagui.com/comic/1639/

optional arguments:
  -o dir, --output dir  write stdout to the specified file
  -x host, --proxy host
                        use proxy server
  -d, --debug           display debug message
  -v, --version         show program's version number and exit
  -h, --help            show this help message and exit
```
