7 buildPythonPackage rec {
11 disabled = pythonOlder "3.6";
14 inherit pname version;
15 sha256 = "956278a90ef6958f9e2392891b2a305273f695b15b14489cd2097197d6cbe155";
18 # Project doesn't have tests
20 pythonImportsCheck = [ "aiowinreg" ];
23 description = "Python module to parse the registry hive";
24 homepage = "https://github.com/skelsec/aiowinreg";
25 license = with licenses; [ mit ];
26 maintainers = with maintainers; [ fab ];