diagram-to-iac 0.14.0__py3-none-any.whl → 1.0.1__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.
- diagram_to_iac/r2d.py +6 -0
- {diagram_to_iac-0.14.0.dist-info → diagram_to_iac-1.0.1.dist-info}/METADATA +1 -2
- {diagram_to_iac-0.14.0.dist-info → diagram_to_iac-1.0.1.dist-info}/RECORD +6 -6
- {diagram_to_iac-0.14.0.dist-info → diagram_to_iac-1.0.1.dist-info}/WHEEL +0 -0
- {diagram_to_iac-0.14.0.dist-info → diagram_to_iac-1.0.1.dist-info}/entry_points.txt +0 -0
- {diagram_to_iac-0.14.0.dist-info → diagram_to_iac-1.0.1.dist-info}/top_level.txt +0 -0
diagram_to_iac/r2d.py
CHANGED
@@ -198,6 +198,12 @@ Mission: "One container, many minds—zero manual toil."
|
|
198
198
|
type=str,
|
199
199
|
help='Path to custom configuration file'
|
200
200
|
)
|
201
|
+
parser.add_argument(
|
202
|
+
'--version',
|
203
|
+
action='version',
|
204
|
+
version='%(prog)s 1.0.0 - DevOps-in-a-Box R2D CLI',
|
205
|
+
help='Show version information and exit'
|
206
|
+
)
|
201
207
|
|
202
208
|
return parser
|
203
209
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: diagram-to-iac
|
3
|
-
Version: 0.
|
3
|
+
Version: 1.0.1
|
4
4
|
Summary: Convert architecture diagrams into IaC modules
|
5
5
|
Author-email: vindpro <admin@vindpro.com>
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -17,7 +17,6 @@ Requires-Dist: pydantic==2.11.7
|
|
17
17
|
Requires-Dist: PyYAML==6.0.2
|
18
18
|
Requires-Dist: Requests==2.32.4
|
19
19
|
Requires-Dist: GitPython<4.0,>=3.1
|
20
|
-
Requires-Dist: pytest-mock<4.0.0,>=3.10.0
|
21
20
|
|
22
21
|
# diagram-to-iac
|
23
22
|
|
@@ -1,6 +1,6 @@
|
|
1
1
|
diagram_to_iac/__init__.py,sha256=LnGvfFSFGIYc7cx-AkxfGPBU-H7wleyXLOL23s5C_XY,244
|
2
2
|
diagram_to_iac/cli.py,sha256=uumG1frF42eCkdLIZxyxQB1x6lDwtG-qKL4vcHnLLXY,400
|
3
|
-
diagram_to_iac/r2d.py,sha256=
|
3
|
+
diagram_to_iac/r2d.py,sha256=I7XSuUtu8TdvAhK4tCMLc3U_3ZtP7DJGfq168aeI3Mk,13208
|
4
4
|
diagram_to_iac/actions/__init__.py,sha256=P1CjjY4FYUA0Tcx8FQNLYYSI9fhv8yKd_TmRGtmhW50,229
|
5
5
|
diagram_to_iac/actions/git_entry.py,sha256=mhY6gYquUPVvyvnTC2S90z_uXEe1asqWLoi1989aB_Q,5403
|
6
6
|
diagram_to_iac/actions/supervisor_entry.py,sha256=vWhFn-4M0jQnrUQUSCb0I_YNxzGsKiBV0QNzkIkQfNE,3586
|
@@ -57,8 +57,8 @@ diagram_to_iac/tools/llm_utils/router.py,sha256=WHGanstQjUlo2SmDFKGAL6xtIb3xXWlg
|
|
57
57
|
diagram_to_iac/tools/shell/__init__.py,sha256=6UZjBcnbPabA6Qy7t4j-dCi3S2sE6sB2bTE9PIL98bA,292
|
58
58
|
diagram_to_iac/tools/shell/shell.py,sha256=SvgFHNPcwToq51jtDshnlvssFSwzex42Q_jY6I0L5M8,17771
|
59
59
|
diagram_to_iac/tools/tf/terraform.py,sha256=JFZTBy4jqwGK-bwRvdA9UxGChEhQSHXjo5DapxogF1w,36042
|
60
|
-
diagram_to_iac-0.
|
61
|
-
diagram_to_iac-0.
|
62
|
-
diagram_to_iac-0.
|
63
|
-
diagram_to_iac-0.
|
64
|
-
diagram_to_iac-0.
|
60
|
+
diagram_to_iac-1.0.1.dist-info/METADATA,sha256=qRR32tGVW8W8j2xSDr0Onaf6zeO3knjSW0vgyeCcDYQ,9019
|
61
|
+
diagram_to_iac-1.0.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
62
|
+
diagram_to_iac-1.0.1.dist-info/entry_points.txt,sha256=DfGCnmgWWGHtQpqU8VqcUWs5k_be-bfO67z1vOuTitA,277
|
63
|
+
diagram_to_iac-1.0.1.dist-info/top_level.txt,sha256=k1cV0YODiCUU46qlmbQaquMcbMXhNm05NZLxsinDUBA,15
|
64
|
+
diagram_to_iac-1.0.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|