Metadata-Version: 2.4
Name: vid2text
Version: 0.1.0
Summary: A CLI tool for extracting and storing video content from various sources
Author: Vid2Text Project
License: MIT
Project-URL: Homepage, https://github.com/yourusername/vid2text
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: sqlite_utils
Requires-Dist: youtube_transcript_api
Requires-Dist: beautifulsoup4
Requires-Dist: mlx-whisper
Requires-Dist: openai-whisper
Requires-Dist: yt-dlp[default]
Requires-Dist: ffmpeg-python
Requires-Dist: click
Requires-Dist: rich
Requires-Dist: pyyaml
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Provides-Extra: whisper
Requires-Dist: openai-whisper; extra == "whisper"
Provides-Extra: mlx
Requires-Dist: mlx-whisper; extra == "mlx"
Provides-Extra: all
Requires-Dist: openai-whisper; extra == "all"
Requires-Dist: mlx-whisper; extra == "all"
