mvn-tree-visualizer 1.8.5__tar.gz → 1.8.8__tar.gz
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.
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/CHANGELOG.md +12 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/PKG-INFO +3 -3
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/pyproject.toml +10 -10
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/uv.lock +35 -43
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/FUNDING.yml +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/SECURITY.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/dependabot.yml +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/workflows/ci.yml +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/workflows/release.yml +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.gitignore +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.python-version +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/CODE_OF_CONDUCT.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/CONTRIBUTING.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/LICENSE +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/RELEASE.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/ROADMAP.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/docs/INTEGRATION.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/docs/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/docs/THEMES.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/complex-project/diagram-dark.html +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/complex-project/diagram-minimal.html +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/complex-project/maven_dependency_file +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/dependencies.json +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/diagram-dark.html +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/diagram-minimal.html +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/maven_dependency_file +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/watch-test/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/watch-test/test_maven_file +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/ruff.toml +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/__init__.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/__main__.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/cli.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/diagram.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/enhanced_template.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/exceptions.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/file_watcher.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/get_dependencies_in_one_file.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/outputs/html_output.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/outputs/json_output.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/themes.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/utils.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/validation.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/cli/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/cli/__init__.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/cli/test_open.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/cli/test_quiet.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/cli/test_timestamp.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/cli/test_version.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/README.md +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/__init__.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/test_compatibility.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/test_config.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/test_errors.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/test_navigation.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/test_github_issue_7.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/test_html_output.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/test_json_output.py +0 -0
- {mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/test_watch_mode.py +0 -0
|
@@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
8
|
<!-- insertion marker -->
|
|
9
|
+
## [v1.8.7](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.8.7) - 2026-01-12
|
|
10
|
+
|
|
11
|
+
<small>[Compare with v1.8.6](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.8.6...v1.8.7)</small>
|
|
12
|
+
|
|
13
|
+
## [v1.8.6](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.8.6) - 2026-01-07
|
|
14
|
+
|
|
15
|
+
<small>[Compare with v1.8.5](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.8.5...v1.8.6)</small>
|
|
16
|
+
|
|
17
|
+
## [v1.8.5](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.8.5) - 2025-12-15
|
|
18
|
+
|
|
19
|
+
<small>[Compare with v1.8.4](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.8.4...v1.8.5)</small>
|
|
20
|
+
|
|
9
21
|
## [v1.8.4](https://github.com/dyka3773/mvn-tree-visualizer/releases/tag/v1.8.4) - 2025-11-24
|
|
10
22
|
|
|
11
23
|
<small>[Compare with v1.8.3](https://github.com/dyka3773/mvn-tree-visualizer/compare/v1.8.3...v1.8.4)</small>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mvn-tree-visualizer
|
|
3
|
-
Version: 1.8.
|
|
3
|
+
Version: 1.8.8
|
|
4
4
|
Summary: A simple command line tool to visualize the dependency tree of a Maven project in a graphical format.
|
|
5
5
|
Project-URL: source, https://github.com/dyka3773/mvn-tree-visualizer
|
|
6
6
|
Author-email: Iraklis Konsoulas <dyka3773@gmail.com>
|
|
@@ -17,8 +17,8 @@ Classifier: Programming Language :: Python :: 3.13
|
|
|
17
17
|
Classifier: Topic :: Software Development :: Build Tools
|
|
18
18
|
Classifier: Typing :: Typed
|
|
19
19
|
Requires-Python: >=3.10
|
|
20
|
-
Requires-Dist: jinja2
|
|
21
|
-
Requires-Dist: watchdog
|
|
20
|
+
Requires-Dist: jinja2==3.1.6
|
|
21
|
+
Requires-Dist: watchdog==6.0.0
|
|
22
22
|
Description-Content-Type: text/markdown
|
|
23
23
|
|
|
24
24
|
# Maven Dependency Tree Visualizer
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mvn-tree-visualizer"
|
|
3
|
-
version = "1.8.
|
|
3
|
+
version = "1.8.8"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name = "Iraklis Konsoulas", email = "dyka3773@gmail.com" },
|
|
6
6
|
]
|
|
@@ -31,8 +31,8 @@ classifiers = [
|
|
|
31
31
|
"Typing :: Typed",
|
|
32
32
|
]
|
|
33
33
|
dependencies = [
|
|
34
|
-
"jinja2
|
|
35
|
-
"watchdog
|
|
34
|
+
"jinja2==3.1.6",
|
|
35
|
+
"watchdog==6.0.0",
|
|
36
36
|
]
|
|
37
37
|
|
|
38
38
|
[project.urls]
|
|
@@ -43,12 +43,12 @@ mvn-tree-visualizer = "mvn_tree_visualizer.cli:cli"
|
|
|
43
43
|
|
|
44
44
|
[dependency-groups]
|
|
45
45
|
dev = [
|
|
46
|
-
"twine
|
|
46
|
+
"twine==6.2.0",
|
|
47
47
|
"python-semantic-release==10.5.3",
|
|
48
|
-
"build
|
|
49
|
-
"git-changelog
|
|
50
|
-
"tox
|
|
51
|
-
"pytest
|
|
48
|
+
"build==1.4.0",
|
|
49
|
+
"git-changelog==2.7.1",
|
|
50
|
+
"tox==4.34.1",
|
|
51
|
+
"pytest==9.0.2",
|
|
52
52
|
]
|
|
53
53
|
|
|
54
54
|
[build-system]
|
|
@@ -98,14 +98,14 @@ env_list = ["lint", "3.10", "3.11", "3.12", "3.13"]
|
|
|
98
98
|
[tool.tox.env_run_base]
|
|
99
99
|
description = "Run tests with the current Python version"
|
|
100
100
|
deps = [
|
|
101
|
-
"pytest
|
|
101
|
+
"pytest==9.0.2",
|
|
102
102
|
]
|
|
103
103
|
commands = [[ "pytest", "-v" ]]
|
|
104
104
|
|
|
105
105
|
[tool.tox.env.lint]
|
|
106
106
|
description = "Lint the codebase with ruff"
|
|
107
107
|
deps = [
|
|
108
|
-
"ruff
|
|
108
|
+
"ruff==0.12.3",
|
|
109
109
|
]
|
|
110
110
|
skip_install = true
|
|
111
111
|
commands = [[ "ruff", "check", "src/", "tests/" ]]
|
|
@@ -22,7 +22,7 @@ wheels = [
|
|
|
22
22
|
|
|
23
23
|
[[package]]
|
|
24
24
|
name = "build"
|
|
25
|
-
version = "1.
|
|
25
|
+
version = "1.4.0"
|
|
26
26
|
source = { registry = "https://pypi.org/simple" }
|
|
27
27
|
dependencies = [
|
|
28
28
|
{ name = "colorama", marker = "os_name == 'nt'" },
|
|
@@ -31,18 +31,18 @@ dependencies = [
|
|
|
31
31
|
{ name = "pyproject-hooks" },
|
|
32
32
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
33
33
|
]
|
|
34
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
34
|
+
sdist = { url = "https://files.pythonhosted.org/packages/42/18/94eaffda7b329535d91f00fe605ab1f1e5cd68b2074d03f255c7d250687d/build-1.4.0.tar.gz", hash = "sha256:f1b91b925aa322be454f8330c6fb48b465da993d1e7e7e6fa35027ec49f3c936", size = 50054, upload-time = "2026-01-08T16:41:47.696Z" }
|
|
35
35
|
wheels = [
|
|
36
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
36
|
+
{ url = "https://files.pythonhosted.org/packages/c5/0d/84a4380f930db0010168e0aa7b7a8fed9ba1835a8fbb1472bc6d0201d529/build-1.4.0-py3-none-any.whl", hash = "sha256:6a07c1b8eb6f2b311b96fcbdbce5dab5fe637ffda0fd83c9cac622e927501596", size = 24141, upload-time = "2026-01-08T16:41:46.453Z" },
|
|
37
37
|
]
|
|
38
38
|
|
|
39
39
|
[[package]]
|
|
40
40
|
name = "cachetools"
|
|
41
|
-
version = "6.2.
|
|
41
|
+
version = "6.2.4"
|
|
42
42
|
source = { registry = "https://pypi.org/simple" }
|
|
43
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
43
|
+
sdist = { url = "https://files.pythonhosted.org/packages/bc/1d/ede8680603f6016887c062a2cf4fc8fdba905866a3ab8831aa8aa651320c/cachetools-6.2.4.tar.gz", hash = "sha256:82c5c05585e70b6ba2d3ae09ea60b79548872185d2f24ae1f2709d37299fd607", size = 31731, upload-time = "2025-12-15T18:24:53.744Z" }
|
|
44
44
|
wheels = [
|
|
45
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
45
|
+
{ url = "https://files.pythonhosted.org/packages/2c/fc/1d7b80d0eb7b714984ce40efc78859c022cd930e402f599d8ca9e39c78a4/cachetools-6.2.4-py3-none-any.whl", hash = "sha256:69a7a52634fed8b8bf6e24a050fb60bff1c9bd8f6d24572b99c32d4e71e62a51", size = 11551, upload-time = "2025-12-15T18:24:52.332Z" },
|
|
46
46
|
]
|
|
47
47
|
|
|
48
48
|
[[package]]
|
|
@@ -65,31 +65,23 @@ sdist = { url = "https://files.pythonhosted.org/packages/fc/97/c783634659c2920c3
|
|
|
65
65
|
wheels = [
|
|
66
66
|
{ url = "https://files.pythonhosted.org/packages/de/cc/4635c320081c78d6ffc2cab0a76025b691a91204f4aa317d568ff9280a2d/cffi-1.17.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:edae79245293e15384b51f88b00613ba9f7198016a5948b5dddf4917d4d26382", size = 426024, upload-time = "2024-09-04T20:43:34.186Z" },
|
|
67
67
|
{ url = "https://files.pythonhosted.org/packages/b6/7b/3b2b250f3aab91abe5f8a51ada1b717935fdaec53f790ad4100fe2ec64d1/cffi-1.17.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:45398b671ac6d70e67da8e4224a065cec6a93541bb7aebe1b198a61b58c7b702", size = 448188, upload-time = "2024-09-04T20:43:36.286Z" },
|
|
68
|
-
{ url = "https://files.pythonhosted.org/packages/d3/48/1b9283ebbf0ec065148d8de05d647a986c5f22586b18120020452fff8f5d/cffi-1.17.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:ad9413ccdeda48c5afdae7e4fa2192157e991ff761e7ab8fdd8926f40b160cc3", size = 455571, upload-time = "2024-09-04T20:43:38.586Z" },
|
|
69
|
-
{ url = "https://files.pythonhosted.org/packages/40/87/3b8452525437b40f39ca7ff70276679772ee7e8b394934ff60e63b7b090c/cffi-1.17.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:5da5719280082ac6bd9aa7becb3938dc9f9cbd57fac7d2871717b1feb0902ab6", size = 436687, upload-time = "2024-09-04T20:43:40.084Z" },
|
|
70
68
|
{ url = "https://files.pythonhosted.org/packages/8d/fb/4da72871d177d63649ac449aec2e8a29efe0274035880c7af59101ca2232/cffi-1.17.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2bb1a08b8008b281856e5971307cc386a8e9c5b625ac297e853d36da6efe9c17", size = 446211, upload-time = "2024-09-04T20:43:41.526Z" },
|
|
71
69
|
{ url = "https://files.pythonhosted.org/packages/ab/a0/62f00bcb411332106c02b663b26f3545a9ef136f80d5df746c05878f8c4b/cffi-1.17.1-cp310-cp310-musllinux_1_1_aarch64.whl", hash = "sha256:045d61c734659cc045141be4bae381a41d89b741f795af1dd018bfb532fd0df8", size = 461325, upload-time = "2024-09-04T20:43:43.117Z" },
|
|
72
70
|
{ url = "https://files.pythonhosted.org/packages/36/83/76127035ed2e7e27b0787604d99da630ac3123bfb02d8e80c633f218a11d/cffi-1.17.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:6883e737d7d9e4899a8a695e00ec36bd4e5e4f18fabe0aca0efe0a4b44cdb13e", size = 438784, upload-time = "2024-09-04T20:43:45.256Z" },
|
|
73
71
|
{ url = "https://files.pythonhosted.org/packages/21/81/a6cd025db2f08ac88b901b745c163d884641909641f9b826e8cb87645942/cffi-1.17.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:6b8b4a92e1c65048ff98cfe1f735ef8f1ceb72e3d5f0c25fdb12087a23da22be", size = 461564, upload-time = "2024-09-04T20:43:46.779Z" },
|
|
74
72
|
{ url = "https://files.pythonhosted.org/packages/94/dd/a3f0118e688d1b1a57553da23b16bdade96d2f9bcda4d32e7d2838047ff7/cffi-1.17.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f75c7ab1f9e4aca5414ed4d8e5c0e303a34f4421f8a0d47a4d019ceff0ab6af4", size = 445259, upload-time = "2024-09-04T20:43:56.123Z" },
|
|
75
73
|
{ url = "https://files.pythonhosted.org/packages/2e/ea/70ce63780f096e16ce8588efe039d3c4f91deb1dc01e9c73a287939c79a6/cffi-1.17.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:a1ed2dd2972641495a3ec98445e09766f077aee98a1c896dcb4ad0d303628e41", size = 469200, upload-time = "2024-09-04T20:43:57.891Z" },
|
|
76
|
-
{ url = "https://files.pythonhosted.org/packages/1c/a0/a4fa9f4f781bda074c3ddd57a572b060fa0df7655d2a4247bbe277200146/cffi-1.17.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:46bf43160c1a35f7ec506d254e5c890f3c03648a4dbac12d624e4490a7046cd1", size = 477235, upload-time = "2024-09-04T20:44:00.18Z" },
|
|
77
|
-
{ url = "https://files.pythonhosted.org/packages/62/12/ce8710b5b8affbcdd5c6e367217c242524ad17a02fe5beec3ee339f69f85/cffi-1.17.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a24ed04c8ffd54b0729c07cee15a81d964e6fee0e3d4d342a27b020d22959dc6", size = 459721, upload-time = "2024-09-04T20:44:01.585Z" },
|
|
78
74
|
{ url = "https://files.pythonhosted.org/packages/ff/6b/d45873c5e0242196f042d555526f92aa9e0c32355a1be1ff8c27f077fd37/cffi-1.17.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:610faea79c43e44c71e1ec53a554553fa22321b65fae24889706c0a84d4ad86d", size = 467242, upload-time = "2024-09-04T20:44:03.467Z" },
|
|
79
75
|
{ url = "https://files.pythonhosted.org/packages/1a/52/d9a0e523a572fbccf2955f5abe883cfa8bcc570d7faeee06336fbd50c9fc/cffi-1.17.1-cp311-cp311-musllinux_1_1_aarch64.whl", hash = "sha256:a9b15d491f3ad5d692e11f6b71f7857e7835eb677955c00cc0aefcd0669adaf6", size = 477999, upload-time = "2024-09-04T20:44:05.023Z" },
|
|
80
76
|
{ url = "https://files.pythonhosted.org/packages/44/74/f2a2460684a1a2d00ca799ad880d54652841a780c4c97b87754f660c7603/cffi-1.17.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:de2ea4b5833625383e464549fec1bc395c1bdeeb5f25c4a3a82b5a8c756ec22f", size = 454242, upload-time = "2024-09-04T20:44:06.444Z" },
|
|
81
77
|
{ url = "https://files.pythonhosted.org/packages/f8/4a/34599cac7dfcd888ff54e801afe06a19c17787dfd94495ab0c8d35fe99fb/cffi-1.17.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:fc48c783f9c87e60831201f2cce7f3b2e4846bf4d8728eabe54d60700b318a0b", size = 478604, upload-time = "2024-09-04T20:44:08.206Z" },
|
|
82
78
|
{ url = "https://files.pythonhosted.org/packages/cc/b6/db007700f67d151abadf508cbfd6a1884f57eab90b1bb985c4c8c02b0f28/cffi-1.17.1-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1257bdabf294dceb59f5e70c64a3e2f462c30c7ad68092d01bbbfb1c16b1ba36", size = 454803, upload-time = "2024-09-04T20:44:15.231Z" },
|
|
83
79
|
{ url = "https://files.pythonhosted.org/packages/1a/df/f8d151540d8c200eb1c6fba8cd0dfd40904f1b0682ea705c36e6c2e97ab3/cffi-1.17.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:da95af8214998d77a98cc14e3a3bd00aa191526343078b530ceb0bd710fb48a5", size = 478850, upload-time = "2024-09-04T20:44:17.188Z" },
|
|
84
|
-
{ url = "https://files.pythonhosted.org/packages/28/c0/b31116332a547fd2677ae5b78a2ef662dfc8023d67f41b2a83f7c2aa78b1/cffi-1.17.1-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:d63afe322132c194cf832bfec0dc69a99fb9bb6bbd550f161a49e9e855cc78ff", size = 485729, upload-time = "2024-09-04T20:44:18.688Z" },
|
|
85
|
-
{ url = "https://files.pythonhosted.org/packages/91/2b/9a1ddfa5c7f13cab007a2c9cc295b70fbbda7cb10a286aa6810338e60ea1/cffi-1.17.1-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:f79fc4fc25f1c8698ff97788206bb3c2598949bfe0fef03d299eb1b5356ada99", size = 471256, upload-time = "2024-09-04T20:44:20.248Z" },
|
|
86
80
|
{ url = "https://files.pythonhosted.org/packages/b2/d5/da47df7004cb17e4955df6a43d14b3b4ae77737dff8bf7f8f333196717bf/cffi-1.17.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b62ce867176a75d03a665bad002af8e6d54644fad99a3c70905c543130e39d93", size = 479424, upload-time = "2024-09-04T20:44:21.673Z" },
|
|
87
81
|
{ url = "https://files.pythonhosted.org/packages/0b/ac/2a28bcf513e93a219c8a4e8e125534f4f6db03e3179ba1c45e949b76212c/cffi-1.17.1-cp312-cp312-musllinux_1_1_aarch64.whl", hash = "sha256:386c8bf53c502fff58903061338ce4f4950cbdcb23e2902d86c0f722b786bbe3", size = 484568, upload-time = "2024-09-04T20:44:23.245Z" },
|
|
88
82
|
{ url = "https://files.pythonhosted.org/packages/d4/38/ca8a4f639065f14ae0f1d9751e70447a261f1a30fa7547a828ae08142465/cffi-1.17.1-cp312-cp312-musllinux_1_1_x86_64.whl", hash = "sha256:4ceb10419a9adf4460ea14cfd6bc43d08701f0835e979bf821052f1805850fe8", size = 488736, upload-time = "2024-09-04T20:44:24.757Z" },
|
|
89
83
|
{ url = "https://files.pythonhosted.org/packages/0e/2d/eab2e858a91fdff70533cab61dcff4a1f55ec60425832ddfdc9cd36bc8af/cffi-1.17.1-cp313-cp313-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d01b12eeeb4427d3110de311e1774046ad344f5b1a7403101878976ecd7a10f3", size = 454792, upload-time = "2024-09-04T20:44:32.01Z" },
|
|
90
84
|
{ url = "https://files.pythonhosted.org/packages/75/b2/fbaec7c4455c604e29388d55599b99ebcc250a60050610fadde58932b7ee/cffi-1.17.1-cp313-cp313-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:706510fe141c86a69c8ddc029c7910003a17353970cff3b904ff0686a5927683", size = 478893, upload-time = "2024-09-04T20:44:33.606Z" },
|
|
91
|
-
{ url = "https://files.pythonhosted.org/packages/4f/b7/6e4a2162178bf1935c336d4da8a9352cccab4d3a5d7914065490f08c0690/cffi-1.17.1-cp313-cp313-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl", hash = "sha256:de55b766c7aa2e2a3092c51e0483d700341182f08e67c63630d5b6f200bb28e5", size = 485810, upload-time = "2024-09-04T20:44:35.191Z" },
|
|
92
|
-
{ url = "https://files.pythonhosted.org/packages/c7/8a/1d0e4a9c26e54746dc08c2c6c037889124d4f59dffd853a659fa545f1b40/cffi-1.17.1-cp313-cp313-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:c59d6e989d07460165cc5ad3c61f9fd8f1b4796eacbd81cee78957842b834af4", size = 471200, upload-time = "2024-09-04T20:44:36.743Z" },
|
|
93
85
|
{ url = "https://files.pythonhosted.org/packages/26/9f/1aab65a6c0db35f43c4d1b4f580e8df53914310afc10ae0397d29d697af4/cffi-1.17.1-cp313-cp313-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dd398dbc6773384a17fe0d3e7eeb8d1a21c2200473ee6806bb5e6a8e62bb73dd", size = 479447, upload-time = "2024-09-04T20:44:38.492Z" },
|
|
94
86
|
{ url = "https://files.pythonhosted.org/packages/5f/e4/fb8b3dd8dc0e98edf1135ff067ae070bb32ef9d509d6cb0f538cd6f7483f/cffi-1.17.1-cp313-cp313-musllinux_1_1_aarch64.whl", hash = "sha256:3edc8d958eb099c634dace3c7e16560ae474aa3803a5df240542b305d14e14ed", size = 484358, upload-time = "2024-09-04T20:44:40.046Z" },
|
|
95
87
|
{ url = "https://files.pythonhosted.org/packages/f1/47/d7145bf2dc04684935d57d67dff9d6d795b2ba2796806bb109864be3a151/cffi-1.17.1-cp313-cp313-musllinux_1_1_x86_64.whl", hash = "sha256:72e72408cad3d5419375fc87d289076ee319835bdfa2caad331e377589aebba9", size = 488469, upload-time = "2024-09-04T20:44:41.616Z" },
|
|
@@ -288,16 +280,16 @@ wheels = [
|
|
|
288
280
|
|
|
289
281
|
[[package]]
|
|
290
282
|
name = "filelock"
|
|
291
|
-
version = "3.20.
|
|
283
|
+
version = "3.20.2"
|
|
292
284
|
source = { registry = "https://pypi.org/simple" }
|
|
293
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
285
|
+
sdist = { url = "https://files.pythonhosted.org/packages/c1/e0/a75dbe4bca1e7d41307323dad5ea2efdd95408f74ab2de8bd7dba9b51a1a/filelock-3.20.2.tar.gz", hash = "sha256:a2241ff4ddde2a7cebddf78e39832509cb045d18ec1a09d7248d6bfc6bfbbe64", size = 19510, upload-time = "2026-01-02T15:33:32.582Z" }
|
|
294
286
|
wheels = [
|
|
295
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
287
|
+
{ url = "https://files.pythonhosted.org/packages/9a/30/ab407e2ec752aa541704ed8f93c11e2a5d92c168b8a755d818b74a3c5c2d/filelock-3.20.2-py3-none-any.whl", hash = "sha256:fbba7237d6ea277175a32c54bb71ef814a8546d8601269e1bfc388de333974e8", size = 16697, upload-time = "2026-01-02T15:33:31.133Z" },
|
|
296
288
|
]
|
|
297
289
|
|
|
298
290
|
[[package]]
|
|
299
291
|
name = "git-changelog"
|
|
300
|
-
version = "2.7.
|
|
292
|
+
version = "2.7.1"
|
|
301
293
|
source = { registry = "https://pypi.org/simple" }
|
|
302
294
|
dependencies = [
|
|
303
295
|
{ name = "jinja2" },
|
|
@@ -307,9 +299,9 @@ dependencies = [
|
|
|
307
299
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
308
300
|
{ name = "typing-extensions", marker = "python_full_version < '3.13'" },
|
|
309
301
|
]
|
|
310
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
302
|
+
sdist = { url = "https://files.pythonhosted.org/packages/a7/2b/858bae884992815710074d7fc903215e5cee4915ccae8eee4aeed2ca4785/git_changelog-2.7.1.tar.gz", hash = "sha256:b11aacdeca0c0a9502dfc9fe406d6d93683d1b1ebad622a246ba44940db5cdd6", size = 87807, upload-time = "2026-01-30T16:03:52.387Z" }
|
|
311
303
|
wheels = [
|
|
312
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
304
|
+
{ url = "https://files.pythonhosted.org/packages/c8/51/fd8b4d475ec4e53d4d9cc0d74da7ae8810033a40d49f9f5dd57357038832/git_changelog-2.7.1-py3-none-any.whl", hash = "sha256:7f99e42fba6cb979926649c8c107a56b87929829ebd5a1d71bda278caebb33a6", size = 39381, upload-time = "2026-01-30T16:03:49.809Z" },
|
|
313
305
|
]
|
|
314
306
|
|
|
315
307
|
[[package]]
|
|
@@ -552,7 +544,7 @@ wheels = [
|
|
|
552
544
|
|
|
553
545
|
[[package]]
|
|
554
546
|
name = "mvn-tree-visualizer"
|
|
555
|
-
version = "1.8.
|
|
547
|
+
version = "1.8.7"
|
|
556
548
|
source = { editable = "." }
|
|
557
549
|
dependencies = [
|
|
558
550
|
{ name = "jinja2" },
|
|
@@ -571,18 +563,18 @@ dev = [
|
|
|
571
563
|
|
|
572
564
|
[package.metadata]
|
|
573
565
|
requires-dist = [
|
|
574
|
-
{ name = "jinja2", specifier = "
|
|
575
|
-
{ name = "watchdog", specifier = "
|
|
566
|
+
{ name = "jinja2", specifier = "==3.1.6" },
|
|
567
|
+
{ name = "watchdog", specifier = "==6.0.0" },
|
|
576
568
|
]
|
|
577
569
|
|
|
578
570
|
[package.metadata.requires-dev]
|
|
579
571
|
dev = [
|
|
580
|
-
{ name = "build", specifier = "
|
|
581
|
-
{ name = "git-changelog", specifier = "
|
|
582
|
-
{ name = "pytest", specifier = "
|
|
572
|
+
{ name = "build", specifier = "==1.4.0" },
|
|
573
|
+
{ name = "git-changelog", specifier = "==2.7.1" },
|
|
574
|
+
{ name = "pytest", specifier = "==9.0.2" },
|
|
583
575
|
{ name = "python-semantic-release", specifier = "==10.5.3" },
|
|
584
|
-
{ name = "tox", specifier = "
|
|
585
|
-
{ name = "twine", specifier = "
|
|
576
|
+
{ name = "tox", specifier = "==4.34.1" },
|
|
577
|
+
{ name = "twine", specifier = "==6.2.0" },
|
|
586
578
|
]
|
|
587
579
|
|
|
588
580
|
[[package]]
|
|
@@ -618,20 +610,20 @@ wheels = [
|
|
|
618
610
|
|
|
619
611
|
[[package]]
|
|
620
612
|
name = "packaging"
|
|
621
|
-
version = "
|
|
613
|
+
version = "26.0"
|
|
622
614
|
source = { registry = "https://pypi.org/simple" }
|
|
623
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
615
|
+
sdist = { url = "https://files.pythonhosted.org/packages/65/ee/299d360cdc32edc7d2cf530f3accf79c4fca01e96ffc950d8a52213bd8e4/packaging-26.0.tar.gz", hash = "sha256:00243ae351a257117b6a241061796684b084ed1c516a08c48a3f7e147a9d80b4", size = 143416, upload-time = "2026-01-21T20:50:39.064Z" }
|
|
624
616
|
wheels = [
|
|
625
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
617
|
+
{ url = "https://files.pythonhosted.org/packages/b7/b9/c538f279a4e237a006a2c98387d081e9eb060d203d8ed34467cc0f0b9b53/packaging-26.0-py3-none-any.whl", hash = "sha256:b36f1fef9334a5588b4166f8bcd26a14e521f2b55e6b9de3aaa80d3ff7a37529", size = 74366, upload-time = "2026-01-21T20:50:37.788Z" },
|
|
626
618
|
]
|
|
627
619
|
|
|
628
620
|
[[package]]
|
|
629
621
|
name = "platformdirs"
|
|
630
|
-
version = "4.5.
|
|
622
|
+
version = "4.5.1"
|
|
631
623
|
source = { registry = "https://pypi.org/simple" }
|
|
632
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
624
|
+
sdist = { url = "https://files.pythonhosted.org/packages/cf/86/0248f086a84f01b37aaec0fa567b397df1a119f73c16f6c7a9aac73ea309/platformdirs-4.5.1.tar.gz", hash = "sha256:61d5cdcc6065745cdd94f0f878977f8de9437be93de97c1c12f853c9c0cdcbda", size = 21715, upload-time = "2025-12-05T13:52:58.638Z" }
|
|
633
625
|
wheels = [
|
|
634
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
626
|
+
{ url = "https://files.pythonhosted.org/packages/cb/28/3bfe2fa5a7b9c46fe7e13c97bda14c895fb10fa2ebf1d0abb90e0cea7ee1/platformdirs-4.5.1-py3-none-any.whl", hash = "sha256:d03afa3963c806a9bed9d5125c8f4cb2fdaf74a55ab60e5d59b3fde758104d31", size = 18731, upload-time = "2025-12-05T13:52:56.823Z" },
|
|
635
627
|
]
|
|
636
628
|
|
|
637
629
|
[[package]]
|
|
@@ -765,15 +757,15 @@ wheels = [
|
|
|
765
757
|
|
|
766
758
|
[[package]]
|
|
767
759
|
name = "pyproject-api"
|
|
768
|
-
version = "1.
|
|
760
|
+
version = "1.10.0"
|
|
769
761
|
source = { registry = "https://pypi.org/simple" }
|
|
770
762
|
dependencies = [
|
|
771
763
|
{ name = "packaging" },
|
|
772
764
|
{ name = "tomli", marker = "python_full_version < '3.11'" },
|
|
773
765
|
]
|
|
774
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
766
|
+
sdist = { url = "https://files.pythonhosted.org/packages/45/7b/c0e1333b61d41c69e59e5366e727b18c4992688caf0de1be10b3e5265f6b/pyproject_api-1.10.0.tar.gz", hash = "sha256:40c6f2d82eebdc4afee61c773ed208c04c19db4c4a60d97f8d7be3ebc0bbb330", size = 22785, upload-time = "2025-10-09T19:12:27.21Z" }
|
|
775
767
|
wheels = [
|
|
776
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
768
|
+
{ url = "https://files.pythonhosted.org/packages/54/cc/cecf97be298bee2b2a37dd360618c819a2a7fd95251d8e480c1f0eb88f3b/pyproject_api-1.10.0-py3-none-any.whl", hash = "sha256:8757c41a79c0f4ab71b99abed52b97ecf66bd20b04fa59da43b5840bac105a09", size = 13218, upload-time = "2025-10-09T19:12:24.428Z" },
|
|
777
769
|
]
|
|
778
770
|
|
|
779
771
|
[[package]]
|
|
@@ -1013,7 +1005,7 @@ wheels = [
|
|
|
1013
1005
|
|
|
1014
1006
|
[[package]]
|
|
1015
1007
|
name = "tox"
|
|
1016
|
-
version = "4.
|
|
1008
|
+
version = "4.34.1"
|
|
1017
1009
|
source = { registry = "https://pypi.org/simple" }
|
|
1018
1010
|
dependencies = [
|
|
1019
1011
|
{ name = "cachetools" },
|
|
@@ -1028,9 +1020,9 @@ dependencies = [
|
|
|
1028
1020
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
1029
1021
|
{ name = "virtualenv" },
|
|
1030
1022
|
]
|
|
1031
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1023
|
+
sdist = { url = "https://files.pythonhosted.org/packages/5e/9b/5909f40b281ebd37c2f83de5087b9cb8a9a64c33745f334be0aeaedadbbc/tox-4.34.1.tar.gz", hash = "sha256:ef1e82974c2f5ea02954d590ee0b967fad500c3879b264ea19efb9a554f3cc60", size = 205306, upload-time = "2026-01-09T17:42:59.895Z" }
|
|
1032
1024
|
wheels = [
|
|
1033
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1025
|
+
{ url = "https://files.pythonhosted.org/packages/ec/0f/fe6629e277ce615e53d0a0b65dc23c88b15a402bb7dbf771f17bbd18f1c4/tox-4.34.1-py3-none-any.whl", hash = "sha256:5610d69708bab578d618959b023f8d7d5d3386ed14a2392aeebf9c583615af60", size = 176812, upload-time = "2026-01-09T17:42:58.629Z" },
|
|
1034
1026
|
]
|
|
1035
1027
|
|
|
1036
1028
|
[[package]]
|
|
@@ -1085,7 +1077,7 @@ wheels = [
|
|
|
1085
1077
|
|
|
1086
1078
|
[[package]]
|
|
1087
1079
|
name = "virtualenv"
|
|
1088
|
-
version = "20.35.
|
|
1080
|
+
version = "20.35.4"
|
|
1089
1081
|
source = { registry = "https://pypi.org/simple" }
|
|
1090
1082
|
dependencies = [
|
|
1091
1083
|
{ name = "distlib" },
|
|
@@ -1093,9 +1085,9 @@ dependencies = [
|
|
|
1093
1085
|
{ name = "platformdirs" },
|
|
1094
1086
|
{ name = "typing-extensions", marker = "python_full_version < '3.11'" },
|
|
1095
1087
|
]
|
|
1096
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1088
|
+
sdist = { url = "https://files.pythonhosted.org/packages/20/28/e6f1a6f655d620846bd9df527390ecc26b3805a0c5989048c210e22c5ca9/virtualenv-20.35.4.tar.gz", hash = "sha256:643d3914d73d3eeb0c552cbb12d7e82adf0e504dbf86a3182f8771a153a1971c", size = 6028799, upload-time = "2025-10-29T06:57:40.511Z" }
|
|
1097
1089
|
wheels = [
|
|
1098
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1090
|
+
{ url = "https://files.pythonhosted.org/packages/79/0c/c05523fa3181fdf0c9c52a6ba91a23fbf3246cc095f26f6516f9c60e6771/virtualenv-20.35.4-py3-none-any.whl", hash = "sha256:c21c9cede36c9753eeade68ba7d523529f228a403463376cf821eaae2b650f1b", size = 6005095, upload-time = "2025-10-29T06:57:37.598Z" },
|
|
1099
1091
|
]
|
|
1100
1092
|
|
|
1101
1093
|
[[package]]
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/.github/ISSUE_TEMPLATE/feature_request.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/complex-project/diagram-dark.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/dependencies.json
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/diagram-dark.html
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/examples/simple-project/diagram-minimal.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/enhanced_template.py
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/exceptions.py
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/file_watcher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/src/mvn_tree_visualizer/validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/test_compatibility.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.8.5 → mvn_tree_visualizer-1.8.8}/tests/large_diagrams/test_navigation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|