MANIFEST.in
README.rst
setup.py
client/powerline.c
client/powerline.py
client/powerline.sh
docs/Makefile
docs/source/commands.rst
docs/source/conf.py
docs/source/configuration.rst
docs/source/develop.rst
docs/source/index.rst
docs/source/installation.rst
docs/source/license-and-credits.rst
docs/source/overview.rst
docs/source/powerline_autodoc.py
docs/source/powerline_automan.py
docs/source/tips-and-tricks.rst
docs/source/troubleshooting.rst
docs/source/usage.rst
docs/source/commands/config.rst
docs/source/commands/daemon.rst
docs/source/commands/lint.rst
docs/source/commands/main.rst
docs/source/configuration/listers.rst
docs/source/configuration/local.rst
docs/source/configuration/reference.rst
docs/source/configuration/segments.rst
docs/source/configuration/selectors.rst
docs/source/configuration/segments/common.rst
docs/source/configuration/segments/i3wm.rst
docs/source/configuration/segments/pdb.rst
docs/source/configuration/segments/shell.rst
docs/source/configuration/segments/tmux.rst
docs/source/configuration/segments/vim.rst
docs/source/configuration/selectors/vim.rst
docs/source/develop/extensions.rst
docs/source/develop/listers.rst
docs/source/develop/local-themes.rst
docs/source/develop/segments.rst
docs/source/develop/tips-and-tricks.rst
docs/source/installation/linux.rst
docs/source/installation/osx.rst
docs/source/troubleshooting/linux.rst
docs/source/troubleshooting/osx.rst
docs/source/usage/other.rst
docs/source/usage/shell-prompts.rst
docs/source/usage/wm-widgets.rst
powerline/__init__.py
powerline/colorscheme.py
powerline/config.py
powerline/ipython.py
powerline/pdb.py
powerline/renderer.py
powerline/segment.py
powerline/shell.py
powerline/theme.py
powerline/vim.py
powerline/bindings/__init__.py
powerline/bindings/config.py
powerline/bindings/awesome/powerline-awesome.py
powerline/bindings/awesome/powerline.lua
powerline/bindings/bar/powerline-bar.py
powerline/bindings/bash/powerline.sh
powerline/bindings/fish/powerline-setup.fish
powerline/bindings/i3/powerline-i3.py
powerline/bindings/ipython/__init__.py
powerline/bindings/ipython/post_0_11.py
powerline/bindings/ipython/pre_0_11.py
powerline/bindings/pdb/__init__.py
powerline/bindings/pdb/__main__.py
powerline/bindings/qtile/__init__.py
powerline/bindings/qtile/widget.py
powerline/bindings/rc/powerline.rc
powerline/bindings/shell/powerline.sh
powerline/bindings/tcsh/powerline.tcsh
powerline/bindings/tmux/__init__.py
powerline/bindings/tmux/powerline-base.conf
powerline/bindings/tmux/powerline.conf
powerline/bindings/tmux/powerline_tmux_1.7_plus.conf
powerline/bindings/tmux/powerline_tmux_1.8.conf
powerline/bindings/tmux/powerline_tmux_1.8_minus.conf
powerline/bindings/tmux/powerline_tmux_1.8_plus.conf
powerline/bindings/tmux/powerline_tmux_1.9_plus.conf
powerline/bindings/vim/__init__.py
powerline/bindings/vim/autoload/powerline/debug.vim
powerline/bindings/vim/plugin/powerline.vim
powerline/bindings/zsh/__init__.py
powerline/bindings/zsh/powerline.zsh
powerline/commands/__init__.py
powerline/commands/config.py
powerline/commands/daemon.py
powerline/commands/lint.py
powerline/commands/main.py
powerline/config_files/colors.json
powerline/config_files/config.json
powerline/config_files/colorschemes/default.json
powerline/config_files/colorschemes/solarized.json
powerline/config_files/colorschemes/ipython/__main__.json
powerline/config_files/colorschemes/pdb/__main__.json
powerline/config_files/colorschemes/pdb/default.json
powerline/config_files/colorschemes/pdb/solarized.json
powerline/config_files/colorschemes/shell/__main__.json
powerline/config_files/colorschemes/shell/default.json
powerline/config_files/colorschemes/shell/solarized.json
powerline/config_files/colorschemes/tmux/default.json
powerline/config_files/colorschemes/tmux/solarized.json
powerline/config_files/colorschemes/vim/__main__.json
powerline/config_files/colorschemes/vim/default.json
powerline/config_files/colorschemes/vim/solarized.json
powerline/config_files/colorschemes/vim/solarizedlight.json
powerline/config_files/themes/ascii.json
powerline/config_files/themes/powerline.json
powerline/config_files/themes/powerline_unicode7.json
powerline/config_files/themes/unicode.json
powerline/config_files/themes/unicode_terminus.json
powerline/config_files/themes/unicode_terminus_condensed.json
powerline/config_files/themes/ipython/in.json
powerline/config_files/themes/ipython/in2.json
powerline/config_files/themes/ipython/out.json
powerline/config_files/themes/ipython/rewrite.json
powerline/config_files/themes/pdb/default.json
powerline/config_files/themes/shell/__main__.json
powerline/config_files/themes/shell/continuation.json
powerline/config_files/themes/shell/default.json
powerline/config_files/themes/shell/default_leftonly.json
powerline/config_files/themes/shell/select.json
powerline/config_files/themes/tmux/default.json
powerline/config_files/themes/vim/__main__.json
powerline/config_files/themes/vim/cmdwin.json
powerline/config_files/themes/vim/default.json
powerline/config_files/themes/vim/help.json
powerline/config_files/themes/vim/plugin_commandt.json
powerline/config_files/themes/vim/plugin_gundo-preview.json
powerline/config_files/themes/vim/plugin_gundo.json
powerline/config_files/themes/vim/plugin_nerdtree.json
powerline/config_files/themes/vim/quickfix.json
powerline/config_files/themes/vim/tabline.json
powerline/config_files/themes/wm/default.json
powerline/lib/__init__.py
powerline/lib/config.py
powerline/lib/debug.py
powerline/lib/dict.py
powerline/lib/encoding.py
powerline/lib/humanize_bytes.py
powerline/lib/inotify.py
powerline/lib/memoize.py
powerline/lib/monotonic.py
powerline/lib/overrides.py
powerline/lib/path.py
powerline/lib/shell.py
powerline/lib/threaded.py
powerline/lib/unicode.py
powerline/lib/url.py
powerline/lib/vcs/__init__.py
powerline/lib/vcs/bzr.py
powerline/lib/vcs/git.py
powerline/lib/vcs/mercurial.py
powerline/lib/watcher/__init__.py
powerline/lib/watcher/inotify.py
powerline/lib/watcher/stat.py
powerline/lib/watcher/tree.py
powerline/lib/watcher/uv.py
powerline/lint/__init__.py
powerline/lint/checks.py
powerline/lint/context.py
powerline/lint/imp.py
powerline/lint/inspect.py
powerline/lint/selfcheck.py
powerline/lint/spec.py
powerline/lint/markedjson/__init__.py
powerline/lint/markedjson/composer.py
powerline/lint/markedjson/constructor.py
powerline/lint/markedjson/error.py
powerline/lint/markedjson/events.py
powerline/lint/markedjson/loader.py
powerline/lint/markedjson/markedvalue.py
powerline/lint/markedjson/nodes.py
powerline/lint/markedjson/parser.py
powerline/lint/markedjson/reader.py
powerline/lint/markedjson/resolver.py
powerline/lint/markedjson/scanner.py
powerline/lint/markedjson/tokens.py
powerline/listers/__init__.py
powerline/listers/pdb.py
powerline/listers/vim.py
powerline/matchers/__init__.py
powerline/matchers/vim/__init__.py
powerline/matchers/vim/plugin/__init__.py
powerline/matchers/vim/plugin/commandt.py
powerline/matchers/vim/plugin/gundo.py
powerline/matchers/vim/plugin/nerdtree.py
powerline/renderers/__init__.py
powerline/renderers/bar.py
powerline/renderers/i3bar.py
powerline/renderers/pango_markup.py
powerline/renderers/pdb.py
powerline/renderers/tmux.py
powerline/renderers/vim.py
powerline/renderers/ipython/__init__.py
powerline/renderers/shell/__init__.py
powerline/renderers/shell/bash.py
powerline/renderers/shell/ksh.py
powerline/renderers/shell/rcsh.py
powerline/renderers/shell/readline.py
powerline/renderers/shell/tcsh.py
powerline/renderers/shell/zsh.py
powerline/segments/__init__.py
powerline/segments/i3wm.py
powerline/segments/ipython.py
powerline/segments/pdb.py
powerline/segments/shell.py
powerline/segments/tmux.py
powerline/segments/common/__init__.py
powerline/segments/common/bat.py
powerline/segments/common/env.py
powerline/segments/common/mail.py
powerline/segments/common/net.py
powerline/segments/common/players.py
powerline/segments/common/sys.py
powerline/segments/common/time.py
powerline/segments/common/vcs.py
powerline/segments/common/wthr.py
powerline/segments/vim/__init__.py
powerline/segments/vim/plugin/__init__.py
powerline/segments/vim/plugin/capslock.py
powerline/segments/vim/plugin/commandt.py
powerline/segments/vim/plugin/nerdtree.py
powerline/segments/vim/plugin/syntastic.py
powerline/segments/vim/plugin/tagbar.py
powerline/selectors/__init__.py
powerline/selectors/vim.py
powerline_status.egg-info/PKG-INFO
powerline_status.egg-info/SOURCES.txt
powerline_status.egg-info/dependency_links.txt
powerline_status.egg-info/not-zip-safe
powerline_status.egg-info/requires.txt
powerline_status.egg-info/top_level.txt
scripts/powerline-config
scripts/powerline-daemon
scripts/powerline-lint
scripts/powerline-render