media-rip/backend/media_rip.egg-info/PKG-INFO
xpltd efc2ead796 M001: media.rip() v1.0 — complete application
Full-featured self-hosted yt-dlp web frontend:
- Python 3.12+ / FastAPI backend with async SQLite, SSE transport, session isolation
- Vue 3 / TypeScript / Pinia frontend with real-time progress, theme picker
- 3 built-in themes (cyberpunk/dark/light) + drop-in custom theme system
- Admin auth (bcrypt), purge system, cookie upload, file serving
- Docker multi-stage build, GitHub Actions CI/CD
- 179 backend tests, 29 frontend tests (208 total)

Slices: S01 (Foundation), S02 (SSE+Sessions), S03 (Frontend),
        S04 (Admin+Auth), S05 (Themes), S06 (Docker+CI)
2026-03-18 20:00:17 -05:00

22 lines
753 B
Text

Metadata-Version: 2.4
Name: media-rip
Version: 0.1.0
Summary: media.rip() — self-hosted media downloader
Requires-Python: >=3.12
Requires-Dist: fastapi==0.135.1
Requires-Dist: uvicorn[standard]==0.42.0
Requires-Dist: yt-dlp==2026.3.17
Requires-Dist: aiosqlite==0.22.1
Requires-Dist: apscheduler==3.11.2
Requires-Dist: pydantic==2.12.5
Requires-Dist: pydantic-settings[yaml]==2.13.1
Requires-Dist: sse-starlette==3.3.3
Requires-Dist: bcrypt==5.0.0
Requires-Dist: python-multipart==0.0.22
Requires-Dist: PyYAML==6.0.2
Provides-Extra: dev
Requires-Dist: httpx==0.28.1; extra == "dev"
Requires-Dist: pytest==9.0.2; extra == "dev"
Requires-Dist: anyio[trio]; extra == "dev"
Requires-Dist: pytest-asyncio; extra == "dev"
Requires-Dist: ruff; extra == "dev"