Metadata-Version: 2.4
Name: dashbox
Version: 0.1.7.post202606110806
Summary: A small yt-dlp powered Kodi/TVBox media streaming server.
Author: outlook84
License-Expression: GPL-3.0-only
Project-URL: Homepage, https://github.com/outlook84/dashbox
Project-URL: Documentation, https://github.com/outlook84/dashbox#readme
Project-URL: Issues, https://github.com/outlook84/dashbox/issues
Project-URL: Source, https://github.com/outlook84/dashbox
Keywords: kodi,tvbox,yt-dlp,media-server
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: End Users/Desktop
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Internet :: WWW/HTTP :: HTTP Servers
Classifier: Topic :: Multimedia :: Video
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: THIRD_PARTY_NOTICES.md
Requires-Dist: bcrypt<5,>=4.1.0
Requires-Dist: biliass<3,>=2.4.0
Requires-Dist: curl-cffi<1,>=0.15.0; implementation_name == "cpython"
Requires-Dist: fastapi<1,>=0.115.0
Requires-Dist: httpx[http2]<1,>=0.28.0
Requires-Dist: uvicorn[standard]<1,>=0.32.0
Requires-Dist: yt-dlp[curl-cffi,default]>=2026.6.10.235405.dev0
Provides-Extra: dev
Requires-Dist: pytest>=8.0.0; extra == "dev"
Requires-Dist: pytest-xdist>=3.6.0; extra == "dev"
Dynamic: license-file

# Dashbox

Dashbox is a small `yt-dlp`-powered media service for Kodi and TVBox.

It lets you describe video sources once, then exposes them as client-ready
TVBox subscriptions and Kodi endpoints. Playback is resolved on the server with
`yt-dlp`, so clients can browse sources, open details, search, and play videos
through a local Dashbox service.

## Notice

Dashbox is a technical demonstration. You are responsible for how you use it and
for any consequences caused by improper use.

Dashbox is intended for local or private-network use and is not suitable as a
public internet service.

## Documentation

See the GitHub repository for installation, client setup, configuration, and
development documentation:

https://github.com/outlook84/dashbox

## License

Dashbox is licensed under GPL-3.0-only. See the license and third-party notices
in the GitHub repository:

https://github.com/outlook84/dashbox
