Plugin for SynWrite.
Gives intelligence commands for Python lexer:

1) auto-completion (Ctrl+Space) - place caret after incomplete function/class/variable name
2) go to definition (Ctrl+Alt+click) - place caret on name of func/class/variable
3) show function call-tip (Ctrl+Shift+Space) - place caret after function name between () brackets
4) show function doc-string - shows doc-string for function/class under caret, in the Output panel
5) show usages - menu shows files/line-nums where name is used


Based on Jedi:
  Jedi is a static analysis tool for Python that can be used in IDEs/editors.
  https://github.com/davidhalter/jedi

Author: Alexey T.
License: MIT
