7 python3.pkgs.buildPythonApplication rec {
8 pname = "mitmproxy2swagger";
12 src = fetchFromGitHub {
14 repo = "mitmproxy2swagger";
15 rev = "refs/tags/${version}";
16 hash = "sha256-VHxqxee5sQWRS13V4SfY4LWaN0oxxWsNVDOEqUyKHfg=";
24 build-system = with python3.pkgs; [ poetry-core ];
26 dependencies = with python3.pkgs; [
35 pythonImportsCheck = [ "mitmproxy2swagger" ];
38 description = "Tool to automagically reverse-engineer REST APIs";
39 homepage = "https://github.com/alufers/mitmproxy2swagger";
40 changelog = "https://github.com/alufers/mitmproxy2swagger/releases/tag/${version}";
41 license = licenses.mit;
42 maintainers = with maintainers; [ fab ];
43 mainProgram = "mitmproxy2swagger";