Exemplo n.º 1
0
    'test_convert',
    'test_converter',
    'test_documentation_examples',
    'test_exceptions',
    'test_impex',
    'test_inherit',
    'test_limits',
    'test_new_api',
    'test_uninstall',
    'test_workflow',
    'warning',
]

dm = DependencyMatrix(MATRIX_PACKAGE_LIST)
dm.build_modules()
dm.build_imports()
dm.build_matrices()


OPTIONS = {
    'group_name': False,
    'group_index': True,
    'source_name': False,
    'source_index': True,
    'target_name': False,
    'target_index': True,
    'imports': False,
    'cardinal': True,
}

pp = pprint.PrettyPrinter(indent=2)
Exemplo n.º 2
0
    'test_convert',
    'test_converter',
    'test_documentation_examples',
    'test_exceptions',
    'test_impex',
    'test_inherit',
    'test_limits',
    'test_new_api',
    'test_uninstall',
    'test_workflow',
    'warning',
]

dm = DependencyMatrix(MATRIX_PACKAGE_LIST)
dm.build_modules()
dm.build_imports()
dm.build_matrices()

OPTIONS = {
    'group_name': False,
    'group_index': True,
    'source_name': False,
    'source_index': True,
    'target_name': False,
    'target_index': True,
    'imports': False,
    'cardinal': True,
}

pp = pprint.PrettyPrinter(indent=2)
# pp.pprint(dm.modules)