1 { lib, buildPythonPackage, fetchPypi, appdirs, requests }:
2 buildPythonPackage rec {
8 sha256 = "1bgfb8vz7jybswss16pdzns0qpqfrwa9f2g8qrh1r4mig4xh2dmi";
11 propagatedBuildInputs = [
19 description = "Python client for the https://api.radio-browser.info";
20 homepage = "https://github.com/andreztz/pyradios";
21 license = licenses.mit;
22 maintainers = with maintainers; [ infinisil ];