Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork773
Wes Turner edited this pageNov 28, 2017 ·2 revisions
Welcome to the python-mode wiki!
- doc/pymode.txt--
:help pymode
- plugin/pymode.vim-- python-mode VIM plugin
- syntax/python.vim-- python-mode
python.vim
VIM syntax - syntax/pyrex.vim--
pyrex.vim
VIM syntax (pyrex, Cython) - t/--
*.vim
more python-mode VIM configuration - pymode/--
*.py
-- python-mode Python module - pymode/libs/--
*.py
-- `Python Libraries](#python-libraries)
Vendored Python modules are located mostly inpymode/libs/.
- PyPI:https://pypi.python.org/pypi/rope
- Src:https://github.com/python-rope/rope
- Docs:https://github.com/python-rope/rope/blob/master/docs/overview.rst
- Docs:https://github.com/python-rope/rope/blob/master/docs/library.rst
- PyPI:https://pypi.python.org/pypi/ropevim
- Src:https://github.com/python-rope/ropevim
- Docs:https://github.com/python-rope/ropevim/blob/master/doc/ropevim.txt
- PyPI:https://pypi.python.org/pypi/pylint
- Src:https://bitbucket.org/logilab/pylint
- Homepage:http://www.pylint.org/
- Docs:http://docs.pylint.org/
- Docs:http://docs.pylint.org/message-control.html
- Docs:http://docs.pylint.org/faq.html#message-control
- ErrCodes:http://pylint-messages.wikidot.com/all-codes
- ErrCodes:http://pylint-messages.wikidot.com/all-messages
- PyPI:https://pypi.python.org/pypi/pyflakes
- Src:https://github.com/pyflakes/pyflakes
- ErrCodes:https://flake8.readthedocs.org/en/latest/warnings.html
- PyPI:https://pypi.python.org/pypi/pep8
- Src:http://github.com/jcrocholl/pep8
- PEP 8:http://www.python.org/dev/peps/pep-0008/
- PEP 8:http://legacy.python.org/dev/peps/pep-0008/
- Docs:https://pep8.readthedocs.org/en/latest/
- Docs:https://pep8.readthedocs.org/en/latest/intro.html#configuration
- ErrCodes:https://pep8.readthedocs.org/en/latest/intro.html#error-codes
- PyPI:https://pypi.python.org/pypi/pep257
- Src:http://github.com/GreenSteam/pep257
- Docs:https://pep257.readthedocs.org/en/latest/
- PEP 257:http://www.python.org/dev/peps/pep-0257/
- ErrCodes:https://pep257.readthedocs.org/en/latest/error_codes.html
- PyPI:https://pypi.python.org/pypi/mccabe
- Src:https://github.com/flintwork/mccabe
- Docs:https://en.wikipedia.org/wiki/Cyclomatic_complexity
Vendored Vim modules are located mostly int/
.