.flake8
.gitignore
LICENSE
README.md
conftest.py
manage.py
pyproject.toml
requirements.txt
.github/workflows/check.yml
.github/workflows/publish_to_pypi.yml
dot_analyzer/__init__.py
dot_analyzer/_version.py
dot_analyzer/core/__init__.py
dot_analyzer/core/analyzer.py
dot_analyzer/core/dot_parser.py
dot_analyzer/core/tests/__init__.py
dot_analyzer/core/tests/test_analyze.py
dot_analyzer/core/tests/test_dot_parser.py
dot_analyzer/core/tests/fixtures/__init__.py
dot_analyzer/core/tests/fixtures/circle_graph.py
dot_analyzer/core/tests/fixtures/circled_nodes.py
dot_analyzer/core/tests/fixtures/nested_graph.py
dot_analyzer/core/tests/fixtures/simple_graph.py
dot_analyzer/view/__init__.py
dot_analyzer/view/dot_builder.py
dot_analyzer/view/tests/__init__.py
dot_analyzer/view/tests/test_dot_builder.py
dot_layered_transform.egg-info/PKG-INFO
dot_layered_transform.egg-info/SOURCES.txt
dot_layered_transform.egg-info/dependency_links.txt
dot_layered_transform.egg-info/top_level.txt
example/after_transformation.png
example/before_transformation.png
example/graph.dot
tests/__init__.py
tests/fixtures/__init__.py
tests/fixtures/application_to_application.dot
tests/fixtures/application_uses_domain.dot
tests/fixtures/application_uses_infrastructure.dot
tests/fixtures/application_uses_no_layer.dot
tests/fixtures/application_uses_unknown.dot
tests/fixtures/circle.dot
tests/fixtures/domain_to_domain.dot
tests/fixtures/domain_uses_no_layer.dot
tests/fixtures/domain_uses_unknown.dot
tests/fixtures/dot_content.py
tests/fixtures/infrastructure_to_infrastructure.dot
tests/fixtures/infrastructure_uses_application.dot
tests/fixtures/infrastructure_uses_domain.dot
tests/fixtures/infrastructure_uses_unknown.dot
tests/fixtures/layered_graph.dot
tests/fixtures/nested.dot
tests/fixtures/parser.py
tests/fixtures/simple.dot
tests/fixtures/violated_layered_graph.dot
tests/fixtures/complexes/graph_expected.dot
tests/fixtures/complexes/graph_input.dot