6 buildPythonPackage rec {
7 pname = "python-musicpd";
13 sha256 = "sha256-5Br4rZO1c/pPmAZ/UecYjuVLttR8R+xeReKsc/xnaeI=";
16 format = "setuptools";
21 description = "An MPD (Music Player Daemon) client library written in pure Python.";
22 homepage = "https://gitlab.com/kaliko/python-musicpd";
23 license = licenses.lgpl3Plus;
24 maintainers = with lib.maintainers; [ apfelkuchen6 ];