7 python3.pkgs.buildPythonApplication rec {
9 version = "1.0-unstable-2024-07-28";
12 src = fetchFromGitHub {
15 # https://github.com/mlcsec/Graphpython/issues/1
16 rev = "ee7dbda7fe881a9a207ca8661d42c505b8491ea3";
17 hash = "sha256-64M/Cc49mlceY5roBVuSsDIcbDx+lrX6oSjPAu9YDwA=";
20 build-system = with python3.pkgs; [ setuptools ];
22 dependencies = with python3.pkgs; [
33 pythonImportsCheck = [ "Graphpython" ];
35 # Project has no tests
39 description = "Microsoft Graph API (Entra, o365, and Intune) enumeration and exploitation toolkit";
40 homepage = "https://github.com/mlcsec/Graphpython";
41 license = lib.licenses.mit;
42 maintainers = with lib.maintainers; [ fab ];
43 mainProgram = "graphpython";