Metadata-Version: 2.4
Name: BookerEpubTool
Version: 2026.3.25.0
Summary: iBooker/DracoUnion EPUB 工具
Author-email: wizardforcel <wizard.z@qq.com>
License: SATA
Project-URL: Homepage, https://github.com/DracoUnion/BookerEpubTool
Project-URL: Repository, https://github.com/DracoUnion/BookerEpubTool
Keywords: wiki,知识库,document,文档,crawler,爬虫
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: Other/Proprietary License
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Text Processing :: Markup :: HTML
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Localization
Classifier: Topic :: Utilities
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pyquery
Requires-Dist: EpubCrawler
Requires-Dist: imgyaso
Requires-Dist: py7zr
Requires-Dist: pyyaml
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"
Requires-Dist: build; extra == "dev"
Requires-Dist: twine; extra == "dev"
Dynamic: license-file

# BookerEpubTool

iBooker/ApacheCN 知识库抓取工具

## 安装

通过pip（推荐）：

```
pip install BookerEpubTool
```

从源码安装：

```
pip install git+https://github.com/apachecn/BookerEpubTool
```

## 使用说明

```
usage: BookerEpubTool [-h] [-v] {comp,toc,ext-chs,fmt-para,mkds,add-title,ext-htmls,ext-pics,sel-nocd} ...

iBooker EPUB tool

positional arguments:
  {comp,toc,ext-chs,fmt-para,mkds,add-title,ext-htmls,ext-pics,sel-nocd}
    comp                compress epub
    toc                 view epub toc
    ext-chs             export epub chapters
    fmt-para            format epub paragraphs
    mkds                epub paragraphs to yaml dataset
    add-title           add title to epub
    ext-htmls           export epub htmls
    ext-pics            export epub pics
    sel-nocd            select epub with no code

options:
  -h, --help            show this help message and exit
  -v, --version         show program's version number and exit
```

## 协议

本项目基于 SATA 协议发布。

您有义务为此开源项目点赞，并考虑额外给予作者适当的奖励。

## 赞助我们

![](https://home.apachecn.org/img/about/donate.jpg)

## 另见

+   [ApacheCN 学习资源](https://docs.apachecn.org/)
+   [计算机电子书](http://it-ebooks.flygon.net)
+   [布客新知](http://flygon.net/ixinzhi/)
