8 buildPythonPackage rec {
11 format = "setuptools";
13 src = fetchFromGitHub {
17 sha256 = "0ljfpl8x069arzginvpi1v6hlaq4x2qpjqj01qds2ylz33scq8r4";
20 nativeCheckInputs = [ pytest ];
23 description = "Module for converting ANSI coded text and converts it to either plain text or HTML";
24 homepage = "https://github.com/ansible/ansiconv";
25 license = licenses.mit;
26 maintainers = with maintainers; [ psyanticy ];