MANIFEST.in
setup.py
takoshell/LICENSE
takoshell/__init__.py
takoshell/__main__.py
takoshell/aliases.py
takoshell/ast.py
takoshell/base_shell.py
takoshell/braceexpand.py
takoshell/built_ins.py
takoshell/codecache.py
takoshell/completer.py
takoshell/demandimport.py
takoshell/dirstack.py
takoshell/environ.py
takoshell/execer.py
takoshell/imphooks.py
takoshell/jobs.py
takoshell/lexer.py
takoshell/main.py
takoshell/parser.py
takoshell/parser_table.py
takoshell/platform.py
takoshell/pretty.py
takoshell/proc.py
takoshell/readline_shell.py
takoshell/settings.py
takoshell/shell.py
takoshell/spinner.py
takoshell/tokenize.py
takoshell/tools.py
takoshell/completers/__init__.py
takoshell/completers/_aliases.py
takoshell/completers/base.py
takoshell/completers/bash.py
takoshell/completers/commands.py
takoshell/completers/completer.py
takoshell/completers/dirs.py
takoshell/completers/man.py
takoshell/completers/path.py
takoshell/completers/python.py
takoshell/completers/tools.py
takoshell/parsers/__init__.py
takoshell/parsers/base.py
takoshell/parsers/context_check.py
takoshell/parsers/v34.py
takoshell/parsers/v35.py
takoshell/parsers/v36.py
takoshell/ply/__init__.py
takoshell/ply/cpp.py
takoshell/ply/ctokens.py
takoshell/ply/lex.py
takoshell/ply/yacc.py
takoshell/ply/ygen.py
takoshell/xoreutils/__init__.py
takoshell/xoreutils/_which.py