prompt-toolkit / python-prompt-toolkit

Library for building powerful interactive command line applications in Python
https://python-prompt-toolkit.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
9.28k stars 715 forks source link

habu uses prompt_toolkit! #692

Open fportantier opened 6 years ago

fportantier commented 6 years ago

Hi, habu uses prompt_toolkit in the module habu.jshell (I'm planning to use prompt_toolkit in other modules).

https://github.com/portantier/habu

Regards!

jonathanslenders commented 6 years ago

Hi @portantier,

This is very cool. I added it to the list of projects: https://github.com/jonathanslenders/python-prompt-toolkit/ I'm definitely going to try it (working for a networking company myself).

Cheers!

fportantier commented 6 years ago

Thanks! Please, tell me if you had any suggestion or error report for habu!

Prompt Toolkit has simplifyed a lot the development of habu.jshell, is an awesome tool! Thanks for sharing!