8 buildPythonPackage rec {
11 format = "setuptools";
13 disabled = pythonOlder "3.7";
16 inherit pname version;
17 hash = "sha256-UgEBNgiS6/nQVT9n0341n/kkA9ih4zgUAwUDCIoF2kk=";
24 pythonImportsCheck = [
29 description = "Library for creating and manipulating HTML documents using an elegant DOM API";
30 homepage = "https://github.com/Knio/dominate/";
31 license = licenses.lgpl3Plus;
32 maintainers = with maintainers; [ ];