9 buildPythonPackage rec {
12 format = "setuptools";
14 src = fetchFromGitHub {
18 sha256 = "sha256-an/FTbujN2VnTYa0wngM8ugV1LNHJWM32RVqIbaW0KY=";
21 propagatedBuildInputs = [
30 pythonImportsCheck = [ "inscriptis" ];
33 description = "inscriptis - HTML to text converter";
34 homepage = "https://github.com/weblyzard/inscriptis";
35 license = licenses.asl20;
36 maintainers = with maintainers; [ SuperSandro2000 ];