lh-tool

View on PyPIReverse Dependencies (0)

1.9.1 lh_tool-1.9.1-py3-none-any.whl

Wheel Details

Project: lh-tool
Version: 1.9.1
Filename: lh_tool-1.9.1-py3-none-any.whl
Download: [link]
Size: 22004
MD5: d1ef125992cb7cf81849e5b8e487876f
SHA256: 579dd64303bbdefd7027ed1634f660b296fd5650082ad50acdd8f7687003823f
Uploaded: 2024-03-23 02:29:30 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: lh-tool
Version: 1.9.1
Summary: A tool package
Author: lh9171338
Author-Email: lihao2015[at]whu.edu.cn
Home-Page: https://github.com/lh9171338/lh-tool
Project-Url: Bug Tracker, https://github.com/lh9171338/lh-tool/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Requires-Dist: opencv-python
Requires-Dist: PyEmail
Requires-Dist: yacs
Requires-Dist: tqdm
Requires-Dist: argparse
Requires-Dist: imageio
Requires-Dist: fitz
Requires-Dist: psutil
Requires-Dist: xlrd
Requires-Dist: aiomultiprocess
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 1186 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.42.0)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
lh_tool/__init__.py sha256=zLfYDL3qj0evR4WN5tYKfgr6-_YC5xhqrm09sbhWoQQ 22
lh_tool/compress_pdf.py sha256=uTh_E1i0VaopCF2J8Xqr1SgWOsKlm0MGUNxchS708us 1357
lh_tool/concat_image.py sha256=-pLCvmP1-BpMbV-sdi2zq2-EtkA5TkJ6L7WxlTj7Gko 5449
lh_tool/email.py sha256=UwDQ57cc9yLbi_AuJp1IlkE5b1P_A0uBmwlNejwcs-Q 3574
lh_tool/excel2latex.py sha256=bG6fj2-li52gQBMPZHOthYLR4Q_S47E4pM0qJKyEvcw 2334
lh_tool/excel2markdown.py sha256=T9MCNwTr0BIN15LEWOYgAxFpNFrd5Vv8NzjyMVlmMWc 3191
lh_tool/image2gif.py sha256=4I3So9EzxrvyuoT2WiRWmKVIPW5X1x9DfYkK8YeJjRA 2445
lh_tool/image2image.py sha256=sRIis5qMt9U6oPfoB8PDIudK1Y82kZtmvMhxYqk997o 2904
lh_tool/image2pdf.py sha256=FCDRXIkHkbuO6PicU0sylFs3yZUI_xbKilnWIIQCB2o 1483
lh_tool/image2video.py sha256=JN7qboi93cJ97NaKIZBXaGG111E_H9RQwQyH7V4nEzk 3270
lh_tool/iterator.py sha256=Llz5GwR0gSv49iQ0DKLj9wwxB7jQ8Xpx5ebwvn6iGIY 13692
lh_tool/pdf2image.py sha256=-YGGWEMJqSAvG2PoLPUiPV_XqnAQwbGPtS8LDc2gTCM 1420
lh_tool/play_image.py sha256=X-TFuhrJ0ZTjZAy-CJhwlP8M4FPYMBmnZSbKMAEr5wg 1169
lh_tool/rename_file.py sha256=YbgEY5Q0d0k5ow0TG7xBN0MCoXo5uRNSiwQY6jv1-HI 2815
lh_tool/rename_postfix.py sha256=WDeig6sb6JOkTHr9jA5vsdChlA7iwK8J3V8xq-H62vU 2435
lh_tool/startup.py sha256=QJcpYwvsBb0yJmDS557z02SsPsaXZKwHWv9BdA5EQCg 657
lh_tool/time_consumption.py sha256=mtH5YgleZq16VMJ_olkegsE6_20JpnntHY6oTgYHHdQ 4968
lh_tool/timer.py sha256=K_Yoac8raKM0axzSJFTytN-sif_U3KqqEV1tTs8d8CY 2865
lh_tool/video2image.py sha256=k8plxrsmzomVF1jgRO2qSyWuMO6mTUu-lHkH5ToGaG4 2690
lh_tool-1.9.1.dist-info/LICENSE sha256=7EI8xVBu6h_7_JlVw-yPhhOZlpY9hP8wal7kHtqKT_E 1074
lh_tool-1.9.1.dist-info/METADATA sha256=geqLH23bo-u604-YyN6ebo9rozQD7ByCJeMx3-hVNb0 1896
lh_tool-1.9.1.dist-info/WHEEL sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM 92
lh_tool-1.9.1.dist-info/entry_points.txt sha256=Dw5zMD_fFGOf3i737fixuBKe6CK1t54LTk9XNdktW2c 558
lh_tool-1.9.1.dist-info/top_level.txt sha256=m7oa4vERnyx5BD8xKVKDIljnr8mtgBFlhugpCaZVcgs 8
lh_tool-1.9.1.dist-info/RECORD

top_level.txt

lh_tool

entry_points.txt

compress_pdf = lh_tool.compress_pdf:main
concat_image = lh_tool.concat_image:main
excel2latex = lh_tool.excel2latex:main
excel2markdown = lh_tool.excel2markdown:main
image2gif = lh_tool.image2gif:main
image2image = lh_tool.image2image:main
image2pdf = lh_tool.image2pdf:main
image2video = lh_tool.image2video:main
pdf2image = lh_tool.pdf2image:main
play_image = lh_tool.play_image:main
rename_file = lh_tool.rename_file:main
rename_postfix = lh_tool.rename_postfix:main
startup = lh_tool.startup:main
video2image = lh_tool.video2image:main