convert-all

View on PyPIReverse Dependencies (0)

1.0.2 convert_all-1.0.2-py3-none-any.whl

Wheel Details

Project: convert-all
Version: 1.0.2
Filename: convert_all-1.0.2-py3-none-any.whl
Download: [link]
Size: 8570
MD5: 9f657baf4988589e4414d4df9f72d2b2
SHA256: 2142af47b8ebdde14a09fea6520d664c851ddb44eb908413bd1b1f569087f2a1
Uploaded: 2024-11-18 21:39:14 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: convert-all
Version: 1.0.2
Summary: A CLI tool to convert files between formats
Author: Pavel Polivka
Author-Email: pavel.polivka[at]hey.com
Home-Page: https://github.com/PavlikPolivka/convert-anything
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Requires-Dist: click
Requires-Dist: ffmpeg-python
Requires-Dist: Pillow
Requires-Dist: python-docx
Requires-Dist: PyMuPDF
Requires-Dist: reportlab
Description-Content-Type: text/markdown
License-File: LICENCE
[Description omitted; length: 1578 characters]

WHEEL

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

RECORD

Path Digest Size
converter/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
converter/core.py sha256=7c4UFeZMlteGS_UtwMKSWAPlmneDFxI1IqXCKpfKqX8 1335
converter/registry.py sha256=6axec3OXhIZLG7td3YimgMzFfhpcl2APWOZFlt0KBpY 1008
converter/modules/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
converter/modules/audio.py sha256=sqQWQVZdorHTtB8wg6knJfRJVHT3lhkasj6J0FHwpFM 262
converter/modules/docx_to_pdf.py sha256=tKvVGBAIwTjwtj6TqUroxyu094ZGMhD1TImAbF2-CYo 2771
converter/modules/image.py sha256=d84MPc7UQ_xUHJ-40hvVYsy-09DxfVXLo4_87oqHPWw 413
converter/modules/pdf_docx_to_txt.py sha256=qxFluIclnGPtjWOZAdUcLsKM-tVjnPDGoC5y5_magl0 1377
converter/modules/pdf_to_docx.py sha256=rk0gYmwwj4pfOHfPsu1fiOuIsgc3qUH_swFRpitk0Ho 1381
converter/modules/video.py sha256=JqGgN0L6ChFKkZsPakGUg1gF5K25SvFfYCBPh0YROKQ 294
tests/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
convert_all-1.0.2.dist-info/LICENCE sha256=UG2ZEVLvE0XJw4mGEtZVAcfPip-q_fsAivnJgZzo7EE 1070
convert_all-1.0.2.dist-info/METADATA sha256=eLuPt0u1mESIYueLLWSXEFkw5lHEwHJHpg5X41dkI1U 2221
convert_all-1.0.2.dist-info/WHEEL sha256=bFJAMchF8aTQGUgMZzHJyDDMPTO3ToJ7x23SLJa1SVo 92
convert_all-1.0.2.dist-info/entry_points.txt sha256=jCQhvZdzXjJ04IUSVAvFKZk-s3a7suXoHAmzHqgBbOg 89
convert_all-1.0.2.dist-info/top_level.txt sha256=vuVbYZkuV0GVO54rGshNQTdNewNcnmhYV1STOLeXYrI 16
convert_all-1.0.2.dist-info/RECORD

top_level.txt

converter
tests

entry_points.txt

convert = converter.core:convert
convert-all = converter.core:convert