diagram-to-iac 1.0.6__py3-none-any.whl → 1.0.8__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.6.dist-info → diagram_to_iac-1.0.8.dist-info}/METADATA +15 -9
- {diagram_to_iac-1.0.6.dist-info → diagram_to_iac-1.0.8.dist-info}/RECORD +5 -5
- {diagram_to_iac-1.0.6.dist-info → diagram_to_iac-1.0.8.dist-info}/WHEEL +0 -0
- {diagram_to_iac-1.0.6.dist-info → diagram_to_iac-1.0.8.dist-info}/entry_points.txt +0 -0
- {diagram_to_iac-1.0.6.dist-info → diagram_to_iac-1.0.8.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.8
|
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.10
|
14
14
|
Requires-Dist: openai==1.91.0
|
15
15
|
Requires-Dist: protobuf>=5.27.0
|
16
16
|
Requires-Dist: pydantic==2.11.7
|
@@ -226,10 +226,13 @@ Configure these in your repository settings → Secrets and variables → Action
|
|
226
226
|
| `TF_CLOUD_TOKEN` | Terraform Cloud workspace token | ✅ Yes |
|
227
227
|
| `OPENAI_API_KEY` | OpenAI API key for AI features | ❌ Optional |
|
228
228
|
| `ANTHROPIC_API_KEY` | Claude API key for AI features | ❌ Optional |
|
229
|
+
| `DOCKERHUB_USERNAME` | DockerHub username for private containers | ❌ Optional |
|
230
|
+
| `DOCKERHUB_TOKEN` | DockerHub access token for private containers | ❌ Optional |
|
229
231
|
|
230
232
|
> 📚 **[Complete Setup Guide](docs/R2D_USER_GUIDE.md)** includes examples, troubleshooting, and advanced configurations.
|
231
233
|
>
|
232
234
|
> **Note**: The system automatically maps `TF_CLOUD_TOKEN` to the internal `TFE_TOKEN` environment variable.
|
235
|
+
> **DockerHub**: Only needed if using private container registries.
|
233
236
|
|
234
237
|
## 📈 Observability & Monitoring
|
235
238
|
|
@@ -257,14 +260,17 @@ pytest
|
|
257
260
|
|
258
261
|
## 📚 Documentation
|
259
262
|
|
260
|
-
|
263
|
+
**🎯 [THE ONLY GUIDE YOU NEED: Definitive Integration Guide](docs/DEFINITIVE_INTEGRATION_GUIDE.md)**
|
264
|
+
|
265
|
+
*All other documentation is for reference only. Start with the guide above.*
|
261
266
|
|
262
|
-
|
263
|
-
-
|
264
|
-
-
|
265
|
-
-
|
266
|
-
-
|
267
|
-
-
|
267
|
+
### Reference Documentation
|
268
|
+
- [Working Examples](docs/WORKING_EXAMPLES.md) - Copy-paste examples that work immediately
|
269
|
+
- [R2D User Guide](docs/R2D_USER_GUIDE.md) - Complete setup and usage guide
|
270
|
+
- [Migration Guide](docs/MIGRATION_GUIDE.md) - Migrate from old workflows to unified approach
|
271
|
+
- [Container Action](.github/actions/r2d/) - Technical details of the container action
|
272
|
+
- [Agent Architecture](src/diagram_to_iac/agents/) - How the AI agents work together
|
273
|
+
- [Simplification Summary](docs/SIMPLIFICATION_COMPLETION_SUMMARY.md) - What changed in the unified approach
|
268
274
|
|
269
275
|
## 🤝 Contributing
|
270
276
|
|
@@ -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.8.dist-info/METADATA,sha256=mSpo5h0aimppkwJ9h_ZpHhgRLNAMP9Kp87H95TshC3U,10429
|
66
|
+
diagram_to_iac-1.0.8.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
67
|
+
diagram_to_iac-1.0.8.dist-info/entry_points.txt,sha256=DfGCnmgWWGHtQpqU8VqcUWs5k_be-bfO67z1vOuTitA,277
|
68
|
+
diagram_to_iac-1.0.8.dist-info/top_level.txt,sha256=k1cV0YODiCUU46qlmbQaquMcbMXhNm05NZLxsinDUBA,15
|
69
|
+
diagram_to_iac-1.0.8.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|