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
@@ -0,0 +1,236 @@
1
+ [MASTER]
2
+
3
+ # Specify a configuration file.
4
+ #rcfile=
5
+
6
+ # Python code to execute, usually for sys.path manipulation such as
7
+ # pygtk.require().
8
+ #init-hook=
9
+
10
+ # Profiled execution.
11
+ profile=no
12
+
13
+ # Add <file or directory> to the black list. It should be a base name, not a
14
+ # path. You may set this option multiple times.
15
+ ignore=CVS
16
+
17
+ # Pickle collected data for later comparisons.
18
+ persistent=no
19
+
20
+ # List of plugins (as comma separated values of python modules names) to load,
21
+ # usually to register additional checkers.
22
+ load-plugins=
23
+
24
+
25
+ [MESSAGES CONTROL]
26
+
27
+ # Enable the message, report, category or checker with the given id(s). You can
28
+ # either give multiple identifier separated by comma (,) or put this option
29
+ # multiple time.
30
+ #enable=E0611,E1103,E1124,E1122,E1123,E9906,E9904,E9905,E9902,E9903,E9900,E9901,E0202,E0203,E1001,E0221,E0222,E1101,E1121,E0001,E0710,E0711,E1003,E0103,E1120,E0602,E0701,E0601,E0101,E0100,E0102,E0105,E0104,E0107,E0106,E0503,E0501,E0502,E0211,E0213,E1111,E1002,E0012,E0011,E0702,E1102
31
+
32
+ # Disable the message, report, category or checker with the given id(s). You
33
+ # can either give multiple identifier separated by comma (,) or put this option
34
+ # multiple time.
35
+ disable=C0103,C0111,C0112,C0121,C0202,C0203,C0323,C0324,C0301,I0011,R0201,R0801,R0902,R0903,R0904,R0911,R0912,R0913,R0914,R0915,W0102,W0142,W0603,W0703,W0201,E1101,W0232
36
+
37
+ [REPORTS]
38
+
39
+ # Set the output format. Available formats are text, parseable, colorized, msvs
40
+ # (visual studio) and html
41
+ output-format=text
42
+
43
+ # Include message's id in output
44
+ include-ids=yes
45
+
46
+ # Put messages in a separate file for each module / package specified on the
47
+ # command line instead of printing them on stdout. Reports (if any) will be
48
+ # written in a file name "pylint_global.[txt|html]".
49
+ files-output=no
50
+
51
+ # Tells whether to display a full report or only the messages
52
+ reports=no
53
+
54
+ # Python expression which should return a note less than 10 (10 is the highest
55
+ # note). You have access to the variables errors warning, statement which
56
+ # respectively contain the number of errors / warnings messages and the total
57
+ # number of statements analyzed. This is used by the global evaluation report
58
+ # (R0004).
59
+ evaluation=10.0 - ((float(5 * error + warning + refactor + convention) / statement) * 10)
60
+
61
+ # Add a comment according to your evaluation note. This is used by the global
62
+ # evaluation report (R0004).
63
+ comment=no
64
+
65
+
66
+ [BASIC]
67
+
68
+ # Required attributes for module, separated by a comma
69
+ required-attributes=
70
+
71
+ # List of builtins function names that should not be used, separated by a comma
72
+ bad-functions=map,filter,apply,input
73
+
74
+ # Regular expression which should only match correct module names
75
+ module-rgx=(([a-z_][a-z0-9_]*)|([A-Z][a-zA-Z0-9]+))$
76
+
77
+ # Regular expression which should only match correct module level names
78
+ const-rgx=(([A-Z_][A-Z0-9_]*)|(__.*__))$
79
+
80
+ # Regular expression which should only match correct class names
81
+ class-rgx=[A-Z_][a-zA-Z0-9]+$
82
+
83
+ # Regular expression which should only match correct function names
84
+ function-rgx=[a-z_][a-z0-9_]{2,30}$
85
+
86
+ # Regular expression which should only match correct method names
87
+ method-rgx=[a-z_][a-z0-9_]{2,30}$
88
+
89
+ # Regular expression which should only match correct instance attribute names
90
+ attr-rgx=[a-z_][a-z0-9_]{2,30}$
91
+
92
+ # Regular expression which should only match correct argument names
93
+ argument-rgx=[a-z_][a-z0-9_]{2,30}$
94
+
95
+ # Regular expression which should only match correct variable names
96
+ variable-rgx=[a-z_][a-z0-9_]{1,30}$
97
+
98
+ # Regular expression which should only match correct list comprehension /
99
+ # generator expression variable names
100
+ inlinevar-rgx=[A-Za-z_][A-Za-z0-9_]*$
101
+
102
+ # Good variable names which should always be accepted, separated by a comma
103
+ good-names=i,j,k,e,ex,Run,_
104
+
105
+ # Bad variable names which should always be refused, separated by a comma
106
+ bad-names=foo,bar,baz,toto,tutu,tata
107
+
108
+ # Regular expression which should only match functions or classes name which do
109
+ # not require a docstring
110
+ no-docstring-rgx=__.*__
111
+
112
+
113
+ [FORMAT]
114
+
115
+ # Maximum number of characters on a single line.
116
+ max-line-length=78
117
+
118
+ # Maximum number of lines in a module
119
+ max-module-lines=1000
120
+
121
+ # String used as indentation unit. This is usually " " (4 spaces) or "\t" (1
122
+ # tab).
123
+ indent-string=' '
124
+
125
+
126
+ [SIMILARITIES]
127
+
128
+ # Minimum lines number of a similarity.
129
+ min-similarity-lines=4
130
+
131
+ # Ignore comments when computing similarities.
132
+ ignore-comments=yes
133
+
134
+ # Ignore docstrings when computing similarities.
135
+ ignore-docstrings=yes
136
+
137
+
138
+ [VARIABLES]
139
+
140
+ # Tells whether we should check for unused import in __init__ files.
141
+ init-import=no
142
+
143
+ # A regular expression matching names used for dummy variables (i.e. not used).
144
+ dummy-variables-rgx=_|dummy
145
+
146
+ # List of additional names supposed to be defined in builtins. Remember that
147
+ # you should avoid to define new builtins when possible.
148
+ additional-builtins=
149
+
150
+
151
+ [TYPECHECK]
152
+
153
+ # Tells whether missing members accessed in mixin class should be ignored. A
154
+ # mixin class is detected if its name ends with "mixin" (case insensitive).
155
+ ignore-mixin-members=yes
156
+
157
+ # List of classes names for which member attributes should not be checked
158
+ # (useful for classes with attributes dynamically set).
159
+ ignored-classes=SQLObject,MySQLdb
160
+
161
+ # When zope mode is activated, add a predefined set of Zope acquired attributes
162
+ # to generated-members.
163
+ zope=no
164
+
165
+ # List of members which are set dynamically and missed by pylint inference
166
+ # system, and so shouldn't trigger E0201 when accessed.
167
+ generated-members=REQUEST,acl_users,aq_parent
168
+
169
+
170
+ [MISCELLANEOUS]
171
+
172
+ # List of note tags to take in consideration, separated by a comma.
173
+ notes=FIXME,XXX,TODO
174
+
175
+
176
+ [DESIGN]
177
+
178
+ # Maximum number of arguments for function / method
179
+ max-args=5
180
+
181
+ # Argument names that match this expression will be ignored. Default to name
182
+ # with leading underscore
183
+ ignored-argument-names=_.*
184
+
185
+ # Maximum number of locals for function / method body
186
+ max-locals=15
187
+
188
+ # Maximum number of return / yield for function / method body
189
+ max-returns=6
190
+
191
+ # Maximum number of branch for function / method body
192
+ max-branchs=12
193
+
194
+ # Maximum number of statements in function / method body
195
+ max-statements=50
196
+
197
+ # Maximum number of parents for a class (see R0901).
198
+ max-parents=7
199
+
200
+ # Maximum number of attributes for a class (see R0902).
201
+ max-attributes=7
202
+
203
+ # Minimum number of public methods for a class (see R0903).
204
+ min-public-methods=2
205
+
206
+ # Maximum number of public methods for a class (see R0904).
207
+ max-public-methods=20
208
+
209
+
210
+ [CLASSES]
211
+
212
+ # List of interface methods to ignore, separated by a comma. This is used for
213
+ # instance to not check methods defines in Zope's Interface base class.
214
+ ignore-iface-methods=isImplementedBy,deferred,extends,names,namesAndDescriptions,queryDescriptionFor,getBases,getDescriptionFor,getDoc,getName,getTaggedValue,getTaggedValueTags,isEqualOrExtendedBy,setTaggedValue,isImplementedByInstancesOf,adaptWith,is_implemented_by
215
+
216
+ # List of method names used to declare (i.e. assign) instance attributes.
217
+ defining-attr-methods=__init__,__new__,setUp
218
+
219
+
220
+ [IMPORTS]
221
+
222
+ # Deprecated modules which should not be used, separated by a comma
223
+ deprecated-modules=regsub,string,TERMIOS,Bastion,rexec
224
+
225
+ # Create a graph of every (i.e. internal and external) dependencies in the
226
+ # given file (report RP0402 must not be disabled)
227
+ import-graph=
228
+
229
+ # Create a graph of external dependencies in the given file (report RP0402 must
230
+ # not be disabled)
231
+ ext-import-graph=
232
+
233
+ # Create a graph of internal dependencies in the given file (report RP0402 must
234
+ # not be disabled)
235
+ int-import-graph=
236
+
data/egg/script.yml CHANGED
@@ -1,22 +1,18 @@
1
- - build: script
2
- default: all
1
+ - build: script
2
+ default: all
3
3
  description: "Generate a Python script project"
4
4
 
5
5
  - properties:
6
- name: test
7
- description: |
8
- This script will create a template project for a Python script. Generated
9
- build file provides targets 'check' to check Python scripts syntax,
10
- 'zip' to create distribution archive and 'clean' to delete generated
11
- files.
6
+ name: script
7
+ description: This script will generate a Python script project.
12
8
 
13
- - target: welcome
9
+ - target: welcome
14
10
  description: "Print information message"
15
11
  script:
16
12
  - print: :description
17
13
 
18
- - target: prompt
19
- depends: welcome
14
+ - target: prompt
15
+ depends: welcome
20
16
  description: "Prompt for project information"
21
17
  script:
22
18
  - print: "Please answer following questions to generate the project:"
@@ -25,8 +21,8 @@
25
21
  default: :name
26
22
  property: name
27
23
 
28
- - target: generate
29
- depends: prompt
24
+ - target: generate
25
+ depends: prompt
30
26
  description: "Generate project"
31
27
  script:
32
28
  - print: "Generating project..."
@@ -34,11 +30,18 @@
34
30
  error "A directory named '#{name}' already exists, aborting" if
35
31
  File.exists?("#{here}/#{name}")
36
32
  - mkdir: "#{here}/#{name}"
37
- - erb: { src: "#{base}/script/build.erb", dest: "#{here}/#{name}/build.yml" }
38
- - cp: { src: "#{base}/script/script.py", dest: "#{here}/#{name}/#{name}.py" }
33
+ - erb:
34
+ src: "#{base}/script/build.erb"
35
+ dest: "#{here}/#{name}/build.yml"
36
+ - cp:
37
+ src: "#{base}/script/script.py"
38
+ dest: "#{here}/#{name}/#{name}.py"
39
+ - cp:
40
+ src: "#{base}/script/pylint.cfg"
41
+ dest: "#{here}/#{name}/"
39
42
 
40
- - target: customization
41
- depends: generate
43
+ - target: customization
44
+ depends: generate
42
45
  description: "Print information about project customization"
43
46
  script:
44
47
  - print: |
@@ -46,5 +49,6 @@
46
49
  the project directory to print information about generated build file.
47
50
  Enjoy!
48
51
 
49
- - target: all
52
+ - target: all
50
53
  depends: [welcome, prompt, generate, customization]
54
+
data/egg/source/source.py CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env python
2
- # coding=UTF-8
2
+ # encoding=UTF-8
3
3
 
4
4
  """Sample Hello World Python script."""
5
5
 
@@ -12,14 +12,14 @@ Say hello:
12
12
  -h Print this help page.
13
13
  -w Who to say hello to.""" % sys.argv[0]
14
14
 
15
- def say_hello(person):
15
+ def main(who):
16
16
  """Say hello.
17
17
  - person: who to say hello to."""
18
- return "Hello %s!" % person
18
+ return "Hello %s!" % who
19
19
 
20
20
  # parse command line
21
21
  if __name__ == '__main__':
22
- who = "World"
22
+ _who = "World"
23
23
  try:
24
24
  OPTS, ARGS = getopt.getopt(sys.argv[1:],
25
25
  "hw:",
@@ -33,10 +33,10 @@ if __name__ == '__main__':
33
33
  print HELP
34
34
  sys.exit(0)
35
35
  elif OPT == "-w":
36
- who = ARG
36
+ _who = ARG
37
37
  else:
38
38
  print "Unhandled option: %s" % OPT
39
39
  print HELP
40
40
  sys.exit(1)
41
- print say_hello(who)
41
+ print main(_who)
42
42
 
data/egg/test/test.py CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env python
2
- # coding=UTF-8
2
+ # encoding=UTF-8
3
3
 
4
4
  """Sample Python unit test."""
5
5
 
@@ -71,8 +71,6 @@ module Bee
71
71
  # - src: directory or list of directories containing Python source
72
72
  # files to check.
73
73
  # - options: custom options to use on command line (optional).
74
- # - installed: ask to use Pychecker installed in Python VM. Optional,
75
- # defaults to false.
76
74
  # - lenient: if set to true, doesn't interrupt the build on error.
77
75
  # Optional, defaults to false.
78
76
  # - only: Tells if we must only check sources passed as parameters.
@@ -88,8 +86,6 @@ module Bee
88
86
  params_desc = {
89
87
  :src => { :mandatory => true, :type => :string_or_array },
90
88
  :options => { :mandatory => false, :type => :string },
91
- :installed => { :mandatory => false, :type => :boolean,
92
- :default => false },
93
89
  :lenient => { :mandatory => false, :type => :boolean,
94
90
  :default => false },
95
91
  :only => { :mandatory => false, :type => :boolean,
@@ -98,7 +94,6 @@ module Bee
98
94
  check_parameters(params, params_desc)
99
95
  src = params[:src]
100
96
  options = params[:options]
101
- installed = params[:installed]
102
97
  lenient = params[:lenient]
103
98
  only = params[:only]
104
99
  # build the list of python source files
@@ -111,12 +106,7 @@ module Bee
111
106
  files.uniq!
112
107
  # run pychecker command
113
108
  puts "Checking #{files.length} Python source file(s)"
114
- if installed
115
- command = "pychecker"
116
- else
117
- pychecker = "#{File.dirname(__FILE__)}/../tools/pychecker"
118
- command = "python #{pychecker}/checker.py"
119
- end
109
+ command = "pychecker"
120
110
  command += " #{options}" if options
121
111
  command += " --only" if only
122
112
  command += " #{files.join(' ')}"
@@ -134,8 +124,6 @@ module Bee
134
124
  # - path: a list of additional directories to include in Python path.
135
125
  # Optional, defaults to no directory.
136
126
  # - options: custom options to use on command line (optional).
137
- # - installed: ask to use Pylint installed in Python VM. Optional,
138
- # defaults to false.
139
127
  # - lenient: if set to true, doesn't interrupt the build on error.
140
128
  # Optional, defaults to false.
141
129
  # - config: configuration file name. Optional.
@@ -151,8 +139,6 @@ module Bee
151
139
  :files => { :mandatory => false, :type => :string_or_array },
152
140
  :path => { :mandatory => false, :type => :string_or_array },
153
141
  :options => { :mandatory => false, :type => :string },
154
- :installed => { :mandatory => false, :type => :boolean,
155
- :default => false },
156
142
  :lenient => { :mandatory => false, :type => :boolean,
157
143
  :default => false },
158
144
  :config => { :mandatory => false, :type => :string_or_array },
@@ -162,7 +148,6 @@ module Bee
162
148
  files = params[:files]
163
149
  path = params[:path]
164
150
  options = params[:options]
165
- installed = params[:installed]
166
151
  lenient = params[:lenient]
167
152
  config = params[:config]
168
153
  # build the list of python source files
@@ -191,12 +176,7 @@ module Bee
191
176
  files.uniq!
192
177
  # run pylint command
193
178
  puts "Checking #{files.length} Python source file(s)"
194
- if installed
195
- command = "pylint"
196
- else
197
- pylint = "#{File.dirname(__FILE__)}/../tools/pylint2/pylint.py"
198
- command = "python #{pylint}"
199
- end
179
+ command = "pylint"
200
180
  command += " --rcfile=#{config}" if config
201
181
  command += " #{options}" if options
202
182
  command += " #{files.join(' ')}"
@@ -211,8 +191,6 @@ module Bee
211
191
  # files to doc for.
212
192
  # - dest: destination directory for generated documentation.
213
193
  # - options: custom options to use on command line (optional).
214
- # - installed: ask to use Pychecker installed in Python VM. Optional,
215
- # defaults to false.
216
194
  #
217
195
  # Example
218
196
  #
@@ -225,14 +203,11 @@ module Bee
225
203
  :src => { :mandatory => true, :type => :string_or_array },
226
204
  :dest => { :mandatory => true, :type => :string },
227
205
  :options => { :mandatory => false, :type => :string },
228
- :installed => { :mandatory => false, :type => :boolean,
229
- :default => false }
230
206
  }
231
207
  check_parameters(params, params_desc)
232
208
  src = params[:src]
233
209
  dest = params[:dest]
234
210
  options = params[:options]
235
- installed = params[:installed]
236
211
  # build the list of python source files
237
212
  src = Array(src)
238
213
  files = []
@@ -247,13 +222,7 @@ module Bee
247
222
  File.directory?(dest) and File.writable?(dest)
248
223
  # run epydoc command
249
224
  puts "Generating doc for #{files.length} Python source file(s)"
250
- if installed
251
- command = "epydoc"
252
- else
253
- epydoc = "#{File.dirname(__FILE__)}/../tools/epydoc"
254
- add_python_path("#{epydoc}/..")
255
- command = "python #{epydoc}/cli.py"
256
- end
225
+ command = "epydoc"
257
226
  command += " -o #{dest}"
258
227
  command += " #{options}" if options
259
228
  command += " #{files.join(' ')}"
data/python.yml ADDED
@@ -0,0 +1,123 @@
1
+ # Build information
2
+ - build: python
3
+ description: Parent build file for Python projects
4
+ abstract: true
5
+ default: [clean, test]
6
+ alias:
7
+ test: [py_check, py_test]
8
+ doc: [py_doc, py_cover]
9
+ run: py_run
10
+ clean: py_clean
11
+
12
+ # Build properties
13
+ - properties:
14
+ # Directory where live generated files
15
+ py_build_dir: "build"
16
+ # Python source directory
17
+ py_src: "src"
18
+ # Python test directory
19
+ py_tst: "test"
20
+ # Python version (regular expression, such as "^2\.[67]" to accept Python
21
+ # 2.6 and 2.7, not checked if property not set)
22
+ py_version: ~
23
+ # list of directories with Python source files to check
24
+ py_chk_src: [:py_src, :py_tst]
25
+ # list of Python files to check
26
+ py_chk_files: ""
27
+ # directories to include in Python path while checking
28
+ py_chk_path: [:py_src, :py_test]
29
+ # tells if Python source check is lenient
30
+ py_chk_len: false
31
+ # Pylint options
32
+ py_chk_opt: "--generated-members=objects"
33
+ # Pylint configuration file
34
+ py_chk_cfg: "pylint.cfg"
35
+ # Python test source files
36
+ py_tst_inc: "test_*.py"
37
+ # list of directories with Python source files to document
38
+ py_doc_src: [:py_src, :py_tst]
39
+ # directory where to generate source documentation
40
+ py_doc_dir: "#{py_build_dir}/epydoc"
41
+ # Python documentation option
42
+ py_doc_opt: "-v"
43
+ # Directory where to generate Python coverage report
44
+ py_cov_dir: "#{py_build_dir}/coverage"
45
+ # List of file patterns to include in report
46
+ py_cov_inc: ["*.py"]
47
+ # main scrip to run
48
+ py_main: "#{py_src}/#{name}.py"
49
+ # directories to clean
50
+ py_clean_dirs: [:py_build_dir]
51
+ # files to clean
52
+ py_clean_files:
53
+ - "**/*.pyc"
54
+ - "**/*.pyo"
55
+
56
+ # Build targets
57
+ - target: py_version
58
+ description: Check Python version (if property 'py_version' is defined)
59
+ script:
60
+ - if: "defined?(py_version)"
61
+ then:
62
+ - print: "Checking python version..."
63
+ - if: '!(py_version =~ /^\d+(\.\d+(\.\d+)?)?$/)'
64
+ then:
65
+ - throw: "Python version must be of the form 'x' or 'x.y' or 'x.y.z'"
66
+ - if: '!(`python -V 2>&1`.strip =~ /^Python #{py_version}(\.\d+)*/)'
67
+ then:
68
+ - throw: "Python must be in version '#{py_version}'"
69
+ else:
70
+ - print: "Python '#{py_version}' OK"
71
+ else:
72
+ - print: "Python version not checked"
73
+
74
+ - target: py_check
75
+ depends: py_version
76
+ description: Check Python script syntax
77
+ script:
78
+ - python.pylint:
79
+ src: :py_chk_src
80
+ files: :py_chk_files
81
+ path: :py_chk_path
82
+ config: :py_chk_cfg
83
+ lenient: :py_chk_len
84
+ options: :py_chk_opt
85
+
86
+ - target: py_test
87
+ description: Run unit tests
88
+ script:
89
+ - python.test: "#{py_tst}/#{py_tst_inc}"
90
+
91
+ - target: py_doc
92
+ description: Generate doc for Python source code
93
+ script:
94
+ - rmrf: :py_doc_dir
95
+ - mkdir: :py_doc_dir
96
+ - python.epydoc:
97
+ src: :py_doc_src
98
+ dest: :py_doc_dir
99
+ options: :py_doc_opt
100
+
101
+ - target: py_cover
102
+ description: Generate coverage report on Python code. coverage.py must have
103
+ been installed (http://nedbatchelder.com/code/coverage/).
104
+ script:
105
+ - rmrf: :py_cov_dir
106
+ - mkdir: :py_cov_dir
107
+ - python.coverage:
108
+ src: :py_src
109
+ test: "#{py_tst}/test_*.py"
110
+ dir: :py_tst
111
+ data: "#{py_build_dir}/.coverage"
112
+
113
+ - target: py_run
114
+ description: Run Python script
115
+ script:
116
+ - python.python: :py_main
117
+
118
+ - target: py_clean
119
+ description: Clean generated files
120
+ script:
121
+ - rmdir: :py_clean_dirs
122
+ - rm: :py_clean_files
123
+