diagram-to-iac 1.0.5__py3-none-any.whl → 1.0.6__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-1.0.5.dist-info → diagram_to_iac-1.0.6.dist-info}/METADATA +5 -2
- {diagram_to_iac-1.0.5.dist-info → diagram_to_iac-1.0.6.dist-info}/RECORD +5 -5
- {diagram_to_iac-1.0.5.dist-info → diagram_to_iac-1.0.6.dist-info}/WHEEL +0 -0
- {diagram_to_iac-1.0.5.dist-info → diagram_to_iac-1.0.6.dist-info}/entry_points.txt +0 -0
- {diagram_to_iac-1.0.5.dist-info → diagram_to_iac-1.0.6.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: diagram-to-iac
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.6
|
4
4
|
Summary: Convert architecture diagrams into IaC modules
|
5
5
|
Author-email: vindpro <admin@vindpro.com>
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -10,7 +10,7 @@ Requires-Dist: langchain_anthropic==0.3.15
|
|
10
10
|
Requires-Dist: langchain-core<1.0.0,>=0.3.62
|
11
11
|
Requires-Dist: langchain_google_genai==2.1.5
|
12
12
|
Requires-Dist: langchain_openai==0.3.25
|
13
|
-
Requires-Dist: langgraph==0.4.
|
13
|
+
Requires-Dist: langgraph==0.4.9
|
14
14
|
Requires-Dist: openai==1.91.0
|
15
15
|
Requires-Dist: protobuf>=5.27.0
|
16
16
|
Requires-Dist: pydantic==2.11.7
|
@@ -228,6 +228,8 @@ Configure these in your repository settings → Secrets and variables → Action
|
|
228
228
|
| `ANTHROPIC_API_KEY` | Claude API key for AI features | ❌ Optional |
|
229
229
|
|
230
230
|
> 📚 **[Complete Setup Guide](docs/R2D_USER_GUIDE.md)** includes examples, troubleshooting, and advanced configurations.
|
231
|
+
>
|
232
|
+
> **Note**: The system automatically maps `TF_CLOUD_TOKEN` to the internal `TFE_TOKEN` environment variable.
|
231
233
|
|
232
234
|
## 📈 Observability & Monitoring
|
233
235
|
|
@@ -257,6 +259,7 @@ pytest
|
|
257
259
|
|
258
260
|
## 📚 Documentation
|
259
261
|
|
262
|
+
- **[Working Examples](docs/WORKING_EXAMPLES.md)** - Copy-paste examples that work immediately
|
260
263
|
- **[R2D User Guide](docs/R2D_USER_GUIDE.md)** - Complete setup and usage guide
|
261
264
|
- **[Migration Guide](docs/MIGRATION_GUIDE.md)** - Migrate from old workflows to unified approach
|
262
265
|
- **[Container Action](.github/actions/r2d/)** - Technical details of the container action
|
@@ -62,8 +62,8 @@ diagram_to_iac/tools/llm_utils/router.py,sha256=hl-y1CCvRoBWSpKpkDI_SSyi9YIT2ZA6
|
|
62
62
|
diagram_to_iac/tools/shell/__init__.py,sha256=6UZjBcnbPabA6Qy7t4j-dCi3S2sE6sB2bTE9PIL98bA,292
|
63
63
|
diagram_to_iac/tools/shell/shell.py,sha256=ZOJ7Vo3l_R2Gm6Ml2FL0RX__-C_JOsUrLJVvBMwAy9E,21122
|
64
64
|
diagram_to_iac/tools/tf/terraform.py,sha256=j1boWRo6JKpNGf1OwnWoWboO0gMYTizCOHDSxozoFZw,37343
|
65
|
-
diagram_to_iac-1.0.
|
66
|
-
diagram_to_iac-1.0.
|
67
|
-
diagram_to_iac-1.0.
|
68
|
-
diagram_to_iac-1.0.
|
69
|
-
diagram_to_iac-1.0.
|
65
|
+
diagram_to_iac-1.0.6.dist-info/METADATA,sha256=OhzL7zy7ZHLeOv4G3sZ2ND38GuOwCIK4udbA626Xr5I,10028
|
66
|
+
diagram_to_iac-1.0.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
67
|
+
diagram_to_iac-1.0.6.dist-info/entry_points.txt,sha256=DfGCnmgWWGHtQpqU8VqcUWs5k_be-bfO67z1vOuTitA,277
|
68
|
+
diagram_to_iac-1.0.6.dist-info/top_level.txt,sha256=k1cV0YODiCUU46qlmbQaquMcbMXhNm05NZLxsinDUBA,15
|
69
|
+
diagram_to_iac-1.0.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|