12 buildPythonPackage rec {
13 pname = "asciimatics";
17 disabled = pythonOlder "3.8";
20 inherit pname version;
21 hash = "sha256-z905gEJydRnYtz5iuO+CwL7P7U60IImcO5bJjQuWgho=";
38 pythonImportsCheck = [
40 "asciimatics.renderers"
46 description = "Module to create full-screen text UIs (from interactive forms to ASCII animations)";
47 homepage = "https://github.com/peterbrittain/asciimatics";
48 changelog = "https://github.com/peterbrittain/asciimatics/releases/tag/${version}";
49 license = licenses.asl20;
50 maintainers = with maintainers; [ cmcdragonkai ];