friends-of-freeswitch / switchio

asyncio powered FreeSWITCH cluster control
http://switchio.rtfd.io
Mozilla Public License 2.0
191 stars 28 forks source link

Drop IPython and use python-prompt-toolkit? #25

Open goodboy opened 6 years ago

goodboy commented 6 years ago

Issue by tgoodlet Thursday Apr 07, 2016 at 22:23 GMT Originally opened as https://github.com/sangoma/switchy/issues/37


Consider dropping IPython from the switchy cli since we can get auto completion for free with the std lib.

goodboy commented 6 years ago

Comment by moises-silva Friday Apr 08, 2016 at 08:26 GMT


@tgoodlet And what do you win from dropping it? just removing a dep?

goodboy commented 6 years ago

Comment by tgoodlet Friday Apr 08, 2016 at 13:20 GMT


Yeah and I was thinking about maybe moving to ptk eventually instead. If ^ gets us completion then what are we really needing IPython for?

goodboy commented 6 years ago

Comment by tgoodlet Wednesday Aug 03, 2016 at 22:30 GMT


Alright I just tried rlcompleter thing out and it's no good. Probably should have noticed in the docs that it says

by completing valid Python identifiers and keywords.

So it's really quite horrendous for working with the originator instance binding.