|
| 1 | +addon:python-mode |
| 2 | +description:"swissknife for python" |
| 3 | +files: |
| 4 | + -after/ftplugin/pyrex.vim |
| 5 | + -after/ftplugin/python.vim |
| 6 | + -after/indent/pyrex.vim |
| 7 | + -after/indent/python.vim |
| 8 | + -autoload/pymode/breakpoint.vim |
| 9 | + -autoload/pymode/doc.vim |
| 10 | + -autoload/pymode/folding.vim |
| 11 | + -autoload/pymode/indent.vim |
| 12 | + -autoload/pymode/lint.vim |
| 13 | + -autoload/pymode/motion.vim |
| 14 | + -autoload/pymode/rope.vim |
| 15 | + -autoload/pymode/run.vim |
| 16 | + -autoload/pymode/tools/loclist.vim |
| 17 | + -autoload/pymode/tools/signs.vim |
| 18 | + -autoload/pymode/troubleshooting.vim |
| 19 | + -autoload/pymode/virtualenv.vim |
| 20 | + -autoload/pymode.vim |
| 21 | + -ftplugin/pyrex.vim |
| 22 | + -ftplugin/python/pymode.vim |
| 23 | + -plugin/pymode.vim |
| 24 | + -syntax/pyrex.vim |
| 25 | + -syntax/python.vim |
| 26 | + -pymode/__init__.py |
| 27 | + -pymode/async.py |
| 28 | + -pymode/autopep8.py |
| 29 | + -pymode/environment.py |
| 30 | + -pymode/libs/pylama/__init__.py |
| 31 | + -pymode/libs/pylama/config.py |
| 32 | + -pymode/libs/pylama/core.py |
| 33 | + -pymode/libs/pylama/hook.py |
| 34 | + -pymode/libs/pylama/libs/__init__.py |
| 35 | + -pymode/libs/pylama/libs/importlib.py |
| 36 | + -pymode/libs/pylama/libs/inirama.py |
| 37 | + -pymode/libs/pylama/lint/__init__.py |
| 38 | + -pymode/libs/pylama/lint/extensions.py |
| 39 | + -pymode/libs/pylama/lint/pylama_mccabe/__init__.py |
| 40 | + -pymode/libs/pylama/lint/pylama_mccabe/mccabe.py |
| 41 | + -pymode/libs/pylama/lint/pylama_pep257/__init__.py |
| 42 | + -pymode/libs/pylama/lint/pylama_pep257/pep257.py |
| 43 | + -pymode/libs/pylama/lint/pylama_pep8/__init__.py |
| 44 | + -pymode/libs/pylama/lint/pylama_pep8/pep8.py |
| 45 | + -pymode/libs/pylama/lint/pylama_pyflakes/__init__.py |
| 46 | + -pymode/libs/pylama/lint/pylama_pyflakes/pyflakes/__init__.py |
| 47 | + -pymode/libs/pylama/lint/pylama_pyflakes/pyflakes/checker.py |
| 48 | + -pymode/libs/pylama/lint/pylama_pyflakes/pyflakes/messages.py |
| 49 | + -pymode/libs/pylama/lint/pylama_pylint/__init__.py |
| 50 | + -pymode/libs/pylama/lint/pylama_pylint/main.py |
| 51 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/__init__.py |
| 52 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/__pkginfo__.py |
| 53 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/__init__.py |
| 54 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/__pkginfo__.py |
| 55 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/as_string.py |
| 56 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/bases.py |
| 57 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/builder.py |
| 58 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/exceptions.py |
| 59 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/inference.py |
| 60 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/manager.py |
| 61 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/mixins.py |
| 62 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/node_classes.py |
| 63 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/nodes.py |
| 64 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/protocols.py |
| 65 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/raw_building.py |
| 66 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/rebuilder.py |
| 67 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/scoped_nodes.py |
| 68 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/astroid/utils.py |
| 69 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/__init__.py |
| 70 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/base.py |
| 71 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/classes.py |
| 72 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/design_analysis.py |
| 73 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/exceptions.py |
| 74 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/format.py |
| 75 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/imports.py |
| 76 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/logging.py |
| 77 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/misc.py |
| 78 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/newstyle.py |
| 79 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/raw_metrics.py |
| 80 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/similar.py |
| 81 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/stdlib.py |
| 82 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/strings.py |
| 83 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/typecheck.py |
| 84 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/utils.py |
| 85 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/checkers/variables.py |
| 86 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/config.py |
| 87 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/interfaces.py |
| 88 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/lint.py |
| 89 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/__init__.py |
| 90 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/__init__.py |
| 91 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/__pkginfo__.py |
| 92 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/changelog.py |
| 93 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/compat.py |
| 94 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/configuration.py |
| 95 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/decorators.py |
| 96 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/deprecation.py |
| 97 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/graph.py |
| 98 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/interface.py |
| 99 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/modutils.py |
| 100 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/optik_ext.py |
| 101 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/textutils.py |
| 102 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/tree.py |
| 103 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/ureports/__init__.py |
| 104 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/ureports/docbook_writer.py |
| 105 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/ureports/html_writer.py |
| 106 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/ureports/nodes.py |
| 107 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/ureports/text_writer.py |
| 108 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/logilab/common/visitor.py |
| 109 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/reporters/__init__.py |
| 110 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/reporters/guireporter.py |
| 111 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/reporters/html.py |
| 112 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/reporters/text.py |
| 113 | + -pymode/libs/pylama/lint/pylama_pylint/pylint/utils.py |
| 114 | + -pymode/libs/pylama/main.py |
| 115 | + -pymode/libs/pylama/tasks.py |
| 116 | + -pymode/libs/pylama/utils.py |
| 117 | + -pymode/libs2/rope/__init__.py |
| 118 | + -pymode/libs2/rope/base/__init__.py |
| 119 | + -pymode/libs2/rope/base/arguments.py |
| 120 | + -pymode/libs2/rope/base/ast.py |
| 121 | + -pymode/libs2/rope/base/astutils.py |
| 122 | + -pymode/libs2/rope/base/builtins.py |
| 123 | + -pymode/libs2/rope/base/change.py |
| 124 | + -pymode/libs2/rope/base/codeanalyze.py |
| 125 | + -pymode/libs2/rope/base/default_config.py |
| 126 | + -pymode/libs2/rope/base/evaluate.py |
| 127 | + -pymode/libs2/rope/base/exceptions.py |
| 128 | + -pymode/libs2/rope/base/fscommands.py |
| 129 | + -pymode/libs2/rope/base/history.py |
| 130 | + -pymode/libs2/rope/base/libutils.py |
| 131 | + -pymode/libs2/rope/base/oi/__init__.py |
| 132 | + -pymode/libs2/rope/base/oi/doa.py |
| 133 | + -pymode/libs2/rope/base/oi/memorydb.py |
| 134 | + -pymode/libs2/rope/base/oi/objectdb.py |
| 135 | + -pymode/libs2/rope/base/oi/objectinfo.py |
| 136 | + -pymode/libs2/rope/base/oi/runmod.py |
| 137 | + -pymode/libs2/rope/base/oi/soa.py |
| 138 | + -pymode/libs2/rope/base/oi/soi.py |
| 139 | + -pymode/libs2/rope/base/oi/transform.py |
| 140 | + -pymode/libs2/rope/base/prefs.py |
| 141 | + -pymode/libs2/rope/base/project.py |
| 142 | + -pymode/libs2/rope/base/pycore.py |
| 143 | + -pymode/libs2/rope/base/pynames.py |
| 144 | + -pymode/libs2/rope/base/pynamesdef.py |
| 145 | + -pymode/libs2/rope/base/pyobjects.py |
| 146 | + -pymode/libs2/rope/base/pyobjectsdef.py |
| 147 | + -pymode/libs2/rope/base/pyscopes.py |
| 148 | + -pymode/libs2/rope/base/resourceobserver.py |
| 149 | + -pymode/libs2/rope/base/resources.py |
| 150 | + -pymode/libs2/rope/base/simplify.py |
| 151 | + -pymode/libs2/rope/base/stdmods.py |
| 152 | + -pymode/libs2/rope/base/taskhandle.py |
| 153 | + -pymode/libs2/rope/base/utils.py |
| 154 | + -pymode/libs2/rope/base/worder.py |
| 155 | + -pymode/libs2/rope/contrib/__init__.py |
| 156 | + -pymode/libs2/rope/contrib/autoimport.py |
| 157 | + -pymode/libs2/rope/contrib/changestack.py |
| 158 | + -pymode/libs2/rope/contrib/codeassist.py |
| 159 | + -pymode/libs2/rope/contrib/finderrors.py |
| 160 | + -pymode/libs2/rope/contrib/findit.py |
| 161 | + -pymode/libs2/rope/contrib/fixmodnames.py |
| 162 | + -pymode/libs2/rope/contrib/fixsyntax.py |
| 163 | + -pymode/libs2/rope/contrib/generate.py |
| 164 | + -pymode/libs2/rope/refactor/__init__.py |
| 165 | + -pymode/libs2/rope/refactor/change_signature.py |
| 166 | + -pymode/libs2/rope/refactor/encapsulate_field.py |
| 167 | + -pymode/libs2/rope/refactor/extract.py |
| 168 | + -pymode/libs2/rope/refactor/functionutils.py |
| 169 | + -pymode/libs2/rope/refactor/importutils/__init__.py |
| 170 | + -pymode/libs2/rope/refactor/importutils/actions.py |
| 171 | + -pymode/libs2/rope/refactor/importutils/importinfo.py |
| 172 | + -pymode/libs2/rope/refactor/importutils/module_imports.py |
| 173 | + -pymode/libs2/rope/refactor/inline.py |
| 174 | + -pymode/libs2/rope/refactor/introduce_factory.py |
| 175 | + -pymode/libs2/rope/refactor/introduce_parameter.py |
| 176 | + -pymode/libs2/rope/refactor/localtofield.py |
| 177 | + -pymode/libs2/rope/refactor/method_object.py |
| 178 | + -pymode/libs2/rope/refactor/move.py |
| 179 | + -pymode/libs2/rope/refactor/multiproject.py |
| 180 | + -pymode/libs2/rope/refactor/occurrences.py |
| 181 | + -pymode/libs2/rope/refactor/patchedast.py |
| 182 | + -pymode/libs2/rope/refactor/rename.py |
| 183 | + -pymode/libs2/rope/refactor/restructure.py |
| 184 | + -pymode/libs2/rope/refactor/similarfinder.py |
| 185 | + -pymode/libs2/rope/refactor/sourceutils.py |
| 186 | + -pymode/libs2/rope/refactor/suites.py |
| 187 | + -pymode/libs2/rope/refactor/topackage.py |
| 188 | + -pymode/libs2/rope/refactor/usefunction.py |
| 189 | + -pymode/libs2/rope/refactor/wildcards.py |
| 190 | + -pymode/libs3/rope/__init__.py |
| 191 | + -pymode/libs3/rope/base/__init__.py |
| 192 | + -pymode/libs3/rope/base/arguments.py |
| 193 | + -pymode/libs3/rope/base/ast.py |
| 194 | + -pymode/libs3/rope/base/astutils.py |
| 195 | + -pymode/libs3/rope/base/builtins.py |
| 196 | + -pymode/libs3/rope/base/change.py |
| 197 | + -pymode/libs3/rope/base/codeanalyze.py |
| 198 | + -pymode/libs3/rope/base/default_config.py |
| 199 | + -pymode/libs3/rope/base/evaluate.py |
| 200 | + -pymode/libs3/rope/base/exceptions.py |
| 201 | + -pymode/libs3/rope/base/fscommands.py |
| 202 | + -pymode/libs3/rope/base/history.py |
| 203 | + -pymode/libs3/rope/base/libutils.py |
| 204 | + -pymode/libs3/rope/base/oi/__init__.py |
| 205 | + -pymode/libs3/rope/base/oi/doa.py |
| 206 | + -pymode/libs3/rope/base/oi/memorydb.py |
| 207 | + -pymode/libs3/rope/base/oi/objectdb.py |
| 208 | + -pymode/libs3/rope/base/oi/objectinfo.py |
| 209 | + -pymode/libs3/rope/base/oi/runmod.py |
| 210 | + -pymode/libs3/rope/base/oi/soa.py |
| 211 | + -pymode/libs3/rope/base/oi/soi.py |
| 212 | + -pymode/libs3/rope/base/oi/transform.py |
| 213 | + -pymode/libs3/rope/base/prefs.py |
| 214 | + -pymode/libs3/rope/base/project.py |
| 215 | + -pymode/libs3/rope/base/pycore.py |
| 216 | + -pymode/libs3/rope/base/pynames.py |
| 217 | + -pymode/libs3/rope/base/pynamesdef.py |
| 218 | + -pymode/libs3/rope/base/pyobjects.py |
| 219 | + -pymode/libs3/rope/base/pyobjectsdef.py |
| 220 | + -pymode/libs3/rope/base/pyscopes.py |
| 221 | + -pymode/libs3/rope/base/resourceobserver.py |
| 222 | + -pymode/libs3/rope/base/resources.py |
| 223 | + -pymode/libs3/rope/base/simplify.py |
| 224 | + -pymode/libs3/rope/base/stdmods.py |
| 225 | + -pymode/libs3/rope/base/taskhandle.py |
| 226 | + -pymode/libs3/rope/base/utils.py |
| 227 | + -pymode/libs3/rope/base/worder.py |
| 228 | + -pymode/libs3/rope/contrib/__init__.py |
| 229 | + -pymode/libs3/rope/contrib/autoimport.py |
| 230 | + -pymode/libs3/rope/contrib/changestack.py |
| 231 | + -pymode/libs3/rope/contrib/codeassist.py |
| 232 | + -pymode/libs3/rope/contrib/finderrors.py |
| 233 | + -pymode/libs3/rope/contrib/findit.py |
| 234 | + -pymode/libs3/rope/contrib/fixmodnames.py |
| 235 | + -pymode/libs3/rope/contrib/fixsyntax.py |
| 236 | + -pymode/libs3/rope/contrib/generate.py |
| 237 | + -pymode/libs3/rope/refactor/__init__.py |
| 238 | + -pymode/libs3/rope/refactor/change_signature.py |
| 239 | + -pymode/libs3/rope/refactor/encapsulate_field.py |
| 240 | + -pymode/libs3/rope/refactor/extract.py |
| 241 | + -pymode/libs3/rope/refactor/functionutils.py |
| 242 | + -pymode/libs3/rope/refactor/importutils/__init__.py |
| 243 | + -pymode/libs3/rope/refactor/importutils/actions.py |
| 244 | + -pymode/libs3/rope/refactor/importutils/importinfo.py |
| 245 | + -pymode/libs3/rope/refactor/importutils/module_imports.py |
| 246 | + -pymode/libs3/rope/refactor/inline.py |
| 247 | + -pymode/libs3/rope/refactor/introduce_factory.py |
| 248 | + -pymode/libs3/rope/refactor/introduce_parameter.py |
| 249 | + -pymode/libs3/rope/refactor/localtofield.py |
| 250 | + -pymode/libs3/rope/refactor/method_object.py |
| 251 | + -pymode/libs3/rope/refactor/move.py |
| 252 | + -pymode/libs3/rope/refactor/multiproject.py |
| 253 | + -pymode/libs3/rope/refactor/occurrences.py |
| 254 | + -pymode/libs3/rope/refactor/patchedast.py |
| 255 | + -pymode/libs3/rope/refactor/rename.py |
| 256 | + -pymode/libs3/rope/refactor/restructure.py |
| 257 | + -pymode/libs3/rope/refactor/similarfinder.py |
| 258 | + -pymode/libs3/rope/refactor/sourceutils.py |
| 259 | + -pymode/libs3/rope/refactor/suites.py |
| 260 | + -pymode/libs3/rope/refactor/topackage.py |
| 261 | + -pymode/libs3/rope/refactor/usefunction.py |
| 262 | + -pymode/libs3/rope/refactor/wildcards.py |
| 263 | + -pymode/lint.py |
| 264 | + -pymode/rope.py |
| 265 | + -pymode/run.py |
| 266 | + -pymode/utils.py |
| 267 | + -pymode/virtualenv.py |
| 268 | + -pymode/libs/pylama/lint/pylama_pylint/pylint.rc |