11 buildPythonPackage rec {
12 pname = "prompt-toolkit";
16 pname = "prompt_toolkit";
18 sha256 = "dd4fca02c8069497ad931a2d09914c6b0d1b50151ce876bc15bde4c747090126";
21 propagatedBuildInputs = [ docopt six wcwidth pygments ];
23 nativeCheckInputs = [ pytestCheckHook ];
26 "test_pathcompleter_can_expanduser"
30 description = "Python library for building powerful interactive command lines";
32 prompt_toolkit could be a replacement for readline, but it can be
33 much more than that. It is cross-platform, everything that you build
34 with it should run fine on both Unix and Windows systems. Also ships
35 with a nice interactive Python shell (called ptpython) built on top.
37 homepage = "https://github.com/jonathanslenders/python-prompt-toolkit";
38 maintainers = with maintainers; [ ];
39 license = licenses.bsd3;