sangoma / switchy

async FreeSWITCH cluster control
https://switchy.readthedocs.io/en/latest/
Mozilla Public License 2.0
69 stars 18 forks source link

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

Open goodboy opened 8 years ago

goodboy commented 8 years ago

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

moises-silva commented 8 years ago

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

goodboy commented 8 years ago

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 7 years ago

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.