bookbot

View on PyPIReverse Dependencies (0)

1.0.dev2 bookbot-1.0.dev2-py3-none-any.whl

Wheel Details

Project: bookbot
Version: 1.0.dev2
Filename: bookbot-1.0.dev2-py3-none-any.whl
Download: [link]
Size: 16999
MD5: 5c2f637464d77a30b1231927ca09d3ee
SHA256: 714cbfaecd381beb5659f1e4210ae454e2ca2cd25c6527fb8e67c73475ae9fa6
Uploaded: 2023-07-16 06:19:09 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: bookbot
Version: 1.0.dev2
Author-Email: Heng Zhou <hl-bo[at]outlook.com>
Maintainer-Email: handsome2810[at]163.com
Project-Url: Homepage, https://codeberg.org/HL-Bo/bookbot
Project-Url: Documentation, https://codeberg.org/HL-Bo/bookbot/blob/master/docs/index.md
Project-Url: Changelog, https://codeberg.org/HL-Bo/bookbot/blob/master/CHANGELOG.md
Project-Url: Repository, https://codeberg.org/HL-Bo/bookbot.git
Project-Url: Bug Tracker, https://codeberg.org/HL-Bo/bookbot/issues
License: GPLv3+
Keywords: book,bot,novel,spider
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: Chinese (Simplified)
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Requires-Dist: beautifulsoup4
Requires-Dist: markdown
Requires-Dist: requests
Requires-Dist: textual; extra == "cli"
Requires-Dist: fastapi; extra == "gui"
Requires-Dist: uvicorn; extra == "gui"
Requires-Dist: lxml; extra == "lxml"
Provides-Extra: cli
Provides-Extra: gui
Provides-Extra: lxml
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 15 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.18.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
bookbot/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/_dir.md sha256=S2Nud1ZStcLszYUu6vQ4LQgoMw4LZqQmUoSFTQM5Rsk 508
bookbot/book/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/book/_dir.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bookbot/bot/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/bot/_dir.md sha256=DuZ6epceLrK_p5QlCeqi3Y7dHyMbwHEUq3B8AUdyxxo 264
bookbot/bot/parse/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/bot/parse/_dir.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bookbot/bot/request/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/bot/request/_dir.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bookbot/cli/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/cli/_dir.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bookbot/gui/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/gui/_dir.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bookbot/storage/__init__.py sha256=rpeSsdciUOSdqQOJ5D-rRrvxBcNwdSdWzZSMEvdFtxs 45
bookbot/storage/_dir.md sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
bookbot-1.0.dev2.dist-info/METADATA sha256=CTR2VPwmrdS5PoNPWQdL882w3lITGkeeLTvOvonRQt0 1316
bookbot-1.0.dev2.dist-info/WHEEL sha256=9QBuHhg6FNW7lppboF2vKVbCGTVzsFykgRQjjlajrhA 87
bookbot-1.0.dev2.dist-info/entry_points.txt sha256=P7fzNuJ5iZ3o9sKzcmDzZbIZ1W8UPEnsfMegFHcq_ok 118
bookbot-1.0.dev2.dist-info/licenses/LICENSE sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY 35149
bookbot-1.0.dev2.dist-info/RECORD

entry_points.txt

bookbot = bookbot:main
bookbot-cli = bookbot.cli:main
bookbot-gui = bookbot.gui:main