6 buildPythonPackage rec {
11 src = fetchFromGitHub {
15 hash = "sha256-INwZRbyJmyDd5SV7PBdqUc/3FO91upTgaxBfP/Giaw4=";
18 pythonImportsCheck = [ "csv2md" ];
21 description = "Command line tool for converting CSV files into Markdown tables";
22 homepage = "https://github.com/lzakharov/csv2md";
23 changelog = "https://github.com/lzakharov/csv2md/releases/tag/v${version}";
24 license = lib.licenses.mit;
25 maintainers = with lib.maintainers; [ t4ccer ];
26 mainProgram = "csv2md";