Loading pkgs/development/python-modules/rich/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,12 @@ , pygments , typing-extensions , pytestCheckHook # for passthru.tests , enrich , httpie , rich-rst , textual }: buildPythonPackage rec { Loading Loading @@ -46,6 +52,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "rich" ]; passthru.tests = { inherit enrich httpie rich-rst textual; }; meta = with lib; { description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"; homepage = "https://github.com/Textualize/rich"; Loading Loading
pkgs/development/python-modules/rich/default.nix +10 −0 Original line number Diff line number Diff line Loading @@ -9,6 +9,12 @@ , pygments , typing-extensions , pytestCheckHook # for passthru.tests , enrich , httpie , rich-rst , textual }: buildPythonPackage rec { Loading Loading @@ -46,6 +52,10 @@ buildPythonPackage rec { pythonImportsCheck = [ "rich" ]; passthru.tests = { inherit enrich httpie rich-rst textual; }; meta = with lib; { description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"; homepage = "https://github.com/Textualize/rich"; Loading