bee_python 0.0.3 → 0.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (488) hide show
  1. data/{build/README → README} +1 -1
  2. data/egg/egg/build.yml +11 -49
  3. data/egg/egg.yml +19 -27
  4. data/egg/http/build.erb +32 -36
  5. data/egg/http/libhttp.py +102 -0
  6. data/egg/http/pylint.cfg +236 -0
  7. data/egg/http/server.py +7 -0
  8. data/egg/http/test.erb +32 -0
  9. data/egg/http.yml +33 -29
  10. data/egg/mysql/mysql.py +8 -9
  11. data/egg/project/build.erb +21 -53
  12. data/egg/project/pylint.cfg +236 -0
  13. data/egg/project/test.py +2 -2
  14. data/egg/project.yml +23 -31
  15. data/egg/script/build.erb +18 -23
  16. data/egg/script/pylint.cfg +236 -0
  17. data/egg/script.yml +22 -18
  18. data/egg/source/source.py +6 -6
  19. data/egg/test/test.py +1 -1
  20. data/lib/bee_task_python.rb +3 -34
  21. data/python.yml +123 -0
  22. metadata +61 -503
  23. data/test/build.yml +0 -16
  24. data/test/tc_bee_task_python.rb +0 -27
  25. data/test/test_build.rb +0 -26
  26. data/test/test_build_listener.rb +0 -110
  27. data/test/ts_bee_python.rb +0 -26
  28. data/tools/common/__init__.py +0 -5
  29. data/tools/common/common/__init__.py +0 -140
  30. data/tools/common/common/__pkginfo__.py +0 -43
  31. data/tools/common/common/adbh.py +0 -35
  32. data/tools/common/common/cache.py +0 -114
  33. data/tools/common/common/changelog.py +0 -234
  34. data/tools/common/common/clcommands.py +0 -181
  35. data/tools/common/common/cli.py +0 -212
  36. data/tools/common/common/compat.py +0 -328
  37. data/tools/common/common/configuration.py +0 -1087
  38. data/tools/common/common/contexts.py +0 -58
  39. data/tools/common/common/corbautils.py +0 -117
  40. data/tools/common/common/daemon.py +0 -171
  41. data/tools/common/common/date.py +0 -279
  42. data/tools/common/common/db.py +0 -49
  43. data/tools/common/common/dbf.py +0 -229
  44. data/tools/common/common/debugger.py +0 -208
  45. data/tools/common/common/decorators.py +0 -190
  46. data/tools/common/common/deprecation.py +0 -118
  47. data/tools/common/common/fileutils.py +0 -409
  48. data/tools/common/common/graph.py +0 -259
  49. data/tools/common/common/html.py +0 -142
  50. data/tools/common/common/interface.py +0 -76
  51. data/tools/common/common/logging_ext.py +0 -166
  52. data/tools/common/common/modutils.py +0 -670
  53. data/tools/common/common/optik_ext.py +0 -383
  54. data/tools/common/common/optparser.py +0 -92
  55. data/tools/common/common/pdf_ext.py +0 -111
  56. data/tools/common/common/proc.py +0 -276
  57. data/tools/common/common/pyro_ext.py +0 -146
  58. data/tools/common/common/pytest.py +0 -754
  59. data/tools/common/common/shellutils.py +0 -383
  60. data/tools/common/common/sphinx_ext.py +0 -87
  61. data/tools/common/common/sphinxutils.py +0 -122
  62. data/tools/common/common/sqlgen.py +0 -31
  63. data/tools/common/common/table.py +0 -930
  64. data/tools/common/common/tasksqueue.py +0 -97
  65. data/tools/common/common/test/__init__.py +0 -1
  66. data/tools/common/common/test/data/ChangeLog +0 -184
  67. data/tools/common/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
  68. data/tools/common/common/test/data/__init__.py +0 -1
  69. data/tools/common/common/test/data/content_differ_dir/NOTHING +0 -0
  70. data/tools/common/common/test/data/content_differ_dir/README +0 -1
  71. data/tools/common/common/test/data/content_differ_dir/subdir/coin +0 -1
  72. data/tools/common/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
  73. data/tools/common/common/test/data/file_differ_dir/NOTHING +0 -0
  74. data/tools/common/common/test/data/file_differ_dir/README +0 -1
  75. data/tools/common/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
  76. data/tools/common/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
  77. data/tools/common/common/test/data/find_test/__init__.py +0 -0
  78. data/tools/common/common/test/data/find_test/foo.txt +0 -0
  79. data/tools/common/common/test/data/find_test/module.py +0 -0
  80. data/tools/common/common/test/data/find_test/module2.py +0 -0
  81. data/tools/common/common/test/data/find_test/newlines.txt +0 -0
  82. data/tools/common/common/test/data/find_test/noendingnewline.py +0 -0
  83. data/tools/common/common/test/data/find_test/nonregr.py +0 -0
  84. data/tools/common/common/test/data/find_test/normal_file.txt +0 -0
  85. data/tools/common/common/test/data/find_test/spam.txt +0 -0
  86. data/tools/common/common/test/data/find_test/sub/doc.txt +0 -0
  87. data/tools/common/common/test/data/find_test/sub/momo.py +0 -0
  88. data/tools/common/common/test/data/find_test/test.ini +0 -0
  89. data/tools/common/common/test/data/find_test/test1.msg +0 -0
  90. data/tools/common/common/test/data/find_test/test2.msg +0 -0
  91. data/tools/common/common/test/data/find_test/write_protected_file.txt +0 -0
  92. data/tools/common/common/test/data/foo.txt +0 -9
  93. data/tools/common/common/test/data/module.py +0 -88
  94. data/tools/common/common/test/data/module2.py +0 -77
  95. data/tools/common/common/test/data/newlines.txt +0 -3
  96. data/tools/common/common/test/data/noendingnewline.py +0 -36
  97. data/tools/common/common/test/data/nonregr.py +0 -14
  98. data/tools/common/common/test/data/normal_file.txt +0 -0
  99. data/tools/common/common/test/data/reference_dir/NOTHING +0 -0
  100. data/tools/common/common/test/data/reference_dir/README +0 -1
  101. data/tools/common/common/test/data/reference_dir/subdir/coin +0 -1
  102. data/tools/common/common/test/data/reference_dir/subdir/toto.txt +0 -53
  103. data/tools/common/common/test/data/same_dir/NOTHING +0 -0
  104. data/tools/common/common/test/data/same_dir/README +0 -1
  105. data/tools/common/common/test/data/same_dir/subdir/coin +0 -1
  106. data/tools/common/common/test/data/same_dir/subdir/toto.txt +0 -53
  107. data/tools/common/common/test/data/spam.txt +0 -9
  108. data/tools/common/common/test/data/sub/doc.txt +0 -1
  109. data/tools/common/common/test/data/sub/momo.py +0 -1
  110. data/tools/common/common/test/data/subdir_differ_dir/NOTHING +0 -0
  111. data/tools/common/common/test/data/subdir_differ_dir/README +0 -1
  112. data/tools/common/common/test/data/subdir_differ_dir/subdir/coin +0 -1
  113. data/tools/common/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
  114. data/tools/common/common/test/data/test.ini +0 -20
  115. data/tools/common/common/test/data/test1.msg +0 -30
  116. data/tools/common/common/test/data/test2.msg +0 -42
  117. data/tools/common/common/test/data/write_protected_file.txt +0 -0
  118. data/tools/common/common/test/foomod.py +0 -17
  119. data/tools/common/common/test/unittest_cache.py +0 -129
  120. data/tools/common/common/test/unittest_changelog.py +0 -37
  121. data/tools/common/common/test/unittest_compat.py +0 -239
  122. data/tools/common/common/test/unittest_configuration.py +0 -348
  123. data/tools/common/common/test/unittest_date.py +0 -154
  124. data/tools/common/common/test/unittest_decorators.py +0 -62
  125. data/tools/common/common/test/unittest_deprecation.py +0 -76
  126. data/tools/common/common/test/unittest_fileutils.py +0 -133
  127. data/tools/common/common/test/unittest_graph.py +0 -50
  128. data/tools/common/common/test/unittest_html.py +0 -76
  129. data/tools/common/common/test/unittest_interface.py +0 -87
  130. data/tools/common/common/test/unittest_modutils.py +0 -244
  131. data/tools/common/common/test/unittest_pytest.py +0 -50
  132. data/tools/common/common/test/unittest_shellutils.py +0 -248
  133. data/tools/common/common/test/unittest_table.py +0 -448
  134. data/tools/common/common/test/unittest_taskqueue.py +0 -71
  135. data/tools/common/common/test/unittest_testlib.py +0 -956
  136. data/tools/common/common/test/unittest_textutils.py +0 -247
  137. data/tools/common/common/test/unittest_tree.py +0 -248
  138. data/tools/common/common/test/unittest_umessage.py +0 -55
  139. data/tools/common/common/test/unittest_ureports_html.py +0 -64
  140. data/tools/common/common/test/unittest_ureports_text.py +0 -105
  141. data/tools/common/common/test/unittest_xmlutils.py +0 -75
  142. data/tools/common/common/test/utils.py +0 -87
  143. data/tools/common/common/testlib.py +0 -1927
  144. data/tools/common/common/textutils.py +0 -476
  145. data/tools/common/common/tree.py +0 -372
  146. data/tools/common/common/umessage.py +0 -161
  147. data/tools/common/common/ureports/__init__.py +0 -174
  148. data/tools/common/common/ureports/docbook_writer.py +0 -139
  149. data/tools/common/common/ureports/html_writer.py +0 -131
  150. data/tools/common/common/ureports/nodes.py +0 -201
  151. data/tools/common/common/ureports/text_writer.py +0 -140
  152. data/tools/common/common/vcgutils.py +0 -216
  153. data/tools/common/common/visitor.py +0 -107
  154. data/tools/common/common/xmlrpcutils.py +0 -136
  155. data/tools/common/common/xmlutils.py +0 -61
  156. data/tools/coverage/coverage.py +0 -602
  157. data/tools/epydoc/__init__.py +0 -227
  158. data/tools/epydoc/__init__.pyc +0 -0
  159. data/tools/epydoc/apidoc.py +0 -2203
  160. data/tools/epydoc/apidoc.pyc +0 -0
  161. data/tools/epydoc/checker.py +0 -349
  162. data/tools/epydoc/checker.pyc +0 -0
  163. data/tools/epydoc/cli.py +0 -1470
  164. data/tools/epydoc/cli.pyc +0 -0
  165. data/tools/epydoc/compat.py +0 -250
  166. data/tools/epydoc/compat.pyc +0 -0
  167. data/tools/epydoc/docbuilder.py +0 -1358
  168. data/tools/epydoc/docbuilder.pyc +0 -0
  169. data/tools/epydoc/docintrospecter.py +0 -1056
  170. data/tools/epydoc/docintrospecter.pyc +0 -0
  171. data/tools/epydoc/docparser.py +0 -2113
  172. data/tools/epydoc/docparser.pyc +0 -0
  173. data/tools/epydoc/docstringparser.py +0 -1111
  174. data/tools/epydoc/docstringparser.pyc +0 -0
  175. data/tools/epydoc/docwriter/__init__.py +0 -12
  176. data/tools/epydoc/docwriter/__init__.pyc +0 -0
  177. data/tools/epydoc/docwriter/dotgraph.py +0 -1351
  178. data/tools/epydoc/docwriter/dotgraph.pyc +0 -0
  179. data/tools/epydoc/docwriter/html.py +0 -3491
  180. data/tools/epydoc/docwriter/html.pyc +0 -0
  181. data/tools/epydoc/docwriter/html_colorize.py +0 -909
  182. data/tools/epydoc/docwriter/html_colorize.pyc +0 -0
  183. data/tools/epydoc/docwriter/html_css.py +0 -550
  184. data/tools/epydoc/docwriter/html_css.pyc +0 -0
  185. data/tools/epydoc/docwriter/html_help.py +0 -190
  186. data/tools/epydoc/docwriter/html_help.pyc +0 -0
  187. data/tools/epydoc/docwriter/latex.py +0 -1187
  188. data/tools/epydoc/docwriter/latex.pyc +0 -0
  189. data/tools/epydoc/docwriter/plaintext.py +0 -276
  190. data/tools/epydoc/docwriter/plaintext.pyc +0 -0
  191. data/tools/epydoc/docwriter/xlink.py +0 -505
  192. data/tools/epydoc/docwriter/xlink.pyc +0 -0
  193. data/tools/epydoc/gui.py +0 -1148
  194. data/tools/epydoc/gui.pyc +0 -0
  195. data/tools/epydoc/log.py +0 -204
  196. data/tools/epydoc/log.pyc +0 -0
  197. data/tools/epydoc/markup/__init__.py +0 -623
  198. data/tools/epydoc/markup/__init__.pyc +0 -0
  199. data/tools/epydoc/markup/doctest.py +0 -311
  200. data/tools/epydoc/markup/doctest.pyc +0 -0
  201. data/tools/epydoc/markup/epytext.py +0 -2116
  202. data/tools/epydoc/markup/epytext.pyc +0 -0
  203. data/tools/epydoc/markup/javadoc.py +0 -250
  204. data/tools/epydoc/markup/javadoc.pyc +0 -0
  205. data/tools/epydoc/markup/plaintext.py +0 -78
  206. data/tools/epydoc/markup/plaintext.pyc +0 -0
  207. data/tools/epydoc/markup/pyval_repr.py +0 -532
  208. data/tools/epydoc/markup/pyval_repr.pyc +0 -0
  209. data/tools/epydoc/markup/restructuredtext.py +0 -906
  210. data/tools/epydoc/markup/restructuredtext.pyc +0 -0
  211. data/tools/epydoc/test/__init__.py +0 -97
  212. data/tools/epydoc/test/__init__.pyc +0 -0
  213. data/tools/epydoc/test/util.py +0 -226
  214. data/tools/epydoc/test/util.pyc +0 -0
  215. data/tools/epydoc/util.py +0 -289
  216. data/tools/epydoc/util.pyc +0 -0
  217. data/tools/logilab/logilab/__init__.py +0 -5
  218. data/tools/logilab/logilab/astng/__init__.py +0 -82
  219. data/tools/logilab/logilab/astng/__pkginfo__.py +0 -76
  220. data/tools/logilab/logilab/astng/_exceptions.py +0 -64
  221. data/tools/logilab/logilab/astng/_nodes_ast.py +0 -667
  222. data/tools/logilab/logilab/astng/_nodes_compiler.py +0 -758
  223. data/tools/logilab/logilab/astng/bases.py +0 -608
  224. data/tools/logilab/logilab/astng/builder.py +0 -239
  225. data/tools/logilab/logilab/astng/inference.py +0 -426
  226. data/tools/logilab/logilab/astng/inspector.py +0 -289
  227. data/tools/logilab/logilab/astng/manager.py +0 -421
  228. data/tools/logilab/logilab/astng/mixins.py +0 -165
  229. data/tools/logilab/logilab/astng/node_classes.py +0 -848
  230. data/tools/logilab/logilab/astng/nodes.py +0 -85
  231. data/tools/logilab/logilab/astng/nodes_as_string.py +0 -389
  232. data/tools/logilab/logilab/astng/patchcomptransformer.py +0 -159
  233. data/tools/logilab/logilab/astng/protocols.py +0 -333
  234. data/tools/logilab/logilab/astng/raw_building.py +0 -212
  235. data/tools/logilab/logilab/astng/rebuilder.py +0 -307
  236. data/tools/logilab/logilab/astng/scoped_nodes.py +0 -951
  237. data/tools/logilab/logilab/astng/test/__init__.py +0 -19
  238. data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
  239. data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip +0 -0
  240. data/tools/logilab/logilab/astng/test/data/SSL1/Connection1.py +0 -33
  241. data/tools/logilab/logilab/astng/test/data/SSL1/__init__.py +0 -20
  242. data/tools/logilab/logilab/astng/test/data/__init__.py +0 -20
  243. data/tools/logilab/logilab/astng/test/data/all.py +0 -29
  244. data/tools/logilab/logilab/astng/test/data/appl/__init__.py +0 -23
  245. data/tools/logilab/logilab/astng/test/data/appl/myConnection.py +0 -30
  246. data/tools/logilab/logilab/astng/test/data/format.py +0 -34
  247. data/tools/logilab/logilab/astng/test/data/module.py +0 -90
  248. data/tools/logilab/logilab/astng/test/data/module2.py +0 -112
  249. data/tools/logilab/logilab/astng/test/data/noendingnewline.py +0 -57
  250. data/tools/logilab/logilab/astng/test/data/nonregr.py +0 -76
  251. data/tools/logilab/logilab/astng/test/data/notall.py +0 -28
  252. data/tools/logilab/logilab/astng/test/data2/__init__.py +0 -20
  253. data/tools/logilab/logilab/astng/test/data2/clientmodule_test.py +0 -51
  254. data/tools/logilab/logilab/astng/test/data2/suppliermodule_test.py +0 -32
  255. data/tools/logilab/logilab/astng/test/regrtest.py +0 -135
  256. data/tools/logilab/logilab/astng/test/regrtest_data/absimport.py +0 -22
  257. data/tools/logilab/logilab/astng/test/regrtest_data/descriptor_crash.py +0 -31
  258. data/tools/logilab/logilab/astng/test/regrtest_data/import_package_subpackage_module.py +0 -68
  259. data/tools/logilab/logilab/astng/test/regrtest_data/package/__init__.py +0 -24
  260. data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/__init__.py +0 -20
  261. data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/module.py +0 -20
  262. data/tools/logilab/logilab/astng/test/unittest_builder.py +0 -684
  263. data/tools/logilab/logilab/astng/test/unittest_inference.py +0 -1112
  264. data/tools/logilab/logilab/astng/test/unittest_inspector.py +0 -105
  265. data/tools/logilab/logilab/astng/test/unittest_lookup.py +0 -302
  266. data/tools/logilab/logilab/astng/test/unittest_manager.py +0 -98
  267. data/tools/logilab/logilab/astng/test/unittest_nodes.py +0 -302
  268. data/tools/logilab/logilab/astng/test/unittest_scoped_nodes.py +0 -501
  269. data/tools/logilab/logilab/astng/test/unittest_utils.py +0 -104
  270. data/tools/logilab/logilab/astng/utils.py +0 -342
  271. data/tools/logilab/logilab/common/__init__.py +0 -140
  272. data/tools/logilab/logilab/common/__pkginfo__.py +0 -43
  273. data/tools/logilab/logilab/common/adbh.py +0 -35
  274. data/tools/logilab/logilab/common/cache.py +0 -114
  275. data/tools/logilab/logilab/common/changelog.py +0 -234
  276. data/tools/logilab/logilab/common/clcommands.py +0 -181
  277. data/tools/logilab/logilab/common/cli.py +0 -212
  278. data/tools/logilab/logilab/common/compat.py +0 -328
  279. data/tools/logilab/logilab/common/configuration.py +0 -1087
  280. data/tools/logilab/logilab/common/contexts.py +0 -58
  281. data/tools/logilab/logilab/common/corbautils.py +0 -117
  282. data/tools/logilab/logilab/common/daemon.py +0 -171
  283. data/tools/logilab/logilab/common/date.py +0 -279
  284. data/tools/logilab/logilab/common/db.py +0 -49
  285. data/tools/logilab/logilab/common/dbf.py +0 -229
  286. data/tools/logilab/logilab/common/debugger.py +0 -208
  287. data/tools/logilab/logilab/common/decorators.py +0 -190
  288. data/tools/logilab/logilab/common/deprecation.py +0 -118
  289. data/tools/logilab/logilab/common/fileutils.py +0 -409
  290. data/tools/logilab/logilab/common/graph.py +0 -259
  291. data/tools/logilab/logilab/common/html.py +0 -142
  292. data/tools/logilab/logilab/common/interface.py +0 -76
  293. data/tools/logilab/logilab/common/logging_ext.py +0 -166
  294. data/tools/logilab/logilab/common/modutils.py +0 -670
  295. data/tools/logilab/logilab/common/optik_ext.py +0 -383
  296. data/tools/logilab/logilab/common/optparser.py +0 -92
  297. data/tools/logilab/logilab/common/pdf_ext.py +0 -111
  298. data/tools/logilab/logilab/common/proc.py +0 -276
  299. data/tools/logilab/logilab/common/pyro_ext.py +0 -146
  300. data/tools/logilab/logilab/common/pytest.py +0 -754
  301. data/tools/logilab/logilab/common/shellutils.py +0 -383
  302. data/tools/logilab/logilab/common/sphinx_ext.py +0 -87
  303. data/tools/logilab/logilab/common/sphinxutils.py +0 -122
  304. data/tools/logilab/logilab/common/sqlgen.py +0 -31
  305. data/tools/logilab/logilab/common/table.py +0 -930
  306. data/tools/logilab/logilab/common/tasksqueue.py +0 -97
  307. data/tools/logilab/logilab/common/test/__init__.py +0 -1
  308. data/tools/logilab/logilab/common/test/data/ChangeLog +0 -184
  309. data/tools/logilab/logilab/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
  310. data/tools/logilab/logilab/common/test/data/__init__.py +0 -1
  311. data/tools/logilab/logilab/common/test/data/content_differ_dir/NOTHING +0 -0
  312. data/tools/logilab/logilab/common/test/data/content_differ_dir/README +0 -1
  313. data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/coin +0 -1
  314. data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
  315. data/tools/logilab/logilab/common/test/data/file_differ_dir/NOTHING +0 -0
  316. data/tools/logilab/logilab/common/test/data/file_differ_dir/README +0 -1
  317. data/tools/logilab/logilab/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
  318. data/tools/logilab/logilab/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
  319. data/tools/logilab/logilab/common/test/data/find_test/__init__.py +0 -0
  320. data/tools/logilab/logilab/common/test/data/find_test/foo.txt +0 -0
  321. data/tools/logilab/logilab/common/test/data/find_test/module.py +0 -0
  322. data/tools/logilab/logilab/common/test/data/find_test/module2.py +0 -0
  323. data/tools/logilab/logilab/common/test/data/find_test/newlines.txt +0 -0
  324. data/tools/logilab/logilab/common/test/data/find_test/noendingnewline.py +0 -0
  325. data/tools/logilab/logilab/common/test/data/find_test/nonregr.py +0 -0
  326. data/tools/logilab/logilab/common/test/data/find_test/normal_file.txt +0 -0
  327. data/tools/logilab/logilab/common/test/data/find_test/spam.txt +0 -0
  328. data/tools/logilab/logilab/common/test/data/find_test/sub/doc.txt +0 -0
  329. data/tools/logilab/logilab/common/test/data/find_test/sub/momo.py +0 -0
  330. data/tools/logilab/logilab/common/test/data/find_test/test.ini +0 -0
  331. data/tools/logilab/logilab/common/test/data/find_test/test1.msg +0 -0
  332. data/tools/logilab/logilab/common/test/data/find_test/test2.msg +0 -0
  333. data/tools/logilab/logilab/common/test/data/find_test/write_protected_file.txt +0 -0
  334. data/tools/logilab/logilab/common/test/data/foo.txt +0 -9
  335. data/tools/logilab/logilab/common/test/data/module.py +0 -88
  336. data/tools/logilab/logilab/common/test/data/module2.py +0 -77
  337. data/tools/logilab/logilab/common/test/data/newlines.txt +0 -3
  338. data/tools/logilab/logilab/common/test/data/noendingnewline.py +0 -36
  339. data/tools/logilab/logilab/common/test/data/nonregr.py +0 -14
  340. data/tools/logilab/logilab/common/test/data/normal_file.txt +0 -0
  341. data/tools/logilab/logilab/common/test/data/reference_dir/NOTHING +0 -0
  342. data/tools/logilab/logilab/common/test/data/reference_dir/README +0 -1
  343. data/tools/logilab/logilab/common/test/data/reference_dir/subdir/coin +0 -1
  344. data/tools/logilab/logilab/common/test/data/reference_dir/subdir/toto.txt +0 -53
  345. data/tools/logilab/logilab/common/test/data/same_dir/NOTHING +0 -0
  346. data/tools/logilab/logilab/common/test/data/same_dir/README +0 -1
  347. data/tools/logilab/logilab/common/test/data/same_dir/subdir/coin +0 -1
  348. data/tools/logilab/logilab/common/test/data/same_dir/subdir/toto.txt +0 -53
  349. data/tools/logilab/logilab/common/test/data/spam.txt +0 -9
  350. data/tools/logilab/logilab/common/test/data/sub/doc.txt +0 -1
  351. data/tools/logilab/logilab/common/test/data/sub/momo.py +0 -1
  352. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/NOTHING +0 -0
  353. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/README +0 -1
  354. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/coin +0 -1
  355. data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
  356. data/tools/logilab/logilab/common/test/data/test.ini +0 -20
  357. data/tools/logilab/logilab/common/test/data/test1.msg +0 -30
  358. data/tools/logilab/logilab/common/test/data/test2.msg +0 -42
  359. data/tools/logilab/logilab/common/test/data/write_protected_file.txt +0 -0
  360. data/tools/logilab/logilab/common/test/foomod.py +0 -17
  361. data/tools/logilab/logilab/common/test/unittest_cache.py +0 -129
  362. data/tools/logilab/logilab/common/test/unittest_changelog.py +0 -37
  363. data/tools/logilab/logilab/common/test/unittest_compat.py +0 -239
  364. data/tools/logilab/logilab/common/test/unittest_configuration.py +0 -348
  365. data/tools/logilab/logilab/common/test/unittest_date.py +0 -154
  366. data/tools/logilab/logilab/common/test/unittest_decorators.py +0 -62
  367. data/tools/logilab/logilab/common/test/unittest_deprecation.py +0 -76
  368. data/tools/logilab/logilab/common/test/unittest_fileutils.py +0 -133
  369. data/tools/logilab/logilab/common/test/unittest_graph.py +0 -50
  370. data/tools/logilab/logilab/common/test/unittest_html.py +0 -76
  371. data/tools/logilab/logilab/common/test/unittest_interface.py +0 -87
  372. data/tools/logilab/logilab/common/test/unittest_modutils.py +0 -244
  373. data/tools/logilab/logilab/common/test/unittest_pytest.py +0 -50
  374. data/tools/logilab/logilab/common/test/unittest_shellutils.py +0 -248
  375. data/tools/logilab/logilab/common/test/unittest_table.py +0 -448
  376. data/tools/logilab/logilab/common/test/unittest_taskqueue.py +0 -71
  377. data/tools/logilab/logilab/common/test/unittest_testlib.py +0 -956
  378. data/tools/logilab/logilab/common/test/unittest_textutils.py +0 -247
  379. data/tools/logilab/logilab/common/test/unittest_tree.py +0 -248
  380. data/tools/logilab/logilab/common/test/unittest_umessage.py +0 -55
  381. data/tools/logilab/logilab/common/test/unittest_ureports_html.py +0 -64
  382. data/tools/logilab/logilab/common/test/unittest_ureports_text.py +0 -105
  383. data/tools/logilab/logilab/common/test/unittest_xmlutils.py +0 -75
  384. data/tools/logilab/logilab/common/test/utils.py +0 -87
  385. data/tools/logilab/logilab/common/testlib.py +0 -1927
  386. data/tools/logilab/logilab/common/textutils.py +0 -476
  387. data/tools/logilab/logilab/common/tree.py +0 -372
  388. data/tools/logilab/logilab/common/umessage.py +0 -161
  389. data/tools/logilab/logilab/common/ureports/__init__.py +0 -174
  390. data/tools/logilab/logilab/common/ureports/docbook_writer.py +0 -139
  391. data/tools/logilab/logilab/common/ureports/html_writer.py +0 -131
  392. data/tools/logilab/logilab/common/ureports/nodes.py +0 -201
  393. data/tools/logilab/logilab/common/ureports/text_writer.py +0 -140
  394. data/tools/logilab/logilab/common/vcgutils.py +0 -216
  395. data/tools/logilab/logilab/common/visitor.py +0 -107
  396. data/tools/logilab/logilab/common/xmlrpcutils.py +0 -136
  397. data/tools/logilab/logilab/common/xmlutils.py +0 -61
  398. data/tools/pychecker/COPYRIGHT +0 -31
  399. data/tools/pychecker/ChangeLog +0 -349
  400. data/tools/pychecker/CodeChecks.py +0 -1969
  401. data/tools/pychecker/CodeChecks.pyc +0 -0
  402. data/tools/pychecker/CodeChecks.pyo +0 -0
  403. data/tools/pychecker/Config.py +0 -475
  404. data/tools/pychecker/Config.pyc +0 -0
  405. data/tools/pychecker/Config.pyo +0 -0
  406. data/tools/pychecker/KNOWN_BUGS +0 -100
  407. data/tools/pychecker/MAINTAINERS +0 -81
  408. data/tools/pychecker/NEWS +0 -406
  409. data/tools/pychecker/OP.py +0 -131
  410. data/tools/pychecker/OP.pyc +0 -0
  411. data/tools/pychecker/OP.pyo +0 -0
  412. data/tools/pychecker/OptionTypes.py +0 -117
  413. data/tools/pychecker/OptionTypes.pyc +0 -0
  414. data/tools/pychecker/OptionTypes.pyo +0 -0
  415. data/tools/pychecker/README +0 -152
  416. data/tools/pychecker/Stack.py +0 -115
  417. data/tools/pychecker/Stack.pyc +0 -0
  418. data/tools/pychecker/Stack.pyo +0 -0
  419. data/tools/pychecker/TODO +0 -101
  420. data/tools/pychecker/VERSION +0 -1
  421. data/tools/pychecker/Warning.py +0 -50
  422. data/tools/pychecker/Warning.pyc +0 -0
  423. data/tools/pychecker/Warning.pyo +0 -0
  424. data/tools/pychecker/__init__.py +0 -17
  425. data/tools/pychecker/__init__.pyc +0 -0
  426. data/tools/pychecker/__init__.pyo +0 -0
  427. data/tools/pychecker/checker.py +0 -961
  428. data/tools/pychecker/checker.pyc +0 -0
  429. data/tools/pychecker/checker.pyo +0 -0
  430. data/tools/pychecker/function.py +0 -159
  431. data/tools/pychecker/function.pyc +0 -0
  432. data/tools/pychecker/function.pyo +0 -0
  433. data/tools/pychecker/msgs.py +0 -175
  434. data/tools/pychecker/msgs.pyc +0 -0
  435. data/tools/pychecker/msgs.pyo +0 -0
  436. data/tools/pychecker/options.py +0 -275
  437. data/tools/pychecker/options.pyc +0 -0
  438. data/tools/pychecker/options.pyo +0 -0
  439. data/tools/pychecker/pcmodules.py +0 -19
  440. data/tools/pychecker/pcmodules.pyc +0 -0
  441. data/tools/pychecker/pcmodules.pyo +0 -0
  442. data/tools/pychecker/printer.py +0 -47
  443. data/tools/pychecker/printer.pyc +0 -0
  444. data/tools/pychecker/printer.pyo +0 -0
  445. data/tools/pychecker/python.py +0 -427
  446. data/tools/pychecker/python.pyc +0 -0
  447. data/tools/pychecker/python.pyo +0 -0
  448. data/tools/pychecker/utils.py +0 -102
  449. data/tools/pychecker/utils.pyc +0 -0
  450. data/tools/pychecker/utils.pyo +0 -0
  451. data/tools/pychecker/warn.py +0 -778
  452. data/tools/pychecker/warn.pyc +0 -0
  453. data/tools/pychecker/warn.pyo +0 -0
  454. data/tools/pylint2/pylint/__init__.py +0 -16
  455. data/tools/pylint2/pylint/__pkginfo__.py +0 -67
  456. data/tools/pylint2/pylint/checkers/__init__.py +0 -155
  457. data/tools/pylint2/pylint/checkers/base.py +0 -749
  458. data/tools/pylint2/pylint/checkers/classes.py +0 -527
  459. data/tools/pylint2/pylint/checkers/design_analysis.py +0 -344
  460. data/tools/pylint2/pylint/checkers/exceptions.py +0 -183
  461. data/tools/pylint2/pylint/checkers/format.py +0 -367
  462. data/tools/pylint2/pylint/checkers/imports.py +0 -379
  463. data/tools/pylint2/pylint/checkers/logging.py +0 -98
  464. data/tools/pylint2/pylint/checkers/misc.py +0 -128
  465. data/tools/pylint2/pylint/checkers/newstyle.py +0 -107
  466. data/tools/pylint2/pylint/checkers/raw_metrics.py +0 -125
  467. data/tools/pylint2/pylint/checkers/similar.py +0 -333
  468. data/tools/pylint2/pylint/checkers/string_format.py +0 -239
  469. data/tools/pylint2/pylint/checkers/typecheck.py +0 -364
  470. data/tools/pylint2/pylint/checkers/utils.py +0 -208
  471. data/tools/pylint2/pylint/checkers/variables.py +0 -498
  472. data/tools/pylint2/pylint/config.py +0 -149
  473. data/tools/pylint2/pylint/epylint.py +0 -149
  474. data/tools/pylint2/pylint/gui.py +0 -433
  475. data/tools/pylint2/pylint/interfaces.py +0 -98
  476. data/tools/pylint2/pylint/lint.py +0 -914
  477. data/tools/pylint2/pylint/pyreverse/__init__.py +0 -5
  478. data/tools/pylint2/pylint/pyreverse/diadefslib.py +0 -229
  479. data/tools/pylint2/pylint/pyreverse/diagrams.py +0 -247
  480. data/tools/pylint2/pylint/pyreverse/main.py +0 -123
  481. data/tools/pylint2/pylint/pyreverse/utils.py +0 -131
  482. data/tools/pylint2/pylint/pyreverse/writer.py +0 -196
  483. data/tools/pylint2/pylint/reporters/__init__.py +0 -67
  484. data/tools/pylint2/pylint/reporters/guireporter.py +0 -36
  485. data/tools/pylint2/pylint/reporters/html.py +0 -69
  486. data/tools/pylint2/pylint/reporters/text.py +0 -156
  487. data/tools/pylint2/pylint/utils.py +0 -518
  488. data/tools/pylint2/pylint.py +0 -16
@@ -1,149 +0,0 @@
1
- #!/usr/bin/env python
2
- # -*- coding: utf-8; mode: python; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=python:et:sw=4:ts=4:sts=4
3
- """Emacs and Flymake compatible Pylint.
4
-
5
- This script is for integration with emacs and is compatible with flymake mode.
6
-
7
- This version of epylint traverses out of packages before invoking pylint. This avoids the reporting
8
- of errors that occur when a module within package uses a full package import path to get hold of
9
- another module within this package.
10
-
11
- For example:
12
- - Suppose a package is structured as
13
-
14
- a/__init__.py
15
- a/b/x.py
16
- a/c/y.py
17
-
18
- - Then if y.py imports x as "from a.b import x" the following produces pylint errors
19
-
20
- cd a/c; pylint y.py
21
-
22
- - The following obviously doesn't
23
-
24
- pylint a/c/y.py
25
-
26
- - As this script will be invoked by emacs within the directory of the file we are checking
27
- we need to traverse down out of it to avoid these false positives.
28
-
29
-
30
- You may also use py_run to run pylint with desired options and get back (or not) its output.
31
- """
32
-
33
- import sys, os, re
34
- from subprocess import Popen, PIPE
35
-
36
-
37
- def lint(filename):
38
- """Pylint the given file.
39
-
40
- When run from emacs we will be in the directory of a file, and passed its filename.
41
- If this file is part of a package and is trying to import other modules from within
42
- its own package or another package rooted in a directory below it, pylint will classify
43
- it as a failed import.
44
-
45
- To get around this, we traverse down the directory tree to find the root of the package this
46
- module is in. We then invoke pylint from this directory.
47
-
48
- Finally, we must correct the filenames in the output generated by pylint so Emacs doesn't
49
- become confused (it will expect just the original filename, while pylint may extend it with
50
- extra directories if we've traversed down the tree)
51
- """
52
- # traverse downwards until we are out of a python package
53
- fullPath = os.path.abspath(filename)
54
- parentPath, childPath = os.path.dirname(fullPath), os.path.basename(fullPath)
55
-
56
- while parentPath != "/" and os.path.exists(os.path.join(parentPath, '__init__.py')):
57
- childPath = os.path.join(os.path.basename(parentPath), childPath)
58
- parentPath = os.path.dirname(parentPath)
59
-
60
- # Start pylint
61
- process = Popen("pylint -f parseable -r n --disable=C,R,I '%s'" %
62
- childPath, shell=True, stdout=PIPE, stderr=PIPE,
63
- cwd=parentPath)
64
- p = process.stdout
65
-
66
- # The parseable line format is '%(path)s:%(line)s: [%(sigle)s%(obj)s] %(msg)s'
67
- # NOTE: This would be cleaner if we added an Emacs reporter to pylint.reporters.text ..
68
- regex = re.compile(r"\[(?P<type>[WE])(?P<remainder>.*?)\]")
69
-
70
- def _replacement(mObj):
71
- "Alter to include 'Error' or 'Warning'"
72
- if mObj.group("type") == "W":
73
- replacement = "Warning"
74
- else:
75
- replacement = "Error"
76
- # replace as "Warning (W0511, funcName): Warning Text"
77
- return "%s (%s%s):" % (replacement, mObj.group("type"), mObj.group("remainder"))
78
-
79
- for line in p:
80
- # remove pylintrc warning
81
- if line.startswith("No config file found"):
82
- continue
83
- line = regex.sub(_replacement, line, 1)
84
- # modify the file name thats output to reverse the path traversal we made
85
- parts = line.split(":")
86
- if parts and parts[0] == childPath:
87
- line = ":".join([filename] + parts[1:])
88
- print line,
89
-
90
- p.close()
91
-
92
- def Run():
93
- lint(sys.argv[1])
94
-
95
-
96
- def py_run(command_options='', return_std=False, stdout=None, stderr=None,
97
- script='pylint'):
98
- """Run pylint from python (needs Python >= 2.4).
99
-
100
- ``command_options`` is a string containing ``pylint`` command line options;
101
- ``return_std`` (boolean) indicates return of created standart output
102
- and error (see below);
103
- ``stdout`` and ``stderr`` are 'file-like' objects in which standart output
104
- could be written.
105
-
106
- Calling agent is responsible for stdout/err management (creation, close).
107
- Default standart output and error are those from sys,
108
- or standalone ones (``subprocess.PIPE``) are used
109
- if they are not set and ``return_std``.
110
-
111
- If ``return_std`` is set to ``True``, this function returns a 2-uple
112
- containing standart output and error related to created process,
113
- as follows: ``(stdout, stderr)``.
114
-
115
- A trivial usage could be as follows:
116
- >>> py_run( '--version')
117
- No config file found, using default configuration
118
- pylint 0.18.1,
119
- ...
120
-
121
- To silently run Pylint on a module, and get its standart output and error:
122
- >>> (pylint_stdout, pylint_stderr) = py_run( 'module_name.py', True)
123
- """
124
- # Create command line to call pylint
125
- if os.name == 'nt':
126
- script += '.bat'
127
- command_line = script + ' ' + command_options
128
- # Providing standart output and/or error if not set
129
- if stdout is None:
130
- if return_std:
131
- stdout = PIPE
132
- else:
133
- stdout = sys.stdout
134
- if stderr is None:
135
- if return_std:
136
- stderr = PIPE
137
- else:
138
- stderr = sys.stderr
139
- # Call pylint in a subprocess
140
- p = Popen(command_line, shell=True, stdout=stdout, stderr=stderr)
141
- p.wait()
142
- # Return standart output and error
143
- if return_std:
144
- return (p.stdout, p.stderr)
145
-
146
-
147
- if __name__ == '__main__':
148
- lint(sys.argv[1])
149
-
@@ -1,433 +0,0 @@
1
- """Tkinker gui for pylint"""
2
-
3
- import os
4
- import sys
5
- import re
6
- import Queue
7
- from threading import Thread
8
- from Tkinter import Tk, Frame, Listbox, Entry, Label, Button, Scrollbar, Checkbutton, Radiobutton, IntVar, StringVar
9
- from Tkinter import TOP, LEFT, RIGHT, BOTTOM, END, X, Y, BOTH, SUNKEN, W, HORIZONTAL, DISABLED, NORMAL, W, E
10
- from tkFileDialog import askopenfilename, askdirectory
11
-
12
- import pylint.lint
13
- from pylint.reporters.guireporter import GUIReporter
14
-
15
- HOME = os.path.expanduser('~/')
16
- HISTORY = '.pylint-gui-history'
17
- COLORS = {'(I)':'lightblue',
18
- '(C)':'blue', '(R)':'darkblue',
19
- '(W)':'black', '(E)':'darkred',
20
- '(F)':'red'}
21
-
22
- class BasicStream:
23
- '''
24
- used in gui reporter instead of writing to stdout, it is written to
25
- this stream and saved in contents
26
- '''
27
- def __init__(self, gui):
28
- """init"""
29
- self.curline = ""
30
- self.gui = gui
31
- self.contents = []
32
- self.outdict = {}
33
- self.currout = None
34
- self.nextTitle = None
35
-
36
- def write(self, text):
37
- """write text to the stream"""
38
- if re.match('^--+$', text.strip()) or re.match('^==+$', text.strip()):
39
- if self.currout:
40
- self.outdict[self.currout].remove(self.nextTitle)
41
- self.outdict[self.currout].pop()
42
- self.currout = self.nextTitle
43
- self.outdict[self.currout] = ['']
44
-
45
- if text.strip():
46
- self.nextTitle = text.strip()
47
-
48
- if text.startswith('\n'):
49
- self.contents.append('')
50
- if self.currout: self.outdict[self.currout].append('')
51
- self.contents[-1] += text.strip('\n')
52
- if self.currout: self.outdict[self.currout][-1] += text.strip('\n')
53
- if text.endswith('\n') and text.strip():
54
- self.contents.append('')
55
- if self.currout: self.outdict[self.currout].append('')
56
-
57
- def fix_contents(self):
58
- """finalize what the contents of the dict should look like before output"""
59
- for item in self.outdict:
60
- numEmpty = self.outdict[item].count('')
61
- for i in range(numEmpty):
62
- self.outdict[item].remove('')
63
- if self.outdict[item]:
64
- self.outdict[item].pop(0)
65
-
66
- def output_contents(self):
67
- """output contents of dict to the gui, and set the rating"""
68
- self.fix_contents()
69
- self.gui.tabs = self.outdict
70
- try:
71
- self.gui.rating.set(self.outdict['Global evaluation'][0])
72
- except:
73
- self.gui.rating.set('Error')
74
- self.gui.refresh_results_window()
75
-
76
- #reset stream variables for next run
77
- self.contents = []
78
- self.outdict = {}
79
- self.currout = None
80
- self.nextTitle = None
81
-
82
-
83
- class LintGui:
84
- """Build and control a window to interact with pylint"""
85
-
86
- def __init__(self, root=None):
87
- """init"""
88
- self.root = root or Tk()
89
- self.root.title('Pylint')
90
- #reporter
91
- self.reporter = None
92
- #message queue for output from reporter
93
- self.msg_queue = Queue.Queue()
94
- self.msgs = []
95
- self.filenames = []
96
- self.rating = StringVar()
97
- self.tabs = {}
98
- self.report_stream = BasicStream(self)
99
- #gui objects
100
- self.lbMessages = None
101
- self.showhistory = None
102
- self.results = None
103
- self.btnRun = None
104
- self.information_box = None
105
- self.convention_box = None
106
- self.refactor_box = None
107
- self.warning_box = None
108
- self.error_box = None
109
- self.fatal_box = None
110
- self.txtModule = None
111
- self.status = None
112
- self.msg_type_dict = None
113
- self.init_gui()
114
-
115
- def init_gui(self):
116
- """init helper"""
117
- #setting up frames
118
- top_frame = Frame(self.root)
119
- mid_frame = Frame(self.root)
120
- radio_frame = Frame(self.root)
121
- res_frame = Frame(self.root)
122
- msg_frame = Frame(self.root)
123
- check_frame = Frame(self.root)
124
- history_frame = Frame(self.root)
125
- btn_frame = Frame(self.root)
126
- rating_frame = Frame(self.root)
127
- top_frame.pack(side=TOP, fill=X)
128
- mid_frame.pack(side=TOP, fill=X)
129
- history_frame.pack(side=TOP, fill=BOTH, expand=True)
130
- radio_frame.pack(side=TOP, fill=BOTH, expand=True)
131
- rating_frame.pack(side=TOP, fill=BOTH, expand=True)
132
- res_frame.pack(side=TOP, fill=BOTH, expand=True)
133
- check_frame.pack(side=TOP, fill=BOTH, expand=True)
134
- msg_frame.pack(side=TOP, fill=BOTH, expand=True)
135
- btn_frame.pack(side=TOP, fill=X)
136
-
137
- #Message ListBox
138
- rightscrollbar = Scrollbar(msg_frame)
139
- rightscrollbar.pack(side=RIGHT, fill=Y)
140
- bottomscrollbar = Scrollbar(msg_frame, orient=HORIZONTAL)
141
- bottomscrollbar.pack(side=BOTTOM, fill=X)
142
- self.lbMessages = Listbox(msg_frame,
143
- yscrollcommand=rightscrollbar.set,
144
- xscrollcommand=bottomscrollbar.set,
145
- bg="white")
146
- self.lbMessages.pack(expand=True, fill=BOTH)
147
- rightscrollbar.config(command=self.lbMessages.yview)
148
- bottomscrollbar.config(command=self.lbMessages.xview)
149
-
150
- #History ListBoxes
151
- rightscrollbar2 = Scrollbar(history_frame)
152
- rightscrollbar2.pack(side=RIGHT, fill=Y)
153
- bottomscrollbar2 = Scrollbar(history_frame, orient=HORIZONTAL)
154
- bottomscrollbar2.pack(side=BOTTOM, fill=X)
155
- self.showhistory = Listbox(history_frame,
156
- yscrollcommand=rightscrollbar2.set,
157
- xscrollcommand=bottomscrollbar2.set,
158
- bg="white")
159
- self.showhistory.pack(expand=True, fill=BOTH)
160
- rightscrollbar2.config(command=self.showhistory.yview)
161
- bottomscrollbar2.config(command=self.showhistory.xview)
162
- self.showhistory.bind('<Double-Button-1>', self.select_recent_file)
163
- self.set_history_window()
164
-
165
- #status bar
166
- self.status = Label(self.root, text="", bd=1, relief=SUNKEN, anchor=W)
167
- self.status.pack(side=BOTTOM, fill=X)
168
-
169
- #labels
170
- self.lblRatingLabel = Label(rating_frame, text='Rating:')
171
- self.lblRatingLabel.pack(side=LEFT)
172
- self.lblRating = Label(rating_frame, textvariable=self.rating)
173
- self.lblRating.pack(side=LEFT)
174
- Label(mid_frame, text='Recently Used:').pack(side=LEFT)
175
- Label(top_frame, text='Module or package').pack(side=LEFT)
176
-
177
- #file textbox
178
- self.txtModule = Entry(top_frame, background='white')
179
- self.txtModule.bind('<Return>', self.run_lint)
180
- self.txtModule.pack(side=LEFT, expand=True, fill=X)
181
-
182
- #results box
183
- rightscrollbar = Scrollbar(res_frame)
184
- rightscrollbar.pack(side=RIGHT, fill=Y)
185
- bottomscrollbar = Scrollbar(res_frame, orient=HORIZONTAL)
186
- bottomscrollbar.pack(side=BOTTOM, fill=X)
187
- self.results = Listbox(res_frame,
188
- yscrollcommand=rightscrollbar.set,
189
- xscrollcommand=bottomscrollbar.set,
190
- bg="white", font="Courier")
191
- self.results.pack(expand=True, fill=BOTH, side=BOTTOM)
192
- rightscrollbar.config(command=self.results.yview)
193
- bottomscrollbar.config(command=self.results.xview)
194
-
195
- #buttons
196
- Button(top_frame, text='Open', command=self.file_open).pack(side=LEFT)
197
- Button(top_frame, text='Open Package', command=(lambda : self.file_open(package=True))).pack(side=LEFT)
198
-
199
- self.btnRun = Button(top_frame, text='Run', command=self.run_lint)
200
- self.btnRun.pack(side=LEFT)
201
- Button(btn_frame, text='Quit', command=self.quit).pack(side=BOTTOM)
202
-
203
- #radio buttons
204
- self.information_box = IntVar()
205
- self.convention_box = IntVar()
206
- self.refactor_box = IntVar()
207
- self.warning_box = IntVar()
208
- self.error_box = IntVar()
209
- self.fatal_box = IntVar()
210
- i = Checkbutton(check_frame, text="Information", fg=COLORS['(I)'], variable=self.information_box, command=self.refresh_msg_window)
211
- c = Checkbutton(check_frame, text="Convention", fg=COLORS['(C)'], variable=self.convention_box, command=self.refresh_msg_window)
212
- r = Checkbutton(check_frame, text="Refactor", fg=COLORS['(R)'], variable=self.refactor_box, command=self.refresh_msg_window)
213
- w = Checkbutton(check_frame, text="Warning", fg=COLORS['(W)'], variable=self.warning_box, command=self.refresh_msg_window)
214
- e = Checkbutton(check_frame, text="Error", fg=COLORS['(E)'], variable=self.error_box, command=self.refresh_msg_window)
215
- f = Checkbutton(check_frame, text="Fatal", fg=COLORS['(F)'], variable=self.fatal_box, command=self.refresh_msg_window)
216
- i.select()
217
- c.select()
218
- r.select()
219
- w.select()
220
- e.select()
221
- f.select()
222
- i.pack(side=LEFT)
223
- c.pack(side=LEFT)
224
- r.pack(side=LEFT)
225
- w.pack(side=LEFT)
226
- e.pack(side=LEFT)
227
- f.pack(side=LEFT)
228
-
229
- #check boxes
230
- self.box = StringVar()
231
- # XXX should be generated
232
- report = Radiobutton(radio_frame, text="Report", variable=self.box, value="Report", command=self.refresh_results_window)
233
- rawMet = Radiobutton(radio_frame, text="Raw metrics", variable=self.box, value="Raw metrics", command=self.refresh_results_window)
234
- dup = Radiobutton(radio_frame, text="Duplication", variable=self.box, value="Duplication", command=self.refresh_results_window)
235
- ext = Radiobutton(radio_frame, text="External dependencies", variable=self.box, value="External dependencies", command=self.refresh_results_window)
236
- stat = Radiobutton(radio_frame, text="Statistics by type", variable=self.box, value="Statistics by type", command=self.refresh_results_window)
237
- msgCat = Radiobutton(radio_frame, text="Messages by category", variable=self.box, value="Messages by category", command=self.refresh_results_window)
238
- msg = Radiobutton(radio_frame, text="Messages", variable=self.box, value="Messages", command=self.refresh_results_window)
239
- report.select()
240
- report.grid(column=0, row=0, sticky=W)
241
- rawMet.grid(column=1, row=0, sticky=W)
242
- dup.grid(column=2, row=0, sticky=W)
243
- msg.grid(column=3, row=0, sticky=E)
244
- stat.grid(column=0, row=1, sticky=W)
245
- msgCat.grid(column=1, row=1, sticky=W)
246
- ext.grid(column=2, row=1, columnspan=2, sticky=W)
247
-
248
- #dictionary for check boxes and associated error term
249
- self.msg_type_dict = {
250
- 'I' : lambda : self.information_box.get() == 1,
251
- 'C' : lambda : self.convention_box.get() == 1,
252
- 'R' : lambda : self.refactor_box.get() == 1,
253
- 'E' : lambda : self.error_box.get() == 1,
254
- 'W' : lambda : self.warning_box.get() == 1,
255
- 'F' : lambda : self.fatal_box.get() == 1
256
- }
257
- self.txtModule.focus_set()
258
-
259
-
260
- def select_recent_file(self, event):
261
- """adds the selected file in the history listbox to the Module box"""
262
- if not self.showhistory.size():
263
- return
264
-
265
- selected = self.showhistory.curselection()
266
- item = self.showhistory.get(selected)
267
- #update module
268
- self.txtModule.delete(0, END)
269
- self.txtModule.insert(0, item)
270
-
271
- def refresh_msg_window(self):
272
- """refresh the message window with current output"""
273
- #clear the window
274
- self.lbMessages.delete(0, END)
275
- for msg in self.msgs:
276
- if (self.msg_type_dict.get(msg[0])()):
277
- msg_str = self.convert_to_string(msg)
278
- self.lbMessages.insert(END, msg_str)
279
- fg_color = COLORS.get(msg_str[:3], 'black')
280
- self.lbMessages.itemconfigure(END, fg=fg_color)
281
-
282
- def refresh_results_window(self):
283
- """refresh the results window with current output"""
284
- #clear the window
285
- self.results.delete(0, END)
286
- try:
287
- for res in self.tabs[self.box.get()]:
288
- self.results.insert(END, res)
289
- except:
290
- pass
291
-
292
- def convert_to_string(self, msg):
293
- """make a string representation of a message"""
294
- if (msg[2] != ""):
295
- return "(" + msg[0] + ") " + msg[1] + "." + msg[2] + " [" + msg[3] + "]: " + msg[4]
296
- else:
297
- return "(" + msg[0] + ") " + msg[1] + " [" + msg[3] + "]: " + msg[4]
298
-
299
- def process_incoming(self):
300
- """process the incoming messages from running pylint"""
301
- while self.msg_queue.qsize():
302
- try:
303
- msg = self.msg_queue.get(0)
304
- if msg == "DONE":
305
- self.report_stream.output_contents()
306
- return False
307
-
308
- #adding message to list of msgs
309
- self.msgs.append(msg)
310
-
311
- #displaying msg if message type is selected in check box
312
- if (self.msg_type_dict.get(msg[0])()):
313
- msg_str = self.convert_to_string(msg)
314
- self.lbMessages.insert(END, msg_str)
315
- fg_color = COLORS.get(msg_str[:3], 'black')
316
- self.lbMessages.itemconfigure(END, fg=fg_color)
317
-
318
- except Queue.Empty:
319
- pass
320
- return True
321
-
322
- def periodic_call(self):
323
- """determine when to unlock the run button"""
324
- if self.process_incoming():
325
- self.root.after(100, self.periodic_call)
326
- else:
327
- #enabling button so it can be run again
328
- self.btnRun.config(state=NORMAL)
329
-
330
- def mainloop(self):
331
- """launch the mainloop of the application"""
332
- self.root.mainloop()
333
-
334
- def quit(self, _=None):
335
- """quit the application"""
336
- self.root.quit()
337
-
338
- def halt(self):
339
- """program halt placeholder"""
340
- return
341
-
342
- def file_open(self, package=False, _=None):
343
- """launch a file browser"""
344
- if not package:
345
- filename = askopenfilename(parent=self.root, filetypes=[('pythonfiles','*.py'),
346
- ('allfiles','*')],title='Select Module')
347
- else:
348
- filename = askdirectory(title="Select A Folder", mustexist=1)
349
-
350
- if filename == ():
351
- return
352
-
353
- self.txtModule.delete(0, END)
354
- self.txtModule.insert(0, filename)
355
-
356
- def update_filenames(self):
357
- """update the list of recent filenames"""
358
- filename = self.txtModule.get()
359
- if not filename:
360
- filename = os.getcwd()
361
- if filename+'\n' in self.filenames:
362
- index = self.filenames.index(filename+'\n')
363
- self.filenames.pop(index)
364
-
365
- #ensure only 10 most recent are stored
366
- if len(self.filenames) == 10:
367
- self.filenames.pop()
368
- self.filenames.insert(0, filename+'\n')
369
-
370
- def set_history_window(self):
371
- """update the history window with info from the history file"""
372
- #clear the window
373
- self.showhistory.delete(0, END)
374
- # keep the last 10 most recent files
375
- try:
376
- view_history = open(HOME+HISTORY, 'r')
377
- for hist in view_history.readlines():
378
- if not hist in self.filenames:
379
- self.filenames.append(hist)
380
- self.showhistory.insert(END, hist.split('\n')[0])
381
- view_history.close()
382
- except IOError:
383
- # do nothing since history file will be created later
384
- return
385
-
386
- def run_lint(self, _=None):
387
- """launches pylint"""
388
- self.update_filenames()
389
- self.root.configure(cursor='watch')
390
- self.reporter = GUIReporter(self, output=self.report_stream)
391
- module = self.txtModule.get()
392
- if not module:
393
- module = os.getcwd()
394
-
395
- #cleaning up msgs and windows
396
- self.msgs = []
397
- self.lbMessages.delete(0, END)
398
- self.tabs = {}
399
- self.results.delete(0, END)
400
- self.btnRun.config(state=DISABLED)
401
-
402
- #setting up a worker thread to run pylint
403
- worker = Thread(target=lint_thread, args=(module, self.reporter, self,))
404
- self.periodic_call()
405
- worker.start()
406
-
407
- # Overwrite the .pylint-gui-history file with all the new recently added files
408
- # in order from filenames but only save last 10 files
409
- write_history = open(HOME+HISTORY, 'w')
410
- write_history.writelines(self.filenames)
411
- write_history.close()
412
- self.set_history_window()
413
-
414
- self.root.configure(cursor='')
415
-
416
-
417
- def lint_thread(module, reporter, gui):
418
- """thread for pylint"""
419
- gui.status.text = "processing module(s)"
420
- lint_obj = pylint.lint.Run(args=[module], reporter=reporter, exit=False)
421
- gui.msg_queue.put("DONE")
422
-
423
-
424
- def Run(args):
425
- """launch pylint gui from args"""
426
- if args:
427
- print 'USAGE: pylint-gui\n launch a simple pylint gui using Tk'
428
- return
429
- gui = LintGui()
430
- gui.mainloop()
431
-
432
- if __name__ == '__main__':
433
- Run(sys.argv[1:])
@@ -1,98 +0,0 @@
1
- # This program is free software; you can redistribute it and/or modify it under
2
- # the terms of the GNU General Public License as published by the Free Software
3
- # Foundation; either version 2 of the License, or (at your option) any later
4
- # version.
5
- #
6
- # This program is distributed in the hope that it will be useful, but WITHOUT
7
- # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
8
- # FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details
9
- #
10
- # You should have received a copy of the GNU General Public License along with
11
- # this program; if not, write to the Free Software Foundation, Inc.,
12
- # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
13
- """ Copyright (c) 2002-2003 LOGILAB S.A. (Paris, FRANCE).
14
- http://www.logilab.fr/ -- mailto:contact@logilab.fr
15
-
16
- Interfaces for PyLint objects
17
- """
18
-
19
- __revision__ = "$Id: interfaces.py,v 1.1 2010/06/14 14:30:29 casa Exp $"
20
-
21
- from logilab.common.interface import Interface
22
-
23
-
24
- class IChecker(Interface):
25
- """This is an base interface, not designed to be used elsewhere than for
26
- sub interfaces definition.
27
- """
28
-
29
- def open(self):
30
- """called before visiting project (i.e set of modules)"""
31
-
32
- def close(self):
33
- """called after visiting project (i.e set of modules)"""
34
-
35
- ## def open_module(self):
36
- ## """called before visiting a module"""
37
-
38
- ## def close_module(self):
39
- ## """called after visiting a module"""
40
-
41
-
42
- class IRawChecker(IChecker):
43
- """interface for checker which need to parse the raw file
44
- """
45
-
46
- def process_module(self, stream):
47
- """ process a module
48
-
49
- the module's content is accessible via the stream object
50
- """
51
-
52
-
53
- class IASTNGChecker(IChecker):
54
- """ interface for checker which prefers receive events according to
55
- statement type
56
- """
57
-
58
-
59
- class ILinter(Interface):
60
- """interface for the linter class
61
-
62
- the linter class will generate events to its registered checkers.
63
- Each checker may interact with the linter instance using this API
64
- """
65
-
66
- def register_checker(self, checker):
67
- """register a new checker class
68
-
69
- checker is a class implementing IrawChecker or / and IASTNGChecker
70
- """
71
-
72
- def add_message(self, msg_id, line=None, node=None, args=None):
73
- """add the message corresponding to the given id.
74
-
75
- If provided, msg is expanded using args
76
-
77
- astng checkers should provide the node argument,
78
- raw checkers should provide the line argument.
79
- """
80
-
81
-
82
- class IReporter(Interface):
83
- """ reporter collect messages and display results encapsulated in a layout
84
- """
85
- def add_message(self, msg_id, location, msg):
86
- """add a message of a given type
87
-
88
- msg_id is a message identifier
89
- location is a 3-uple (module, object, line)
90
- msg is the actual message
91
- """
92
-
93
- def display_results(self, layout):
94
- """display results encapsulated in the layout tree
95
- """
96
-
97
-
98
- __all__ = ('IRawChecker', 'IStatable', 'ILinter', 'IReporter')