9 buildPythonPackage rec {
15 inherit pname version;
16 hash = "sha256-zbm+h+ieDmd1K0uH+9B8EWtYScxqYJXVpY9bXdBivA4=";
28 pythonImportsCheck = [ "hid_parser" ];
31 description = "Typed pure Python library to parse HID report descriptors";
32 homepage = "https://github.com/usb-tools/python-hid-parser";
33 license = licenses.mit;
34 maintainers = with maintainers; [ kranzes ];