Metadata-Version: 2.4
Name: deepkut
Version: 0.1.0
Summary: deepkut sample/stem CLIs: stemsplit (demucs) + sampleget (yt-dlp)
License: AGPL-3.0-or-later
Project-URL: Homepage, https://github.com/deepkut
Keywords: audio,stems,demucs,samples,music
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: yt-dlp
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

# deepkut

Sample and stem tooling from [deepkut](https://github.com/deepkut) — a music
library that acquires the music, then takes it apart.

Three console scripts:

- `stemsplit` — demucs stem separation (all-4, instrumental, or acapella)
- `sampleget` — yt-dlp fetch, normalised to 44.1 kHz / 16-bit WAV
- `stemworker` — the job-claiming daemon, so the GPU box need not be the app box

Usable standalone, with no server running. AGPL-3.0-or-later.
