bee_python 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/{build/README → README} +1 -1
- data/egg/egg/build.yml +11 -49
- data/egg/egg.yml +19 -27
- data/egg/http/build.erb +32 -36
- data/egg/http/libhttp.py +102 -0
- data/egg/http/pylint.cfg +236 -0
- data/egg/http/server.py +7 -0
- data/egg/http/test.erb +32 -0
- data/egg/http.yml +33 -29
- data/egg/mysql/mysql.py +8 -9
- data/egg/project/build.erb +21 -53
- data/egg/project/pylint.cfg +236 -0
- data/egg/project/test.py +2 -2
- data/egg/project.yml +23 -31
- data/egg/script/build.erb +18 -23
- data/egg/script/pylint.cfg +236 -0
- data/egg/script.yml +22 -18
- data/egg/source/source.py +6 -6
- data/egg/test/test.py +1 -1
- data/lib/bee_task_python.rb +3 -34
- data/python.yml +123 -0
- metadata +61 -503
- data/test/build.yml +0 -16
- data/test/tc_bee_task_python.rb +0 -27
- data/test/test_build.rb +0 -26
- data/test/test_build_listener.rb +0 -110
- data/test/ts_bee_python.rb +0 -26
- data/tools/common/__init__.py +0 -5
- data/tools/common/common/__init__.py +0 -140
- data/tools/common/common/__pkginfo__.py +0 -43
- data/tools/common/common/adbh.py +0 -35
- data/tools/common/common/cache.py +0 -114
- data/tools/common/common/changelog.py +0 -234
- data/tools/common/common/clcommands.py +0 -181
- data/tools/common/common/cli.py +0 -212
- data/tools/common/common/compat.py +0 -328
- data/tools/common/common/configuration.py +0 -1087
- data/tools/common/common/contexts.py +0 -58
- data/tools/common/common/corbautils.py +0 -117
- data/tools/common/common/daemon.py +0 -171
- data/tools/common/common/date.py +0 -279
- data/tools/common/common/db.py +0 -49
- data/tools/common/common/dbf.py +0 -229
- data/tools/common/common/debugger.py +0 -208
- data/tools/common/common/decorators.py +0 -190
- data/tools/common/common/deprecation.py +0 -118
- data/tools/common/common/fileutils.py +0 -409
- data/tools/common/common/graph.py +0 -259
- data/tools/common/common/html.py +0 -142
- data/tools/common/common/interface.py +0 -76
- data/tools/common/common/logging_ext.py +0 -166
- data/tools/common/common/modutils.py +0 -670
- data/tools/common/common/optik_ext.py +0 -383
- data/tools/common/common/optparser.py +0 -92
- data/tools/common/common/pdf_ext.py +0 -111
- data/tools/common/common/proc.py +0 -276
- data/tools/common/common/pyro_ext.py +0 -146
- data/tools/common/common/pytest.py +0 -754
- data/tools/common/common/shellutils.py +0 -383
- data/tools/common/common/sphinx_ext.py +0 -87
- data/tools/common/common/sphinxutils.py +0 -122
- data/tools/common/common/sqlgen.py +0 -31
- data/tools/common/common/table.py +0 -930
- data/tools/common/common/tasksqueue.py +0 -97
- data/tools/common/common/test/__init__.py +0 -1
- data/tools/common/common/test/data/ChangeLog +0 -184
- data/tools/common/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
- data/tools/common/common/test/data/__init__.py +0 -1
- data/tools/common/common/test/data/content_differ_dir/NOTHING +0 -0
- data/tools/common/common/test/data/content_differ_dir/README +0 -1
- data/tools/common/common/test/data/content_differ_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/file_differ_dir/NOTHING +0 -0
- data/tools/common/common/test/data/file_differ_dir/README +0 -1
- data/tools/common/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
- data/tools/common/common/test/data/find_test/__init__.py +0 -0
- data/tools/common/common/test/data/find_test/foo.txt +0 -0
- data/tools/common/common/test/data/find_test/module.py +0 -0
- data/tools/common/common/test/data/find_test/module2.py +0 -0
- data/tools/common/common/test/data/find_test/newlines.txt +0 -0
- data/tools/common/common/test/data/find_test/noendingnewline.py +0 -0
- data/tools/common/common/test/data/find_test/nonregr.py +0 -0
- data/tools/common/common/test/data/find_test/normal_file.txt +0 -0
- data/tools/common/common/test/data/find_test/spam.txt +0 -0
- data/tools/common/common/test/data/find_test/sub/doc.txt +0 -0
- data/tools/common/common/test/data/find_test/sub/momo.py +0 -0
- data/tools/common/common/test/data/find_test/test.ini +0 -0
- data/tools/common/common/test/data/find_test/test1.msg +0 -0
- data/tools/common/common/test/data/find_test/test2.msg +0 -0
- data/tools/common/common/test/data/find_test/write_protected_file.txt +0 -0
- data/tools/common/common/test/data/foo.txt +0 -9
- data/tools/common/common/test/data/module.py +0 -88
- data/tools/common/common/test/data/module2.py +0 -77
- data/tools/common/common/test/data/newlines.txt +0 -3
- data/tools/common/common/test/data/noendingnewline.py +0 -36
- data/tools/common/common/test/data/nonregr.py +0 -14
- data/tools/common/common/test/data/normal_file.txt +0 -0
- data/tools/common/common/test/data/reference_dir/NOTHING +0 -0
- data/tools/common/common/test/data/reference_dir/README +0 -1
- data/tools/common/common/test/data/reference_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/reference_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/same_dir/NOTHING +0 -0
- data/tools/common/common/test/data/same_dir/README +0 -1
- data/tools/common/common/test/data/same_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/same_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/spam.txt +0 -9
- data/tools/common/common/test/data/sub/doc.txt +0 -1
- data/tools/common/common/test/data/sub/momo.py +0 -1
- data/tools/common/common/test/data/subdir_differ_dir/NOTHING +0 -0
- data/tools/common/common/test/data/subdir_differ_dir/README +0 -1
- data/tools/common/common/test/data/subdir_differ_dir/subdir/coin +0 -1
- data/tools/common/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
- data/tools/common/common/test/data/test.ini +0 -20
- data/tools/common/common/test/data/test1.msg +0 -30
- data/tools/common/common/test/data/test2.msg +0 -42
- data/tools/common/common/test/data/write_protected_file.txt +0 -0
- data/tools/common/common/test/foomod.py +0 -17
- data/tools/common/common/test/unittest_cache.py +0 -129
- data/tools/common/common/test/unittest_changelog.py +0 -37
- data/tools/common/common/test/unittest_compat.py +0 -239
- data/tools/common/common/test/unittest_configuration.py +0 -348
- data/tools/common/common/test/unittest_date.py +0 -154
- data/tools/common/common/test/unittest_decorators.py +0 -62
- data/tools/common/common/test/unittest_deprecation.py +0 -76
- data/tools/common/common/test/unittest_fileutils.py +0 -133
- data/tools/common/common/test/unittest_graph.py +0 -50
- data/tools/common/common/test/unittest_html.py +0 -76
- data/tools/common/common/test/unittest_interface.py +0 -87
- data/tools/common/common/test/unittest_modutils.py +0 -244
- data/tools/common/common/test/unittest_pytest.py +0 -50
- data/tools/common/common/test/unittest_shellutils.py +0 -248
- data/tools/common/common/test/unittest_table.py +0 -448
- data/tools/common/common/test/unittest_taskqueue.py +0 -71
- data/tools/common/common/test/unittest_testlib.py +0 -956
- data/tools/common/common/test/unittest_textutils.py +0 -247
- data/tools/common/common/test/unittest_tree.py +0 -248
- data/tools/common/common/test/unittest_umessage.py +0 -55
- data/tools/common/common/test/unittest_ureports_html.py +0 -64
- data/tools/common/common/test/unittest_ureports_text.py +0 -105
- data/tools/common/common/test/unittest_xmlutils.py +0 -75
- data/tools/common/common/test/utils.py +0 -87
- data/tools/common/common/testlib.py +0 -1927
- data/tools/common/common/textutils.py +0 -476
- data/tools/common/common/tree.py +0 -372
- data/tools/common/common/umessage.py +0 -161
- data/tools/common/common/ureports/__init__.py +0 -174
- data/tools/common/common/ureports/docbook_writer.py +0 -139
- data/tools/common/common/ureports/html_writer.py +0 -131
- data/tools/common/common/ureports/nodes.py +0 -201
- data/tools/common/common/ureports/text_writer.py +0 -140
- data/tools/common/common/vcgutils.py +0 -216
- data/tools/common/common/visitor.py +0 -107
- data/tools/common/common/xmlrpcutils.py +0 -136
- data/tools/common/common/xmlutils.py +0 -61
- data/tools/coverage/coverage.py +0 -602
- data/tools/epydoc/__init__.py +0 -227
- data/tools/epydoc/__init__.pyc +0 -0
- data/tools/epydoc/apidoc.py +0 -2203
- data/tools/epydoc/apidoc.pyc +0 -0
- data/tools/epydoc/checker.py +0 -349
- data/tools/epydoc/checker.pyc +0 -0
- data/tools/epydoc/cli.py +0 -1470
- data/tools/epydoc/cli.pyc +0 -0
- data/tools/epydoc/compat.py +0 -250
- data/tools/epydoc/compat.pyc +0 -0
- data/tools/epydoc/docbuilder.py +0 -1358
- data/tools/epydoc/docbuilder.pyc +0 -0
- data/tools/epydoc/docintrospecter.py +0 -1056
- data/tools/epydoc/docintrospecter.pyc +0 -0
- data/tools/epydoc/docparser.py +0 -2113
- data/tools/epydoc/docparser.pyc +0 -0
- data/tools/epydoc/docstringparser.py +0 -1111
- data/tools/epydoc/docstringparser.pyc +0 -0
- data/tools/epydoc/docwriter/__init__.py +0 -12
- data/tools/epydoc/docwriter/__init__.pyc +0 -0
- data/tools/epydoc/docwriter/dotgraph.py +0 -1351
- data/tools/epydoc/docwriter/dotgraph.pyc +0 -0
- data/tools/epydoc/docwriter/html.py +0 -3491
- data/tools/epydoc/docwriter/html.pyc +0 -0
- data/tools/epydoc/docwriter/html_colorize.py +0 -909
- data/tools/epydoc/docwriter/html_colorize.pyc +0 -0
- data/tools/epydoc/docwriter/html_css.py +0 -550
- data/tools/epydoc/docwriter/html_css.pyc +0 -0
- data/tools/epydoc/docwriter/html_help.py +0 -190
- data/tools/epydoc/docwriter/html_help.pyc +0 -0
- data/tools/epydoc/docwriter/latex.py +0 -1187
- data/tools/epydoc/docwriter/latex.pyc +0 -0
- data/tools/epydoc/docwriter/plaintext.py +0 -276
- data/tools/epydoc/docwriter/plaintext.pyc +0 -0
- data/tools/epydoc/docwriter/xlink.py +0 -505
- data/tools/epydoc/docwriter/xlink.pyc +0 -0
- data/tools/epydoc/gui.py +0 -1148
- data/tools/epydoc/gui.pyc +0 -0
- data/tools/epydoc/log.py +0 -204
- data/tools/epydoc/log.pyc +0 -0
- data/tools/epydoc/markup/__init__.py +0 -623
- data/tools/epydoc/markup/__init__.pyc +0 -0
- data/tools/epydoc/markup/doctest.py +0 -311
- data/tools/epydoc/markup/doctest.pyc +0 -0
- data/tools/epydoc/markup/epytext.py +0 -2116
- data/tools/epydoc/markup/epytext.pyc +0 -0
- data/tools/epydoc/markup/javadoc.py +0 -250
- data/tools/epydoc/markup/javadoc.pyc +0 -0
- data/tools/epydoc/markup/plaintext.py +0 -78
- data/tools/epydoc/markup/plaintext.pyc +0 -0
- data/tools/epydoc/markup/pyval_repr.py +0 -532
- data/tools/epydoc/markup/pyval_repr.pyc +0 -0
- data/tools/epydoc/markup/restructuredtext.py +0 -906
- data/tools/epydoc/markup/restructuredtext.pyc +0 -0
- data/tools/epydoc/test/__init__.py +0 -97
- data/tools/epydoc/test/__init__.pyc +0 -0
- data/tools/epydoc/test/util.py +0 -226
- data/tools/epydoc/test/util.pyc +0 -0
- data/tools/epydoc/util.py +0 -289
- data/tools/epydoc/util.pyc +0 -0
- data/tools/logilab/logilab/__init__.py +0 -5
- data/tools/logilab/logilab/astng/__init__.py +0 -82
- data/tools/logilab/logilab/astng/__pkginfo__.py +0 -76
- data/tools/logilab/logilab/astng/_exceptions.py +0 -64
- data/tools/logilab/logilab/astng/_nodes_ast.py +0 -667
- data/tools/logilab/logilab/astng/_nodes_compiler.py +0 -758
- data/tools/logilab/logilab/astng/bases.py +0 -608
- data/tools/logilab/logilab/astng/builder.py +0 -239
- data/tools/logilab/logilab/astng/inference.py +0 -426
- data/tools/logilab/logilab/astng/inspector.py +0 -289
- data/tools/logilab/logilab/astng/manager.py +0 -421
- data/tools/logilab/logilab/astng/mixins.py +0 -165
- data/tools/logilab/logilab/astng/node_classes.py +0 -848
- data/tools/logilab/logilab/astng/nodes.py +0 -85
- data/tools/logilab/logilab/astng/nodes_as_string.py +0 -389
- data/tools/logilab/logilab/astng/patchcomptransformer.py +0 -159
- data/tools/logilab/logilab/astng/protocols.py +0 -333
- data/tools/logilab/logilab/astng/raw_building.py +0 -212
- data/tools/logilab/logilab/astng/rebuilder.py +0 -307
- data/tools/logilab/logilab/astng/scoped_nodes.py +0 -951
- data/tools/logilab/logilab/astng/test/__init__.py +0 -19
- data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
- data/tools/logilab/logilab/astng/test/data/MyPyPa-0.1.0-py2.5.zip +0 -0
- data/tools/logilab/logilab/astng/test/data/SSL1/Connection1.py +0 -33
- data/tools/logilab/logilab/astng/test/data/SSL1/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/data/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/data/all.py +0 -29
- data/tools/logilab/logilab/astng/test/data/appl/__init__.py +0 -23
- data/tools/logilab/logilab/astng/test/data/appl/myConnection.py +0 -30
- data/tools/logilab/logilab/astng/test/data/format.py +0 -34
- data/tools/logilab/logilab/astng/test/data/module.py +0 -90
- data/tools/logilab/logilab/astng/test/data/module2.py +0 -112
- data/tools/logilab/logilab/astng/test/data/noendingnewline.py +0 -57
- data/tools/logilab/logilab/astng/test/data/nonregr.py +0 -76
- data/tools/logilab/logilab/astng/test/data/notall.py +0 -28
- data/tools/logilab/logilab/astng/test/data2/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/data2/clientmodule_test.py +0 -51
- data/tools/logilab/logilab/astng/test/data2/suppliermodule_test.py +0 -32
- data/tools/logilab/logilab/astng/test/regrtest.py +0 -135
- data/tools/logilab/logilab/astng/test/regrtest_data/absimport.py +0 -22
- data/tools/logilab/logilab/astng/test/regrtest_data/descriptor_crash.py +0 -31
- data/tools/logilab/logilab/astng/test/regrtest_data/import_package_subpackage_module.py +0 -68
- data/tools/logilab/logilab/astng/test/regrtest_data/package/__init__.py +0 -24
- data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/__init__.py +0 -20
- data/tools/logilab/logilab/astng/test/regrtest_data/package/subpackage/module.py +0 -20
- data/tools/logilab/logilab/astng/test/unittest_builder.py +0 -684
- data/tools/logilab/logilab/astng/test/unittest_inference.py +0 -1112
- data/tools/logilab/logilab/astng/test/unittest_inspector.py +0 -105
- data/tools/logilab/logilab/astng/test/unittest_lookup.py +0 -302
- data/tools/logilab/logilab/astng/test/unittest_manager.py +0 -98
- data/tools/logilab/logilab/astng/test/unittest_nodes.py +0 -302
- data/tools/logilab/logilab/astng/test/unittest_scoped_nodes.py +0 -501
- data/tools/logilab/logilab/astng/test/unittest_utils.py +0 -104
- data/tools/logilab/logilab/astng/utils.py +0 -342
- data/tools/logilab/logilab/common/__init__.py +0 -140
- data/tools/logilab/logilab/common/__pkginfo__.py +0 -43
- data/tools/logilab/logilab/common/adbh.py +0 -35
- data/tools/logilab/logilab/common/cache.py +0 -114
- data/tools/logilab/logilab/common/changelog.py +0 -234
- data/tools/logilab/logilab/common/clcommands.py +0 -181
- data/tools/logilab/logilab/common/cli.py +0 -212
- data/tools/logilab/logilab/common/compat.py +0 -328
- data/tools/logilab/logilab/common/configuration.py +0 -1087
- data/tools/logilab/logilab/common/contexts.py +0 -58
- data/tools/logilab/logilab/common/corbautils.py +0 -117
- data/tools/logilab/logilab/common/daemon.py +0 -171
- data/tools/logilab/logilab/common/date.py +0 -279
- data/tools/logilab/logilab/common/db.py +0 -49
- data/tools/logilab/logilab/common/dbf.py +0 -229
- data/tools/logilab/logilab/common/debugger.py +0 -208
- data/tools/logilab/logilab/common/decorators.py +0 -190
- data/tools/logilab/logilab/common/deprecation.py +0 -118
- data/tools/logilab/logilab/common/fileutils.py +0 -409
- data/tools/logilab/logilab/common/graph.py +0 -259
- data/tools/logilab/logilab/common/html.py +0 -142
- data/tools/logilab/logilab/common/interface.py +0 -76
- data/tools/logilab/logilab/common/logging_ext.py +0 -166
- data/tools/logilab/logilab/common/modutils.py +0 -670
- data/tools/logilab/logilab/common/optik_ext.py +0 -383
- data/tools/logilab/logilab/common/optparser.py +0 -92
- data/tools/logilab/logilab/common/pdf_ext.py +0 -111
- data/tools/logilab/logilab/common/proc.py +0 -276
- data/tools/logilab/logilab/common/pyro_ext.py +0 -146
- data/tools/logilab/logilab/common/pytest.py +0 -754
- data/tools/logilab/logilab/common/shellutils.py +0 -383
- data/tools/logilab/logilab/common/sphinx_ext.py +0 -87
- data/tools/logilab/logilab/common/sphinxutils.py +0 -122
- data/tools/logilab/logilab/common/sqlgen.py +0 -31
- data/tools/logilab/logilab/common/table.py +0 -930
- data/tools/logilab/logilab/common/tasksqueue.py +0 -97
- data/tools/logilab/logilab/common/test/__init__.py +0 -1
- data/tools/logilab/logilab/common/test/data/ChangeLog +0 -184
- data/tools/logilab/logilab/common/test/data/MyPyPa-0.1.0-py2.5.egg +0 -0
- data/tools/logilab/logilab/common/test/data/__init__.py +0 -1
- data/tools/logilab/logilab/common/test/data/content_differ_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/content_differ_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/content_differ_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/file_differ_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/file_differ_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/file_differ_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/file_differ_dir/subdirtwo/Hello +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/__init__.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/foo.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/module.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/module2.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/newlines.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/noendingnewline.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/nonregr.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/normal_file.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/spam.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/sub/doc.txt +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/sub/momo.py +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/test.ini +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/test1.msg +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/test2.msg +0 -0
- data/tools/logilab/logilab/common/test/data/find_test/write_protected_file.txt +0 -0
- data/tools/logilab/logilab/common/test/data/foo.txt +0 -9
- data/tools/logilab/logilab/common/test/data/module.py +0 -88
- data/tools/logilab/logilab/common/test/data/module2.py +0 -77
- data/tools/logilab/logilab/common/test/data/newlines.txt +0 -3
- data/tools/logilab/logilab/common/test/data/noendingnewline.py +0 -36
- data/tools/logilab/logilab/common/test/data/nonregr.py +0 -14
- data/tools/logilab/logilab/common/test/data/normal_file.txt +0 -0
- data/tools/logilab/logilab/common/test/data/reference_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/reference_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/reference_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/reference_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/same_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/same_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/same_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/same_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/spam.txt +0 -9
- data/tools/logilab/logilab/common/test/data/sub/doc.txt +0 -1
- data/tools/logilab/logilab/common/test/data/sub/momo.py +0 -1
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/NOTHING +0 -0
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/README +0 -1
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/coin +0 -1
- data/tools/logilab/logilab/common/test/data/subdir_differ_dir/subdir/toto.txt +0 -53
- data/tools/logilab/logilab/common/test/data/test.ini +0 -20
- data/tools/logilab/logilab/common/test/data/test1.msg +0 -30
- data/tools/logilab/logilab/common/test/data/test2.msg +0 -42
- data/tools/logilab/logilab/common/test/data/write_protected_file.txt +0 -0
- data/tools/logilab/logilab/common/test/foomod.py +0 -17
- data/tools/logilab/logilab/common/test/unittest_cache.py +0 -129
- data/tools/logilab/logilab/common/test/unittest_changelog.py +0 -37
- data/tools/logilab/logilab/common/test/unittest_compat.py +0 -239
- data/tools/logilab/logilab/common/test/unittest_configuration.py +0 -348
- data/tools/logilab/logilab/common/test/unittest_date.py +0 -154
- data/tools/logilab/logilab/common/test/unittest_decorators.py +0 -62
- data/tools/logilab/logilab/common/test/unittest_deprecation.py +0 -76
- data/tools/logilab/logilab/common/test/unittest_fileutils.py +0 -133
- data/tools/logilab/logilab/common/test/unittest_graph.py +0 -50
- data/tools/logilab/logilab/common/test/unittest_html.py +0 -76
- data/tools/logilab/logilab/common/test/unittest_interface.py +0 -87
- data/tools/logilab/logilab/common/test/unittest_modutils.py +0 -244
- data/tools/logilab/logilab/common/test/unittest_pytest.py +0 -50
- data/tools/logilab/logilab/common/test/unittest_shellutils.py +0 -248
- data/tools/logilab/logilab/common/test/unittest_table.py +0 -448
- data/tools/logilab/logilab/common/test/unittest_taskqueue.py +0 -71
- data/tools/logilab/logilab/common/test/unittest_testlib.py +0 -956
- data/tools/logilab/logilab/common/test/unittest_textutils.py +0 -247
- data/tools/logilab/logilab/common/test/unittest_tree.py +0 -248
- data/tools/logilab/logilab/common/test/unittest_umessage.py +0 -55
- data/tools/logilab/logilab/common/test/unittest_ureports_html.py +0 -64
- data/tools/logilab/logilab/common/test/unittest_ureports_text.py +0 -105
- data/tools/logilab/logilab/common/test/unittest_xmlutils.py +0 -75
- data/tools/logilab/logilab/common/test/utils.py +0 -87
- data/tools/logilab/logilab/common/testlib.py +0 -1927
- data/tools/logilab/logilab/common/textutils.py +0 -476
- data/tools/logilab/logilab/common/tree.py +0 -372
- data/tools/logilab/logilab/common/umessage.py +0 -161
- data/tools/logilab/logilab/common/ureports/__init__.py +0 -174
- data/tools/logilab/logilab/common/ureports/docbook_writer.py +0 -139
- data/tools/logilab/logilab/common/ureports/html_writer.py +0 -131
- data/tools/logilab/logilab/common/ureports/nodes.py +0 -201
- data/tools/logilab/logilab/common/ureports/text_writer.py +0 -140
- data/tools/logilab/logilab/common/vcgutils.py +0 -216
- data/tools/logilab/logilab/common/visitor.py +0 -107
- data/tools/logilab/logilab/common/xmlrpcutils.py +0 -136
- data/tools/logilab/logilab/common/xmlutils.py +0 -61
- data/tools/pychecker/COPYRIGHT +0 -31
- data/tools/pychecker/ChangeLog +0 -349
- data/tools/pychecker/CodeChecks.py +0 -1969
- data/tools/pychecker/CodeChecks.pyc +0 -0
- data/tools/pychecker/CodeChecks.pyo +0 -0
- data/tools/pychecker/Config.py +0 -475
- data/tools/pychecker/Config.pyc +0 -0
- data/tools/pychecker/Config.pyo +0 -0
- data/tools/pychecker/KNOWN_BUGS +0 -100
- data/tools/pychecker/MAINTAINERS +0 -81
- data/tools/pychecker/NEWS +0 -406
- data/tools/pychecker/OP.py +0 -131
- data/tools/pychecker/OP.pyc +0 -0
- data/tools/pychecker/OP.pyo +0 -0
- data/tools/pychecker/OptionTypes.py +0 -117
- data/tools/pychecker/OptionTypes.pyc +0 -0
- data/tools/pychecker/OptionTypes.pyo +0 -0
- data/tools/pychecker/README +0 -152
- data/tools/pychecker/Stack.py +0 -115
- data/tools/pychecker/Stack.pyc +0 -0
- data/tools/pychecker/Stack.pyo +0 -0
- data/tools/pychecker/TODO +0 -101
- data/tools/pychecker/VERSION +0 -1
- data/tools/pychecker/Warning.py +0 -50
- data/tools/pychecker/Warning.pyc +0 -0
- data/tools/pychecker/Warning.pyo +0 -0
- data/tools/pychecker/__init__.py +0 -17
- data/tools/pychecker/__init__.pyc +0 -0
- data/tools/pychecker/__init__.pyo +0 -0
- data/tools/pychecker/checker.py +0 -961
- data/tools/pychecker/checker.pyc +0 -0
- data/tools/pychecker/checker.pyo +0 -0
- data/tools/pychecker/function.py +0 -159
- data/tools/pychecker/function.pyc +0 -0
- data/tools/pychecker/function.pyo +0 -0
- data/tools/pychecker/msgs.py +0 -175
- data/tools/pychecker/msgs.pyc +0 -0
- data/tools/pychecker/msgs.pyo +0 -0
- data/tools/pychecker/options.py +0 -275
- data/tools/pychecker/options.pyc +0 -0
- data/tools/pychecker/options.pyo +0 -0
- data/tools/pychecker/pcmodules.py +0 -19
- data/tools/pychecker/pcmodules.pyc +0 -0
- data/tools/pychecker/pcmodules.pyo +0 -0
- data/tools/pychecker/printer.py +0 -47
- data/tools/pychecker/printer.pyc +0 -0
- data/tools/pychecker/printer.pyo +0 -0
- data/tools/pychecker/python.py +0 -427
- data/tools/pychecker/python.pyc +0 -0
- data/tools/pychecker/python.pyo +0 -0
- data/tools/pychecker/utils.py +0 -102
- data/tools/pychecker/utils.pyc +0 -0
- data/tools/pychecker/utils.pyo +0 -0
- data/tools/pychecker/warn.py +0 -778
- data/tools/pychecker/warn.pyc +0 -0
- data/tools/pychecker/warn.pyo +0 -0
- data/tools/pylint2/pylint/__init__.py +0 -16
- data/tools/pylint2/pylint/__pkginfo__.py +0 -67
- data/tools/pylint2/pylint/checkers/__init__.py +0 -155
- data/tools/pylint2/pylint/checkers/base.py +0 -749
- data/tools/pylint2/pylint/checkers/classes.py +0 -527
- data/tools/pylint2/pylint/checkers/design_analysis.py +0 -344
- data/tools/pylint2/pylint/checkers/exceptions.py +0 -183
- data/tools/pylint2/pylint/checkers/format.py +0 -367
- data/tools/pylint2/pylint/checkers/imports.py +0 -379
- data/tools/pylint2/pylint/checkers/logging.py +0 -98
- data/tools/pylint2/pylint/checkers/misc.py +0 -128
- data/tools/pylint2/pylint/checkers/newstyle.py +0 -107
- data/tools/pylint2/pylint/checkers/raw_metrics.py +0 -125
- data/tools/pylint2/pylint/checkers/similar.py +0 -333
- data/tools/pylint2/pylint/checkers/string_format.py +0 -239
- data/tools/pylint2/pylint/checkers/typecheck.py +0 -364
- data/tools/pylint2/pylint/checkers/utils.py +0 -208
- data/tools/pylint2/pylint/checkers/variables.py +0 -498
- data/tools/pylint2/pylint/config.py +0 -149
- data/tools/pylint2/pylint/epylint.py +0 -149
- data/tools/pylint2/pylint/gui.py +0 -433
- data/tools/pylint2/pylint/interfaces.py +0 -98
- data/tools/pylint2/pylint/lint.py +0 -914
- data/tools/pylint2/pylint/pyreverse/__init__.py +0 -5
- data/tools/pylint2/pylint/pyreverse/diadefslib.py +0 -229
- data/tools/pylint2/pylint/pyreverse/diagrams.py +0 -247
- data/tools/pylint2/pylint/pyreverse/main.py +0 -123
- data/tools/pylint2/pylint/pyreverse/utils.py +0 -131
- data/tools/pylint2/pylint/pyreverse/writer.py +0 -196
- data/tools/pylint2/pylint/reporters/__init__.py +0 -67
- data/tools/pylint2/pylint/reporters/guireporter.py +0 -36
- data/tools/pylint2/pylint/reporters/html.py +0 -69
- data/tools/pylint2/pylint/reporters/text.py +0 -156
- data/tools/pylint2/pylint/utils.py +0 -518
- 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
|
-
|
data/tools/pylint2/pylint/gui.py
DELETED
@@ -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')
|