xonsh.shells¶

The xonsh interactive shells

base_shell

The base class for xonsh shell

dumb_shell

A dumb shell for when $TERM == 'dumb', which usually happens in emacs.

ptk_shell

The prompt_toolkit based xonsh shell.

readline_shell

The readline based xonsh shell.