9 buildPythonPackage rec {
10 pname = "terminaltexteffects";
14 disabled = pythonOlder "3.8";
16 # no tests on pypi, no tags on github
18 inherit pname version;
19 hash = "sha256-FDDLc7oAOgSpaxmuS6Wzej+vEOuSx3WT2ntpfoET3LI=";
22 build-system = [ poetry-core ];
24 pythonImportsCheck = [ "terminaltexteffects" ];
27 description = "A collection of visual effects that can be applied to terminal piped stdin text";
28 homepage = "https://chrisbuilds.github.io/terminaltexteffects";
29 changelog = "https://chrisbuilds.github.io/terminaltexteffects/changeblog/";
30 license = licenses.mit;
31 platforms = with platforms; unix;
32 maintainers = with maintainers; [ qwqawawow ];