mvn-tree-visualizer 1.8.7__py3-none-any.whl → 1.9.0__py3-none-any.whl
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.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/METADATA +4 -3
- {mvn_tree_visualizer-1.8.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/RECORD +5 -5
- {mvn_tree_visualizer-1.8.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/WHEEL +0 -0
- {mvn_tree_visualizer-1.8.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/entry_points.txt +0 -0
- {mvn_tree_visualizer-1.8.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/licenses/LICENSE +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mvn-tree-visualizer
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.9.0
|
|
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
|
|
@@ -28,6 +28,7 @@ Description-Content-Type: text/markdown
|
|
|
28
28
|

|
|
29
29
|
[](https://pepy.tech/project/mvn-tree-visualizer)
|
|
30
30
|
[](https://github.com/dyka3773/mvn-tree-visualizer/actions)
|
|
31
|
+
[](https://codecov.io/gh/dyka3773/mvn-tree-visualizer)
|
|
31
32
|
[](https://github.com/astral-sh/ruff)
|
|
32
33
|
|
|
33
34
|
A simple command-line tool to visualize the dependency tree of a Maven project in a graphical and interactive format.
|
|
@@ -11,8 +11,8 @@ mvn_tree_visualizer/utils.py,sha256=Ws6Yo-I4tioBndZ7BLES8QwoMOcHE0XiRP8CSOTx8tg,
|
|
|
11
11
|
mvn_tree_visualizer/validation.py,sha256=UR_v6Jt7IGsgozE3aK0pB-t2-n1ivvS4YKxEa7p4VLQ,3206
|
|
12
12
|
mvn_tree_visualizer/outputs/html_output.py,sha256=Y0IY-UF0UMTa5w8mVFoLidgcW6BUBTxASO0iRo26hH4,5531
|
|
13
13
|
mvn_tree_visualizer/outputs/json_output.py,sha256=cXntw9ndE_BcrmFnuV61cEwZaRMp9Ev0SxaK1SUedlw,2037
|
|
14
|
-
mvn_tree_visualizer-1.
|
|
15
|
-
mvn_tree_visualizer-1.
|
|
16
|
-
mvn_tree_visualizer-1.
|
|
17
|
-
mvn_tree_visualizer-1.
|
|
18
|
-
mvn_tree_visualizer-1.
|
|
14
|
+
mvn_tree_visualizer-1.9.0.dist-info/METADATA,sha256=OsZQI3Li-YPD6w1ow7kdkwe6CE1EUJv9YXtPZPwEDTk,10012
|
|
15
|
+
mvn_tree_visualizer-1.9.0.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
16
|
+
mvn_tree_visualizer-1.9.0.dist-info/entry_points.txt,sha256=Mu3QZhrlvbYuCxqmluVGi2efgKjkQY6T8Opf-vdb7hU,68
|
|
17
|
+
mvn_tree_visualizer-1.9.0.dist-info/licenses/LICENSE,sha256=4zi6unpe17RUDMBu7ebh14jdbyvyeT-UA3n8Zl7aW74,1075
|
|
18
|
+
mvn_tree_visualizer-1.9.0.dist-info/RECORD,,
|
|
File without changes
|
{mvn_tree_visualizer-1.8.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.8.7.dist-info → mvn_tree_visualizer-1.9.0.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|