pellipop

View on PyPIReverse Dependencies (0)

0.8.6 pellipop-0.8.6-py3-none-any.whl

Wheel Details

Project: pellipop
Version: 0.8.6
Filename: pellipop-0.8.6-py3-none-any.whl
Download: [link]
Size: 27331
MD5: f72bdb79b45ffd2784d6d5cc6c461dec
SHA256: ffd27d32d8d563f865d4898535c2239edc9da4d0cf219f87a75274f3fe0a9bdf
Uploaded: 2024-05-03 09:58:12 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pellipop
Version: 0.8.6
Summary: A graphical and command-line tool to extract key frames from videos along with their retranscription. It uses the Whisper API to transcribe the audio. It also generates a CSV file with the extracted key frames and their corresponding text.
Author: EdouardBoute
Author-Email: Marceau-h <pypi[at]marceau-h.fr>, Orion Alié <someonefefe[at]gmail.com>
Project-Url: Homepage, https://github.com/CERES-Sorbonne/Pellipop
Project-Url: Documentation, https://github.com/CERES-Sorbonne/Pellipop#readme
Project-Url: Issues, https://github.com/CERES-Sorbonne/Pellipop/issues
Project-Url: Source, https://github.com/CERES-Sorbonne/Pellipop
Keywords: STT,frame,keyframes,panoptic,speech,speech-to-text,transcription,video
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: ffmpeg
Requires-Dist: requests (~=2.31.0)
Requires-Dist: tqdm (~=4.66.1)
Requires-Dist: ttkbootstrap (~=1.10.1)
Requires-Dist: validators (~=0.22.0)
Requires-Dist: whisper-client (~=0.4.0)
Description-Content-Type: text/markdown
License-Expression: MPL-2.0
License-File: LICENSE.txt
[Description omitted; length: 4338 characters]

WHEEL

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

RECORD

Path Digest Size
pellipop/Video.py sha256=VTPqfPRhLiypL7lqK67HMf_JtPm69KBt8BpdoOK2LJw 7123
pellipop/__about__.py sha256=Rwq4aglqiFvCqfaYvZRMJzqMUkclfoBjb0VUDOYZ-cA 70
pellipop/__init__.py sha256=R7hqzWuIIgUiQG6vmz_IUpsouMXw1ZVriEbtMuzKeaQ 87
pellipop/cli.py sha256=Nzt47osUzODyzj4IQig6XQmkelAKKsMxOhOC9LdM6sQ 3772
pellipop/file_finder.py sha256=eMR3GTOa5E3nKAz-p0a116Mdl9vhT6qlOTqY3bCp4m4 3058
pellipop/gui.py sha256=pejwvCzWPa1maI7FIuLzNO87BFRs3-xXoTVfOGWagLw 16545
pellipop/main.py sha256=N4AQWU8ZgnPy_HIYwONomyV4I9UbkCcKW6DX21zhFyc 17144
pellipop/path_fixer.py sha256=MspLtpcDulm6ICwuPWiXRAt2ftJjszWImALeClUVbqg 1894
pellipop/pip.py sha256=7BWqzuJ_TiV_TEb91CdUvIjpnCV7UHheAGMpPKozLpA 1007
pellipop/whisper_from_url.py sha256=5legzfd7D2aN9PXhEvxCthXlu5bN7PQ6ZgYwOgrOSs8 3139
pellipop/speech_to_text/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
pellipop/speech_to_text/whisperMode.py sha256=U-FwBqK0Ri6owzq0xoArQav5fhEFdngVYT6bc4sWuLs 5479
pellipop-0.8.6.dist-info/METADATA sha256=_0AflaQJcCt3PUlePfWNIb8E8SPoc4dYiOTDv4e-BAc 6303
pellipop-0.8.6.dist-info/WHEEL sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU 87
pellipop-0.8.6.dist-info/entry_points.txt sha256=Hn0vISly1WFQOFdmgh7dbOIJxYrwURvoqDJTMbHrQIU 186
pellipop-0.8.6.dist-info/licenses/LICENSE.txt sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU 16725
pellipop-0.8.6.dist-info/RECORD

entry_points.txt

pellipip = pellipop.pip:main
pellipop = pellipop.cli:main
pellipop-cli = pellipop.cli:main
pellipop-gui = pellipop.gui:main
pellipop = pellipop.gui:main