%DEPENDS%
python2
python2-json-rpc
python2-future
python2-jedi
python2-pluggy

%OPTDEPENDS%
python2-mccabe: for complexity checking
python2-rope: for completions and renaming
python2-pyflakes: for linter to detect various errors
python2-pycodestyle: for style checking
python2-autopep8: for code formatting
python2-yapf: for code formatting (preferred over autopep8)
python2-pydocstyle: for docstring style checking

