1 { lib, fetchPypi, buildPythonPackage, pytestrunner, six, beautifulsoup4, requests, }:
2 buildPythonPackage rec {
8 sha256 = "0l5lkvr3299x79i7skdiggp67rzgax3s00psd1zqkxfysq27jvc8";
11 buildInputs = [ pytestrunner ];
12 propagatedBuildInputs = [ six beautifulsoup4 requests ];
13 # upstream has no code tests
17 homepage = "https://github.com/enricobacis/lyricwikia";
18 maintainers = [ maintainers.kmein ];
19 description = "LyricWikia API for song lyrics";
20 license = licenses.mit;
21 platforms = platforms.all;