8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 hash = "sha256-Or0EizZC9FMjTcbgecDvgGB09KNGyxHreSDojgB7ysg=";
20 nativeBuildInputs = [ setuptools-scm ];
25 pythonImportsCheck = [ "html5tagger" ];
28 description = "Create HTML documents from Python";
29 homepage = "https://github.com/sanic-org/html5tagger";
30 license = licenses.unlicense;