Metadata-Version: 2.4
Name: imansur_ytb
Version: 0.1.3
Summary: A versatile tool for YouTube media downloading and AI processing.
Author-email: imansur <your-email@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp
Requires-Dist: youtube-transcript-api
Requires-Dist: static-ffmpeg
Requires-Dist: python-dotenv
Requires-Dist: httpx
Requires-Dist: sqlalchemy
Requires-Dist: pydantic
Requires-Dist: edge-tts
Requires-Dist: certifi

# imansur_ytb

A versatile tool for YouTube media downloading and AI processing.

## Installation

```bash
pip install imansur_ytb
```

## Usage

```python
from imansur_ytb.media import get_video

results = get_video("https://www.youtube.com/watch?v=...", rename="my_video")
print(results)
```
