15 buildPythonPackage rec {
18 format = "setuptools";
20 disabled = pythonOlder "3.7";
23 inherit pname version;
24 hash = "sha256-M0LjYIa8leoMs/hDWM2nLqH8R00ZAL6uOCyXHA/0AJY=";
27 propagatedBuildInputs = [
37 # Project doesn't have tests
40 pythonImportsCheck = [ "pypykatz" ];
43 description = "Mimikatz implementation in Python";
44 mainProgram = "pypykatz";
45 homepage = "https://github.com/skelsec/pypykatz";
46 changelog = "https://github.com/skelsec/pypykatz/releases/tag/${version}";
47 license = with licenses; [ mit ];
48 maintainers = with maintainers; [ fab ];