mvn-tree-visualizer 1.5.1__tar.gz → 1.6.0b1__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.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/workflows/release.yml +11 -1
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/PKG-INFO +1 -1
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/pyproject.toml +22 -10
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/uv.lock +36 -1
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/FUNDING.yml +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/ISSUE_TEMPLATE/question.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/SECURITY.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/copilot-instructions.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/dependabot.yml +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/workflows/ci.yml +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.gitignore +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.python-version +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/CHANGELOG.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/CODE_OF_CONDUCT.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/CONTRIBUTING.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/LICENSE +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/README.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/RELEASE.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/ROADMAP.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/docs/INTEGRATION.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/docs/README.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/docs/THEMES.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/README.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/complex-project/diagram-dark.html +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/complex-project/diagram-minimal.html +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/complex-project/maven_dependency_file +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/simple-project/dependencies.json +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/simple-project/diagram-dark.html +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/simple-project/diagram-minimal.html +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/simple-project/maven_dependency_file +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/watch-test/README.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/watch-test/test_maven_file +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/issues.md +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/ruff.toml +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/__init__.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/__main__.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/cli.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/diagram.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/enhanced_template.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/exceptions.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/file_watcher.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/get_dependencies_in_one_file.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/outputs/html_output.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/outputs/json_output.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/themes.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/validation.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/tests/test_github_issue_7.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/tests/test_html_output.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/tests/test_json_output.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/tests/test_large_diagram_support.py +0 -0
- {mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/tests/test_watch_mode.py +0 -0
|
@@ -2,7 +2,7 @@ name: Semantic Release
|
|
|
2
2
|
|
|
3
3
|
on:
|
|
4
4
|
push:
|
|
5
|
-
branches: [ master ]
|
|
5
|
+
branches: [ master, develop ]
|
|
6
6
|
workflow_dispatch:
|
|
7
7
|
|
|
8
8
|
concurrency: ${{ github.workflow }}-${{ github.ref }}
|
|
@@ -49,6 +49,16 @@ jobs:
|
|
|
49
49
|
with:
|
|
50
50
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
|
51
51
|
|
|
52
|
+
- name: Generate Changelog
|
|
53
|
+
if: steps.release.outputs.released == 'true'
|
|
54
|
+
run: |
|
|
55
|
+
uv run git-changelog --output CHANGELOG.md --template keepachangelog
|
|
56
|
+
git config --local user.email "action@github.com"
|
|
57
|
+
git config --local user.name "GitHub Action"
|
|
58
|
+
git add CHANGELOG.md
|
|
59
|
+
git commit -m "docs: update changelog for ${{ steps.release.outputs.tag }}" || exit 0
|
|
60
|
+
git push
|
|
61
|
+
|
|
52
62
|
- name: Publish to PyPI
|
|
53
63
|
if: steps.release.outputs.released == 'true'
|
|
54
64
|
env:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mvn-tree-visualizer
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.6.0b1
|
|
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>
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mvn-tree-visualizer"
|
|
3
|
-
version = "1.
|
|
3
|
+
version = "1.6.0-beta.1"
|
|
4
4
|
authors = [
|
|
5
5
|
{ name = "Iraklis Konsoulas", email = "dyka3773@gmail.com" },
|
|
6
6
|
]
|
|
@@ -45,6 +45,7 @@ dev = [
|
|
|
45
45
|
"pytest>=8.3.2",
|
|
46
46
|
"python-semantic-release>=10.2.0",
|
|
47
47
|
"build>=1.0.0",
|
|
48
|
+
"git-changelog>=2.5.3",
|
|
48
49
|
]
|
|
49
50
|
|
|
50
51
|
[build-system]
|
|
@@ -66,17 +67,28 @@ remove_dist = false
|
|
|
66
67
|
match = "master"
|
|
67
68
|
prerelease = false
|
|
68
69
|
|
|
69
|
-
[tool.semantic_release.
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
"^style:",
|
|
74
|
-
"^refactor:",
|
|
75
|
-
"^test:",
|
|
76
|
-
"^chore:",
|
|
77
|
-
]
|
|
70
|
+
[tool.semantic_release.branches.develop]
|
|
71
|
+
match = "develop"
|
|
72
|
+
prerelease = true
|
|
73
|
+
prerelease_token = "beta"
|
|
78
74
|
|
|
79
75
|
[tool.semantic_release.commit_parser_options]
|
|
80
76
|
allowed_tags = ["build", "chore", "ci", "docs", "feat", "fix", "perf", "style", "refactor", "test"]
|
|
81
77
|
minor_tags = ["feat"]
|
|
82
78
|
patch_tags = ["fix", "perf"]
|
|
79
|
+
|
|
80
|
+
[tool.git-changelog]
|
|
81
|
+
convention = "conventional"
|
|
82
|
+
template = "keepachangelog"
|
|
83
|
+
sections = [
|
|
84
|
+
{type = "feat", section = "Features", scopes = []},
|
|
85
|
+
{type = "fix", section = "Bug Fixes", scopes = []},
|
|
86
|
+
{type = "refactor", section = "Code Refactoring", scopes = []},
|
|
87
|
+
{type = "perf", section = "Performance Improvements", scopes = []},
|
|
88
|
+
{type = "docs", section = "Documentation", scopes = []},
|
|
89
|
+
{type = "chore", section = "Miscellaneous Chores", scopes = []},
|
|
90
|
+
{type = "ci", section = "Continuous Integration", scopes = []},
|
|
91
|
+
{type = "build", section = "Build System", scopes = []},
|
|
92
|
+
{type = "test", section = "Tests", scopes = []},
|
|
93
|
+
{type = "style", section = "Style", scopes = []},
|
|
94
|
+
]
|
|
@@ -11,6 +11,15 @@ wheels = [
|
|
|
11
11
|
{ url = "https://files.pythonhosted.org/packages/78/b6/6307fbef88d9b5ee7421e68d78a9f162e0da4900bc5f5793f6d3d0e34fb8/annotated_types-0.7.0-py3-none-any.whl", hash = "sha256:1f02e8b43a8fbbc3f3e0d4f0f4bfc8131bcb4eebe8849b8e5c773f3a1c582a53", size = 13643, upload-time = "2024-05-20T21:33:24.1Z" },
|
|
12
12
|
]
|
|
13
13
|
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "appdirs"
|
|
16
|
+
version = "1.4.4"
|
|
17
|
+
source = { registry = "https://pypi.org/simple" }
|
|
18
|
+
sdist = { url = "https://files.pythonhosted.org/packages/d7/d8/05696357e0311f5b5c316d7b95f46c669dd9c15aaeecbb48c7d0aeb88c40/appdirs-1.4.4.tar.gz", hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41", size = 13470, upload-time = "2020-05-11T07:59:51.037Z" }
|
|
19
|
+
wheels = [
|
|
20
|
+
{ url = "https://files.pythonhosted.org/packages/3b/00/2344469e2084fb287c2e0b57b72910309874c3245463acd6cf5e3db69324/appdirs-1.4.4-py2.py3-none-any.whl", hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128", size = 9566, upload-time = "2020-05-11T07:59:49.499Z" },
|
|
21
|
+
]
|
|
22
|
+
|
|
14
23
|
[[package]]
|
|
15
24
|
name = "build"
|
|
16
25
|
version = "1.2.2.post1"
|
|
@@ -166,6 +175,21 @@ wheels = [
|
|
|
166
175
|
{ url = "https://files.pythonhosted.org/packages/1a/91/e0d457ee03ec33d79ee2cd8d212debb1bc21dfb99728ae35efdb5832dc22/dotty_dict-1.3.1-py3-none-any.whl", hash = "sha256:5022d234d9922f13aa711b4950372a06a6d64cb6d6db9ba43d0ba133ebfce31f", size = 7014, upload-time = "2022-07-09T18:50:55.058Z" },
|
|
167
176
|
]
|
|
168
177
|
|
|
178
|
+
[[package]]
|
|
179
|
+
name = "git-changelog"
|
|
180
|
+
version = "2.5.3"
|
|
181
|
+
source = { registry = "https://pypi.org/simple" }
|
|
182
|
+
dependencies = [
|
|
183
|
+
{ name = "appdirs" },
|
|
184
|
+
{ name = "jinja2" },
|
|
185
|
+
{ name = "packaging" },
|
|
186
|
+
{ name = "semver" },
|
|
187
|
+
]
|
|
188
|
+
sdist = { url = "https://files.pythonhosted.org/packages/ba/e0/82cc28b538b3a2f952d52fa512b59f0c8f6e6b0125ac3ffef34ffed9b50c/git_changelog-2.5.3.tar.gz", hash = "sha256:2d211a58213eaa97c73be895821c9d4c9242748eb56753f4759c0d24fe493b77", size = 75083, upload-time = "2024-11-26T00:14:17.549Z" }
|
|
189
|
+
wheels = [
|
|
190
|
+
{ url = "https://files.pythonhosted.org/packages/77/7c/701dc05657d7a9310b8376585de3bf21df12ae317ab672b18428919c2c1b/git_changelog-2.5.3-py3-none-any.whl", hash = "sha256:11c12715a6f41dc36aa3219976492ef905b45a2fc39ad75e98be2895fd750440", size = 32847, upload-time = "2024-11-26T00:14:15.953Z" },
|
|
191
|
+
]
|
|
192
|
+
|
|
169
193
|
[[package]]
|
|
170
194
|
name = "gitdb"
|
|
171
195
|
version = "4.0.12"
|
|
@@ -360,7 +384,7 @@ wheels = [
|
|
|
360
384
|
|
|
361
385
|
[[package]]
|
|
362
386
|
name = "mvn-tree-visualizer"
|
|
363
|
-
version = "1.5.
|
|
387
|
+
version = "1.5.2"
|
|
364
388
|
source = { editable = "." }
|
|
365
389
|
dependencies = [
|
|
366
390
|
{ name = "jinja2" },
|
|
@@ -370,6 +394,7 @@ dependencies = [
|
|
|
370
394
|
[package.dev-dependencies]
|
|
371
395
|
dev = [
|
|
372
396
|
{ name = "build" },
|
|
397
|
+
{ name = "git-changelog" },
|
|
373
398
|
{ name = "pytest" },
|
|
374
399
|
{ name = "python-semantic-release" },
|
|
375
400
|
{ name = "ruff" },
|
|
@@ -385,6 +410,7 @@ requires-dist = [
|
|
|
385
410
|
[package.metadata.requires-dev]
|
|
386
411
|
dev = [
|
|
387
412
|
{ name = "build", specifier = ">=1.0.0" },
|
|
413
|
+
{ name = "git-changelog", specifier = ">=2.5.3" },
|
|
388
414
|
{ name = "pytest", specifier = ">=8.3.2" },
|
|
389
415
|
{ name = "python-semantic-release", specifier = ">=10.2.0" },
|
|
390
416
|
{ name = "ruff", specifier = ">=0.12.3" },
|
|
@@ -673,6 +699,15 @@ wheels = [
|
|
|
673
699
|
{ url = "https://files.pythonhosted.org/packages/54/24/b4293291fa1dd830f353d2cb163295742fa87f179fcc8a20a306a81978b7/SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99", size = 15221, upload-time = "2022-08-13T16:22:44.457Z" },
|
|
674
700
|
]
|
|
675
701
|
|
|
702
|
+
[[package]]
|
|
703
|
+
name = "semver"
|
|
704
|
+
version = "3.0.4"
|
|
705
|
+
source = { registry = "https://pypi.org/simple" }
|
|
706
|
+
sdist = { url = "https://files.pythonhosted.org/packages/72/d1/d3159231aec234a59dd7d601e9dd9fe96f3afff15efd33c1070019b26132/semver-3.0.4.tar.gz", hash = "sha256:afc7d8c584a5ed0a11033af086e8af226a9c0b206f313e0301f8dd7b6b589602", size = 269730, upload-time = "2025-01-24T13:19:27.617Z" }
|
|
707
|
+
wheels = [
|
|
708
|
+
{ url = "https://files.pythonhosted.org/packages/a6/24/4d91e05817e92e3a61c8a21e08fd0f390f5301f1c448b137c57c4bc6e543/semver-3.0.4-py3-none-any.whl", hash = "sha256:9c824d87ba7f7ab4a1890799cec8596f15c1241cb473404ea1cb0c55e4b04746", size = 17912, upload-time = "2025-01-24T13:19:24.949Z" },
|
|
709
|
+
]
|
|
710
|
+
|
|
676
711
|
[[package]]
|
|
677
712
|
name = "shellingham"
|
|
678
713
|
version = "1.5.4"
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/ISSUE_TEMPLATE/bug_report.md
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/ISSUE_TEMPLATE/feature_request.md
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/.github/ISSUE_TEMPLATE/question.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.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/complex-project/diagram-dark.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/simple-project/dependencies.json
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/simple-project/diagram-dark.html
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/examples/watch-test/test_maven_file
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/__init__.py
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/__main__.py
RENAMED
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/diagram.py
RENAMED
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/exceptions.py
RENAMED
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/file_watcher.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/src/mvn_tree_visualizer/validation.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mvn_tree_visualizer-1.5.1 → mvn_tree_visualizer-1.6.0b1}/tests/test_large_diagram_support.py
RENAMED
|
File without changes
|
|
File without changes
|