7 buildPythonPackage rec {
10 format = "setuptools";
12 src = fetchFromGitHub {
16 hash = "sha256-Or0EizZC9FMjTcbgecDvgGB09KNGyxHreSDojgB7ysg=";
26 pythonImportsCheck = [
31 description = "Create HTML documents from Python";
32 homepage = "https://github.com/sanic-org/html5tagger";
33 license = licenses.unlicense;
34 maintainers = with maintainers; [ ];