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.
- 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,259 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
#
|
4
|
-
# This file is part of logilab-common.
|
5
|
-
#
|
6
|
-
# logilab-common is free software: you can redistribute it and/or modify it under
|
7
|
-
# the terms of the GNU Lesser General Public License as published by the Free
|
8
|
-
# Software Foundation, either version 2.1 of the License, or (at your option) any
|
9
|
-
# later version.
|
10
|
-
#
|
11
|
-
# logilab-common is distributed in the hope that it will be useful, but WITHOUT
|
12
|
-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
13
|
-
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
14
|
-
# details.
|
15
|
-
#
|
16
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
17
|
-
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
|
18
|
-
"""Graph manipulation utilities.
|
19
|
-
|
20
|
-
(dot generation adapted from pypy/translator/tool/make_dot.py)
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
"""
|
26
|
-
__docformat__ = "restructuredtext en"
|
27
|
-
|
28
|
-
__metaclass__ = type
|
29
|
-
|
30
|
-
import os.path as osp
|
31
|
-
import os
|
32
|
-
import subprocess
|
33
|
-
import sys
|
34
|
-
import tempfile
|
35
|
-
|
36
|
-
def escape(value):
|
37
|
-
"""Make <value> usable in a dot file."""
|
38
|
-
lines = [line.replace('"', '\\"') for line in value.split('\n')]
|
39
|
-
data = '\\l'.join(lines)
|
40
|
-
return '\\n' + data
|
41
|
-
|
42
|
-
def target_info_from_filename(filename):
|
43
|
-
"""Transforms /some/path/foo.png into ('/some/path', 'foo.png', 'png')."""
|
44
|
-
basename = osp.basename(filename)
|
45
|
-
storedir = osp.dirname(osp.abspath(filename))
|
46
|
-
target = filename.split('.')[-1]
|
47
|
-
return storedir, basename, target
|
48
|
-
|
49
|
-
|
50
|
-
class DotBackend:
|
51
|
-
"""Dot File backend."""
|
52
|
-
def __init__(self, graphname, rankdir=None, size=None, ratio=None,
|
53
|
-
charset='utf-8', renderer='dot', additionnal_param={}):
|
54
|
-
self.graphname = graphname
|
55
|
-
self.renderer = renderer
|
56
|
-
self.lines = []
|
57
|
-
self._source = None
|
58
|
-
self.emit("digraph %s {" % normalize_node_id(graphname))
|
59
|
-
if rankdir:
|
60
|
-
self.emit('rankdir=%s' % rankdir)
|
61
|
-
if ratio:
|
62
|
-
self.emit('ratio=%s' % ratio)
|
63
|
-
if size:
|
64
|
-
self.emit('size="%s"' % size)
|
65
|
-
if charset:
|
66
|
-
assert charset.lower() in ('utf-8', 'iso-8859-1', 'latin1'), \
|
67
|
-
'unsupported charset %s' % charset
|
68
|
-
self.emit('charset="%s"' % charset)
|
69
|
-
for param in additionnal_param.iteritems():
|
70
|
-
self.emit('='.join(param))
|
71
|
-
|
72
|
-
def get_source(self):
|
73
|
-
"""returns self._source"""
|
74
|
-
if self._source is None:
|
75
|
-
self.emit("}\n")
|
76
|
-
self._source = '\n'.join(self.lines)
|
77
|
-
del self.lines
|
78
|
-
return self._source
|
79
|
-
|
80
|
-
source = property(get_source)
|
81
|
-
|
82
|
-
def generate(self, outputfile=None, dotfile=None, mapfile=None):
|
83
|
-
"""Generates a graph file.
|
84
|
-
|
85
|
-
:param outputfile: filename and path [defaults to graphname.png]
|
86
|
-
:param dotfile: filename and path [defaults to graphname.dot]
|
87
|
-
|
88
|
-
:rtype: str
|
89
|
-
:return: a path to the generated file
|
90
|
-
"""
|
91
|
-
name = self.graphname
|
92
|
-
if not dotfile:
|
93
|
-
# if 'outputfile' is a dot file use it as 'dotfile'
|
94
|
-
if outputfile and outputfile.endswith(".dot"):
|
95
|
-
dotfile = outputfile
|
96
|
-
else:
|
97
|
-
dotfile = '%s.dot' % name
|
98
|
-
if outputfile is not None:
|
99
|
-
storedir, basename, target = target_info_from_filename(outputfile)
|
100
|
-
if target != "dot":
|
101
|
-
pdot, dot_sourcepath = tempfile.mkstemp(".dot", name)
|
102
|
-
os.close(pdot)
|
103
|
-
else:
|
104
|
-
dot_sourcepath = osp.join(storedir, dotfile)
|
105
|
-
else:
|
106
|
-
target = 'png'
|
107
|
-
pdot, dot_sourcepath = tempfile.mkstemp(".dot", name)
|
108
|
-
ppng, outputfile = tempfile.mkstemp(".png", name)
|
109
|
-
os.close(pdot)
|
110
|
-
os.close(ppng)
|
111
|
-
pdot = open(dot_sourcepath,'w')
|
112
|
-
if isinstance(self.source, unicode):
|
113
|
-
pdot.write(self.source.encode('UTF8'))
|
114
|
-
else:
|
115
|
-
pdot.write(self.source)
|
116
|
-
pdot.close()
|
117
|
-
if target != 'dot':
|
118
|
-
if mapfile:
|
119
|
-
subprocess.call('%s -Tcmapx -o%s -T%s %s -o%s' % (self.renderer, mapfile,
|
120
|
-
target, dot_sourcepath, outputfile), shell=True)
|
121
|
-
else:
|
122
|
-
subprocess.call('%s -T%s %s -o%s' % (self.renderer, target,
|
123
|
-
dot_sourcepath, outputfile), shell=True)
|
124
|
-
os.unlink(dot_sourcepath)
|
125
|
-
return outputfile
|
126
|
-
|
127
|
-
def emit(self, line):
|
128
|
-
"""Adds <line> to final output."""
|
129
|
-
self.lines.append(line)
|
130
|
-
|
131
|
-
def emit_edge(self, name1, name2, **props):
|
132
|
-
"""emit an edge from <name1> to <name2>.
|
133
|
-
edge properties: see http://www.graphviz.org/doc/info/attrs.html
|
134
|
-
"""
|
135
|
-
attrs = ['%s="%s"' % (prop, value) for prop, value in props.items()]
|
136
|
-
n_from, n_to = normalize_node_id(name1), normalize_node_id(name2)
|
137
|
-
self.emit('%s -> %s [%s];' % (n_from, n_to, ", ".join(attrs)) )
|
138
|
-
|
139
|
-
def emit_node(self, name, **props):
|
140
|
-
"""emit a node with given properties.
|
141
|
-
node properties: see http://www.graphviz.org/doc/info/attrs.html
|
142
|
-
"""
|
143
|
-
attrs = ['%s="%s"' % (prop, value) for prop, value in props.items()]
|
144
|
-
self.emit('%s [%s];' % (normalize_node_id(name), ", ".join(attrs)))
|
145
|
-
|
146
|
-
def normalize_node_id(nid):
|
147
|
-
"""Returns a suitable DOT node id for `nid`."""
|
148
|
-
return '"%s"' % nid
|
149
|
-
|
150
|
-
class GraphGenerator:
|
151
|
-
def __init__(self, backend):
|
152
|
-
# the backend is responsible to output the graph in a particular format
|
153
|
-
self.backend = backend
|
154
|
-
|
155
|
-
def generate(self, visitor, propshdlr, outputfile=None, mapfile=None):
|
156
|
-
# the visitor
|
157
|
-
# the property handler is used to get node and edge properties
|
158
|
-
# according to the graph and to the backend
|
159
|
-
self.propshdlr = propshdlr
|
160
|
-
for nodeid, node in visitor.nodes():
|
161
|
-
props = propshdlr.node_properties(node)
|
162
|
-
self.backend.emit_node(nodeid, **props)
|
163
|
-
for subjnode, objnode, edge in visitor.edges():
|
164
|
-
props = propshdlr.edge_properties(edge, subjnode, objnode)
|
165
|
-
self.backend.emit_edge(subjnode, objnode, **props)
|
166
|
-
return self.backend.generate(outputfile=outputfile, mapfile=mapfile)
|
167
|
-
|
168
|
-
|
169
|
-
class UnorderableGraph(Exception):
|
170
|
-
def __init__(self, cycles):
|
171
|
-
self.cycles = cycles
|
172
|
-
|
173
|
-
def __str__(self):
|
174
|
-
return 'cycles in graph: %s' % self.cycles
|
175
|
-
|
176
|
-
def ordered_nodes(graph):
|
177
|
-
"""takes a dependency graph dict as arguments and return an ordered tuple of
|
178
|
-
nodes starting with nodes without dependencies and up to the outermost node.
|
179
|
-
|
180
|
-
If there is some cycle in the graph, :exc:`UnorderableGraph` will be raised.
|
181
|
-
|
182
|
-
Also the given graph dict will be emptied.
|
183
|
-
"""
|
184
|
-
cycles = get_cycles(graph)
|
185
|
-
if cycles:
|
186
|
-
cycles = '\n'.join(' -> '.join(cycle) for cycle in cycles)
|
187
|
-
raise UnorderableGraph(cycles)
|
188
|
-
ordered = []
|
189
|
-
while graph:
|
190
|
-
# sorted to get predictable results
|
191
|
-
for node, deps in sorted(graph.items()):
|
192
|
-
if not deps:
|
193
|
-
ordered.append(node)
|
194
|
-
del graph[node]
|
195
|
-
for deps in graph.itervalues():
|
196
|
-
try:
|
197
|
-
deps.remove(node)
|
198
|
-
except KeyError:
|
199
|
-
continue
|
200
|
-
return tuple(reversed(ordered))
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
def get_cycles(graph_dict, vertices=None):
|
205
|
-
'''given a dictionary representing an ordered graph (i.e. key are vertices
|
206
|
-
and values is a list of destination vertices representing edges), return a
|
207
|
-
list of detected cycles
|
208
|
-
'''
|
209
|
-
if not graph_dict:
|
210
|
-
return ()
|
211
|
-
result = []
|
212
|
-
if vertices is None:
|
213
|
-
vertices = graph_dict.keys()
|
214
|
-
for vertice in vertices:
|
215
|
-
_get_cycles(graph_dict, vertice, [], result)
|
216
|
-
return result
|
217
|
-
|
218
|
-
def _get_cycles(graph_dict, vertice=None, path=None, result=None):
|
219
|
-
"""recursive function doing the real work for get_cycles"""
|
220
|
-
if vertice in path:
|
221
|
-
cycle = [vertice]
|
222
|
-
for node in path[::-1]:
|
223
|
-
if node == vertice:
|
224
|
-
break
|
225
|
-
cycle.insert(0, node)
|
226
|
-
# make a canonical representation
|
227
|
-
start_from = min(cycle)
|
228
|
-
index = cycle.index(start_from)
|
229
|
-
cycle = cycle[index:] + cycle[0:index]
|
230
|
-
# append it to result if not already in
|
231
|
-
if not cycle in result:
|
232
|
-
result.append(cycle)
|
233
|
-
return
|
234
|
-
path.append(vertice)
|
235
|
-
try:
|
236
|
-
for node in graph_dict[vertice]:
|
237
|
-
_get_cycles(graph_dict, node, path, result)
|
238
|
-
except KeyError:
|
239
|
-
pass
|
240
|
-
path.pop()
|
241
|
-
|
242
|
-
def has_path(graph_dict, fromnode, tonode, path=None):
|
243
|
-
"""generic function taking a simple graph definition as a dictionary, with
|
244
|
-
node has key associated to a list of nodes directly reachable from it.
|
245
|
-
|
246
|
-
Return None if no path exists to go from `fromnode` to `tonode`, else the
|
247
|
-
first path found (as a list including the destination node at last)
|
248
|
-
"""
|
249
|
-
if path is None:
|
250
|
-
path = []
|
251
|
-
elif fromnode in path:
|
252
|
-
return None
|
253
|
-
path.append(fromnode)
|
254
|
-
for destnode in graph_dict[fromnode]:
|
255
|
-
if destnode == tonode or has_path(graph_dict, destnode, tonode, path):
|
256
|
-
return path[1:] + [tonode]
|
257
|
-
path.pop()
|
258
|
-
return None
|
259
|
-
|
data/tools/common/common/html.py
DELETED
@@ -1,142 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
#
|
4
|
-
# This file is part of logilab-common.
|
5
|
-
#
|
6
|
-
# logilab-common is free software: you can redistribute it and/or modify it under
|
7
|
-
# the terms of the GNU Lesser General Public License as published by the Free
|
8
|
-
# Software Foundation, either version 2.1 of the License, or (at your option) any
|
9
|
-
# later version.
|
10
|
-
#
|
11
|
-
# logilab-common is distributed in the hope that it will be useful, but WITHOUT
|
12
|
-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
13
|
-
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
14
|
-
# details.
|
15
|
-
#
|
16
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
17
|
-
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
|
18
|
-
"""render a tree in HTML.
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
"""
|
24
|
-
__docformat__ = "restructuredtext en"
|
25
|
-
|
26
|
-
|
27
|
-
def render_HTML_tree(tree, selected_node=None, render_node=None, caption=None):
|
28
|
-
"""
|
29
|
-
Generate a pure HTML representation of a tree given as an instance
|
30
|
-
of a logilab.common.tree.Node
|
31
|
-
|
32
|
-
selected_node is the currently selected node (if any) which will
|
33
|
-
have its surrounding <div> have id="selected" (which default
|
34
|
-
to a bold border libe with the default CSS).
|
35
|
-
|
36
|
-
render_node is a function that should take a Node content (Node.id)
|
37
|
-
as parameter and should return a string (what will be displayed
|
38
|
-
in the cell).
|
39
|
-
|
40
|
-
Warning: proper rendering of the generated html code depends on html_tree.css
|
41
|
-
"""
|
42
|
-
tree_depth = tree.depth_down()
|
43
|
-
if render_node is None:
|
44
|
-
render_node = str
|
45
|
-
|
46
|
-
# helper function that build a matrix from the tree, like:
|
47
|
-
# +------+-----------+-----------+
|
48
|
-
# | root | child_1_1 | child_2_1 |
|
49
|
-
# | root | child_1_1 | child_2_2 |
|
50
|
-
# | root | child_1_2 | |
|
51
|
-
# | root | child_1_3 | child_2_3 |
|
52
|
-
# | root | child_1_3 | child_2_4 |
|
53
|
-
# +------+-----------+-----------+
|
54
|
-
# from:
|
55
|
-
# root -+- child_1_1 -+- child_2_1
|
56
|
-
# | |
|
57
|
-
# | +- child_2_2
|
58
|
-
# +- child_1_2
|
59
|
-
# |
|
60
|
-
# +- child1_3 -+- child_2_3
|
61
|
-
# |
|
62
|
-
# +- child_2_2
|
63
|
-
def build_matrix(path, matrix):
|
64
|
-
if path[-1].is_leaf():
|
65
|
-
matrix.append(path[:])
|
66
|
-
else:
|
67
|
-
for child in path[-1].children:
|
68
|
-
build_matrix(path[:] + [child], matrix)
|
69
|
-
|
70
|
-
matrix = []
|
71
|
-
build_matrix([tree], matrix)
|
72
|
-
|
73
|
-
# make all lines in the matrix have the same number of columns
|
74
|
-
for line in matrix:
|
75
|
-
line.extend([None]*(tree_depth-len(line)))
|
76
|
-
for i in range(len(matrix)-1, 0, -1):
|
77
|
-
prev_line, line = matrix[i-1:i+1]
|
78
|
-
for j in range(len(line)):
|
79
|
-
if line[j] == prev_line[j]:
|
80
|
-
line[j] = None
|
81
|
-
|
82
|
-
# We build the matrix of link types (between 2 cells on a line of the matrix)
|
83
|
-
# link types are :
|
84
|
-
link_types = {(True, True, True ): 1, # T
|
85
|
-
(False, False, True ): 2, # |
|
86
|
-
(False, True, True ): 3, # + (actually, vert. bar with horiz. bar on the right)
|
87
|
-
(False, True, False): 4, # L
|
88
|
-
(True, True, False): 5, # -
|
89
|
-
}
|
90
|
-
links = []
|
91
|
-
for i, line in enumerate(matrix):
|
92
|
-
links.append([])
|
93
|
-
for j in range(tree_depth-1):
|
94
|
-
cell_11 = line[j] is not None
|
95
|
-
cell_12 = line[j+1] is not None
|
96
|
-
cell_21 = line[j+1] is not None and line[j+1].next_sibling() is not None
|
97
|
-
link_type = link_types.get((cell_11, cell_12, cell_21), 0)
|
98
|
-
if link_type == 0 and i > 0 and links[i-1][j] in (1, 2, 3):
|
99
|
-
link_type = 2
|
100
|
-
links[-1].append(link_type)
|
101
|
-
|
102
|
-
|
103
|
-
# We can now generate the HTML code for the <table>
|
104
|
-
s = u'<table class="tree">\n'
|
105
|
-
if caption:
|
106
|
-
s += '<caption>%s</caption>\n' % caption
|
107
|
-
|
108
|
-
for i, link_line in enumerate(links):
|
109
|
-
line = matrix[i]
|
110
|
-
|
111
|
-
s += '<tr>'
|
112
|
-
for j, link_cell in enumerate(link_line):
|
113
|
-
cell = line[j]
|
114
|
-
if cell:
|
115
|
-
if cell.id == selected_node:
|
116
|
-
s += '<td class="tree_cell" rowspan="2"><div class="selected tree_cell">%s</div></td>' % (render_node(cell.id))
|
117
|
-
else:
|
118
|
-
s += '<td class="tree_cell" rowspan="2"><div class="tree_cell">%s</div></td>' % (render_node(cell.id))
|
119
|
-
else:
|
120
|
-
s += '<td rowspan="2"> </td>'
|
121
|
-
s += '<td class="tree_cell_%d_1"> </td>' % link_cell
|
122
|
-
s += '<td class="tree_cell_%d_2"> </td>' % link_cell
|
123
|
-
|
124
|
-
cell = line[-1]
|
125
|
-
if cell:
|
126
|
-
if cell.id == selected_node:
|
127
|
-
s += '<td class="tree_cell" rowspan="2"><div class="selected tree_cell">%s</div></td>' % (render_node(cell.id))
|
128
|
-
else:
|
129
|
-
s += '<td class="tree_cell" rowspan="2"><div class="tree_cell">%s</div></td>' % (render_node(cell.id))
|
130
|
-
else:
|
131
|
-
s += '<td rowspan="2"> </td>'
|
132
|
-
|
133
|
-
s += '</tr>\n'
|
134
|
-
if link_line:
|
135
|
-
s += '<tr>'
|
136
|
-
for j, link_cell in enumerate(link_line):
|
137
|
-
s += '<td class="tree_cell_%d_3"> </td>' % link_cell
|
138
|
-
s += '<td class="tree_cell_%d_4"> </td>' % link_cell
|
139
|
-
s += '</tr>\n'
|
140
|
-
|
141
|
-
s += '</table>'
|
142
|
-
return s
|
@@ -1,76 +0,0 @@
|
|
1
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
2
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
3
|
-
#
|
4
|
-
# This file is part of logilab-common.
|
5
|
-
#
|
6
|
-
# logilab-common is free software: you can redistribute it and/or modify it under
|
7
|
-
# the terms of the GNU Lesser General Public License as published by the Free
|
8
|
-
# Software Foundation, either version 2.1 of the License, or (at your option) any
|
9
|
-
# later version.
|
10
|
-
#
|
11
|
-
# logilab-common is distributed in the hope that it will be useful, but WITHOUT
|
12
|
-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
13
|
-
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
14
|
-
# details.
|
15
|
-
#
|
16
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
17
|
-
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
|
18
|
-
"""Bases class for interfaces to provide 'light' interface handling.
|
19
|
-
|
20
|
-
TODO:
|
21
|
-
_ implements a check method which check that an object implements the
|
22
|
-
interface
|
23
|
-
_ Attribute objects
|
24
|
-
|
25
|
-
This module requires at least python 2.2
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
"""
|
31
|
-
__docformat__ = "restructuredtext en"
|
32
|
-
|
33
|
-
from types import ListType, TupleType
|
34
|
-
|
35
|
-
class Interface(object):
|
36
|
-
"""Base class for interfaces."""
|
37
|
-
def is_implemented_by(cls, instance):
|
38
|
-
return implements(instance, cls)
|
39
|
-
is_implemented_by = classmethod(is_implemented_by)
|
40
|
-
|
41
|
-
|
42
|
-
def implements(obj, interface):
|
43
|
-
"""Return true if the give object (maybe an instance or class) implements
|
44
|
-
the interface.
|
45
|
-
"""
|
46
|
-
kimplements = getattr(obj, '__implements__', ())
|
47
|
-
if not isinstance(kimplements, (list, tuple)):
|
48
|
-
kimplements = (kimplements,)
|
49
|
-
for implementedinterface in kimplements:
|
50
|
-
if issubclass(implementedinterface, interface):
|
51
|
-
return True
|
52
|
-
return False
|
53
|
-
|
54
|
-
|
55
|
-
def extend(klass, interface, _recurs=False):
|
56
|
-
"""Add interface to klass'__implements__ if not already implemented in.
|
57
|
-
|
58
|
-
If klass is subclassed, ensure subclasses __implements__ it as well.
|
59
|
-
|
60
|
-
NOTE: klass should be e new class.
|
61
|
-
"""
|
62
|
-
if not implements(klass, interface):
|
63
|
-
try:
|
64
|
-
kimplements = klass.__implements__
|
65
|
-
kimplementsklass = type(kimplements)
|
66
|
-
kimplements = list(kimplements)
|
67
|
-
except AttributeError:
|
68
|
-
kimplementsklass = tuple
|
69
|
-
kimplements = []
|
70
|
-
kimplements.append(interface)
|
71
|
-
klass.__implements__ = kimplementsklass(kimplements)
|
72
|
-
for subklass in klass.__subclasses__():
|
73
|
-
extend(subklass, interface, _recurs=True)
|
74
|
-
elif _recurs:
|
75
|
-
for subklass in klass.__subclasses__():
|
76
|
-
extend(subklass, interface, _recurs=True)
|
@@ -1,166 +0,0 @@
|
|
1
|
-
# -*- coding: utf-8 -*-
|
2
|
-
# copyright 2003-2010 LOGILAB S.A. (Paris, FRANCE), all rights reserved.
|
3
|
-
# contact http://www.logilab.fr/ -- mailto:contact@logilab.fr
|
4
|
-
#
|
5
|
-
# This file is part of logilab-common.
|
6
|
-
#
|
7
|
-
# logilab-common is free software: you can redistribute it and/or modify it under
|
8
|
-
# the terms of the GNU Lesser General Public License as published by the Free
|
9
|
-
# Software Foundation, either version 2.1 of the License, or (at your option) any
|
10
|
-
# later version.
|
11
|
-
#
|
12
|
-
# logilab-common is distributed in the hope that it will be useful, but WITHOUT
|
13
|
-
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
14
|
-
# FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
|
15
|
-
# details.
|
16
|
-
#
|
17
|
-
# You should have received a copy of the GNU Lesser General Public License along
|
18
|
-
# with logilab-common. If not, see <http://www.gnu.org/licenses/>.
|
19
|
-
|
20
|
-
"""Extends the logging module from the standard library.
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
"""
|
26
|
-
__docformat__ = "restructuredtext en"
|
27
|
-
|
28
|
-
import os
|
29
|
-
import sys
|
30
|
-
import logging
|
31
|
-
|
32
|
-
from logilab.common.textutils import colorize_ansi
|
33
|
-
|
34
|
-
|
35
|
-
def set_log_methods(cls, logger):
|
36
|
-
"""bind standard logger's methods as methods on the class"""
|
37
|
-
cls.__logger = logger
|
38
|
-
for attr in ('debug', 'info', 'warning', 'error', 'critical', 'exception'):
|
39
|
-
setattr(cls, attr, getattr(logger, attr))
|
40
|
-
|
41
|
-
|
42
|
-
def xxx_cyan(record):
|
43
|
-
if 'XXX' in record.message:
|
44
|
-
return 'cyan'
|
45
|
-
|
46
|
-
class ColorFormatter(logging.Formatter):
|
47
|
-
"""
|
48
|
-
A color Formatter for the logging standard module.
|
49
|
-
|
50
|
-
By default, colorize CRITICAL and ERROR in red, WARNING in orange, INFO in
|
51
|
-
green and DEBUG in yellow.
|
52
|
-
|
53
|
-
self.colors is customizable via the 'color' constructor argument (dictionary).
|
54
|
-
|
55
|
-
self.colorfilters is a list of functions that get the LogRecord
|
56
|
-
and return a color name or None.
|
57
|
-
"""
|
58
|
-
|
59
|
-
def __init__(self, fmt=None, datefmt=None, colors=None):
|
60
|
-
logging.Formatter.__init__(self, fmt, datefmt)
|
61
|
-
self.colorfilters = []
|
62
|
-
self.colors = {'CRITICAL': 'red',
|
63
|
-
'ERROR': 'red',
|
64
|
-
'WARNING': 'magenta',
|
65
|
-
'INFO': 'green',
|
66
|
-
'DEBUG': 'yellow',
|
67
|
-
}
|
68
|
-
if colors is not None:
|
69
|
-
assert isinstance(colors, dict)
|
70
|
-
self.colors.update(colors)
|
71
|
-
|
72
|
-
def format(self, record):
|
73
|
-
msg = logging.Formatter.format(self, record)
|
74
|
-
if record.levelname in self.colors:
|
75
|
-
color = self.colors[record.levelname]
|
76
|
-
return colorize_ansi(msg, color)
|
77
|
-
else:
|
78
|
-
for cf in self.colorfilters:
|
79
|
-
color = cf(record)
|
80
|
-
if color:
|
81
|
-
return colorize_ansi(msg, color)
|
82
|
-
return msg
|
83
|
-
|
84
|
-
def set_color_formatter(logger=None, **kw):
|
85
|
-
"""
|
86
|
-
Install a color formatter on the 'logger'. If not given, it will
|
87
|
-
defaults to the default logger.
|
88
|
-
|
89
|
-
Any additional keyword will be passed as-is to the ColorFormatter
|
90
|
-
constructor.
|
91
|
-
"""
|
92
|
-
if logger is None:
|
93
|
-
logger = logging.getLogger()
|
94
|
-
if not logger.handlers:
|
95
|
-
logging.basicConfig()
|
96
|
-
format_msg = logger.handlers[0].formatter._fmt
|
97
|
-
fmt = ColorFormatter(format_msg, **kw)
|
98
|
-
fmt.colorfilters.append(xxx_cyan)
|
99
|
-
logger.handlers[0].setFormatter(fmt)
|
100
|
-
|
101
|
-
|
102
|
-
LOG_FORMAT = '%(asctime)s - (%(name)s) %(levelname)s: %(message)s'
|
103
|
-
LOG_DATE_FORMAT = '%Y-%m-%d %H:%M:%S'
|
104
|
-
|
105
|
-
def init_log(debug=False, syslog=False, logthreshold=None, logfile=None,
|
106
|
-
logformat=LOG_FORMAT, logdateformat=LOG_DATE_FORMAT,
|
107
|
-
rotation_parameters=None):
|
108
|
-
"""init the log service"""
|
109
|
-
if os.environ.get('APYCOT_ROOT'):
|
110
|
-
logthreshold = logging.CRITICAL
|
111
|
-
# redirect logs to stdout to avoid apycot output parsing failure
|
112
|
-
handler = logging.StreamHandler(sys.stdout)
|
113
|
-
else:
|
114
|
-
if debug:
|
115
|
-
handler = logging.StreamHandler()
|
116
|
-
elif logfile is None:
|
117
|
-
if syslog:
|
118
|
-
from logging import handlers
|
119
|
-
handler = handlers.SysLogHandler()
|
120
|
-
else:
|
121
|
-
handler = logging.StreamHandler()
|
122
|
-
else:
|
123
|
-
try:
|
124
|
-
if rotation_parameters is None:
|
125
|
-
handler = logging.FileHandler(logfile)
|
126
|
-
else:
|
127
|
-
from logging.handlers import TimedRotatingFileHandler
|
128
|
-
handler = TimedRotatingFileHandler(logfile,
|
129
|
-
**rotation_parameters)
|
130
|
-
except IOError:
|
131
|
-
handler = logging.StreamHandler()
|
132
|
-
if logthreshold is None:
|
133
|
-
logthreshold = logging.ERROR
|
134
|
-
elif isinstance(logthreshold, basestring):
|
135
|
-
logthreshold = getattr(logging, THRESHOLD_MAP.get(logthreshold,
|
136
|
-
logthreshold))
|
137
|
-
# configure the root logger
|
138
|
-
logger = logging.getLogger()
|
139
|
-
logger.setLevel(logthreshold)
|
140
|
-
# only addHandler and removeHandler method while I would like a
|
141
|
-
# setHandler method, so do it this way :$
|
142
|
-
logger.handlers = [handler]
|
143
|
-
isatty = hasattr(sys.__stdout__, 'isatty') and sys.__stdout__.isatty()
|
144
|
-
if debug and isatty and sys.platform != 'win32':
|
145
|
-
fmt = ColorFormatter(logformat, logdateformat)
|
146
|
-
def col_fact(record):
|
147
|
-
if 'XXX' in record.message:
|
148
|
-
return 'cyan'
|
149
|
-
if 'kick' in record.message:
|
150
|
-
return 'red'
|
151
|
-
fmt.colorfilters.append(col_fact)
|
152
|
-
else:
|
153
|
-
fmt = logging.Formatter(logformat, logdateformat)
|
154
|
-
handler.setFormatter(fmt)
|
155
|
-
return handler
|
156
|
-
|
157
|
-
# map logilab.common.logger thresholds to logging thresholds
|
158
|
-
THRESHOLD_MAP = {'LOG_DEBUG': 'DEBUG',
|
159
|
-
'LOG_INFO': 'INFO',
|
160
|
-
'LOG_NOTICE': 'INFO',
|
161
|
-
'LOG_WARN': 'WARNING',
|
162
|
-
'LOG_WARNING': 'WARNING',
|
163
|
-
'LOG_ERR': 'ERROR',
|
164
|
-
'LOG_ERROR': 'ERROR',
|
165
|
-
'LOG_CRIT': 'CRITICAL',
|
166
|
-
}
|