6 python3Packages.buildPythonApplication rec {
11 inherit pname version;
12 hash = "sha256-B7IB1TWfZ0StH2zo/tXfDAaPlgLvr4ciIv7B8EQyp8w=";
15 propagatedBuildInputs = with python3Packages; [ six requests python-dateutil ];
20 pythonImportsCheck = [ "gh2md" ];
23 description = "Export Github repository issues to markdown files";
24 mainProgram = "gh2md";
25 homepage = "https://github.com/mattduck/gh2md";
26 license = licenses.mit;
27 maintainers = with maintainers; [ artturin ];