1 { lib, buildPythonPackage, fetchPypi, six
2 , wcwidth, pytest, mock, glibcLocales
5 buildPythonPackage rec {
11 inherit pname version;
12 hash = "sha256-LN1n+HRuBI8A30eiiA9NasvNs5kDG2BONLqPcdV4doA=";
15 nativeCheckInputs = [ pytest mock glibcLocales ];
17 # Default tox.ini parameters not needed
23 propagatedBuildInputs = [ wcwidth six ];
26 homepage = "https://github.com/jquast/blessed";
27 description = "A thin, practical wrapper around terminal capabilities in Python.";
28 maintainers = with maintainers; [ eqyiel ];
29 license = licenses.mit;