10 buildPythonPackage rec {
11 pname = "python-registry";
13 format = "setuptools";
15 src = fetchFromGitHub {
16 owner = "williballenthin";
19 sha256 = "0gwx5jcribgmmbz0ikhz8iphz7yj2d2nmk24nkdrjd3y5irly11s";
22 propagatedBuildInputs = [
36 pythonImportsCheck = [
41 description = "Pure Python parser for Windows Registry hives";
42 homepage = "https://github.com/williballenthin/python-registry";
43 license = licenses.asl20;