pellipop

View on PyPIReverse Dependencies (0)

0.9.1 pellipop-0.9.1-py3-none-any.whl

Wheel Details

Project: pellipop
Version: 0.9.1
Filename: pellipop-0.9.1-py3-none-any.whl
Download: [link]
Size: 53862
MD5: 4e11db4e0247b59131238765cc4578b7
SHA256: c384e9aed833c6b2cde15ab8b94c229b1e607ddfd6eb26c9d7aa939fb54844bd
Uploaded: 2024-07-23 13:49:32 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: pellipop
Version: 0.9.1
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.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
pellipop/Video.py sha256=mgj3kh8AAU_TrhtN7Ohc4kUElu3hXaLX1ulc2UHa0iA 8786
pellipop/__about__.py sha256=226YtewUIM9MSR5YK6UNkad7Tpu9mXLTxpUxrUoypFs 70
pellipop/__init__.py sha256=R7hqzWuIIgUiQG6vmz_IUpsouMXw1ZVriEbtMuzKeaQ 87
pellipop/cli.py sha256=8-GoYP_463WYm97wN_a_Z17_2UMsTv9iaPNRKprxw1s 3803
pellipop/file_finder.py sha256=eMR3GTOa5E3nKAz-p0a116Mdl9vhT6qlOTqY3bCp4m4 3058
pellipop/gui.py sha256=OUGZmVauDsx-0VOly0fB2cd9GeqJdKUWFrM7AqDH_Ok 16737
pellipop/main.py sha256=MZ_9jSzu-5l3xkbdAKvAZ4ZPCZYRJHOycr0UAHoHygg 17396
pellipop/path_fixer.py sha256=MspLtpcDulm6ICwuPWiXRAt2ftJjszWImALeClUVbqg 1894
pellipop/pellipop.ico sha256=7Bniy2uCryX1OOi1ZJCEOr_hFOPSzpDtniuF1V5n83s 25977
pellipop/pip.py sha256=Zr9cncJrHbldZbQMe4HOnElE2StPc0Dt1gO-9Ris-rk 1099
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.9.1.dist-info/METADATA sha256=Rboj6eGhWnHBrLCARezfCoGaibW6CCur94zuriFFh24 6303
pellipop-0.9.1.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
pellipop-0.9.1.dist-info/entry_points.txt sha256=Hn0vISly1WFQOFdmgh7dbOIJxYrwURvoqDJTMbHrQIU 186
pellipop-0.9.1.dist-info/licenses/LICENSE.txt sha256=HyVuytGSiAUQ6ErWBHTqt1iSGHhLmlC8fO7jTCuR8dU 16725
pellipop-0.9.1.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