1 { lib, buildPythonPackage, fetchFromGitHub, pytest }:
3 buildPythonPackage rec {
7 src = fetchFromGitHub {
11 sha256 = "0ljfpl8x069arzginvpi1v6hlaq4x2qpjqj01qds2ylz33scq8r4";
14 checkInputs = [ pytest ];
17 description = "A module for converting ANSI coded text and converts it to either plain text or HTML";
18 homepage = "https://github.com/ansible/ansiconv";
19 license = licenses.mit;
20 maintainers = with maintainers; [ psyanticy ];