cloudshellgpt 1.0.0__tar.gz → 1.0.1__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.
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/PKG-INFO +8 -7
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/README.md +7 -6
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/pyproject.toml +1 -1
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/__init__.py +1 -1
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.github/workflows/ci.yml +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.gitignore +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/hooks/lint-on-save.json +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/hooks/test-mirror-reminder.json +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/settings/mcp.json +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/skills/pytest-unit-creator.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/skills/python-module-scaffold.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/00-overview.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/01-architecture.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/02-acceptance-criteria.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/03-implementation-plan.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/03-implementation-plan.meta.json +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/aws-conventions.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/code-style.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/commit-conventions.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/language.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/mcp-development.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/project-context.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/safety-patterns.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/testing-guide.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.pre-commit-config.yaml +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/LICENSE +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/VIDEO_PITCH.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/docs/DEMO_SCRIPT.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/docs/IAM_PERMISSIONS.md +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/infrastructure/app.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/infrastructure/cdk.json +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/infrastructure/lib/cloudshellgpt_stack.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/prueba.pdf +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/audit.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/bedrock_translator.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/cli.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/config.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/cost.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/executor.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/formatter.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/i18n.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/intent.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/learning.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/mcp_server.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/safety.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/__init__.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/conftest.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/__init__.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/test_eval.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/translation_eval.yaml +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/validate_distribution.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/integration/__init__.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/integration/test_e2e.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/__init__.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_audit.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_bedrock.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_bedrock_error.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_config.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_cost.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_executor.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_formatter.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_intent.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_learning.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_mcp_serve.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_mcp_server.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_mcp_tool_contracts.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_safety.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_smoke.py +0 -0
- {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/uv.lock +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: cloudshellgpt
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: AWS CLI that speaks your language. Natural language to AWS operations via Amazon Bedrock.
|
|
5
5
|
Project-URL: Homepage, https://github.com/blaylopez/cloudshellgpt
|
|
6
6
|
Project-URL: Documentation, https://github.com/blaylopez/cloudshellgpt#readme
|
|
@@ -52,6 +52,7 @@ Description-Content-Type: text/markdown
|
|
|
52
52
|
|
|
53
53
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
54
54
|
[](https://www.python.org/downloads/)
|
|
55
|
+
[](https://pypi.org/project/cloudshellgpt/)
|
|
55
56
|
[](https://aws.amazon.com/bedrock/)
|
|
56
57
|
[](https://modelcontextprotocol.io)
|
|
57
58
|
[](https://kiro.dev)
|
|
@@ -79,14 +80,14 @@ CloudShellGPT convierte tus intenciones en lenguaje natural (en **cualquier idio
|
|
|
79
80
|
### Instalación (30 segundos)
|
|
80
81
|
|
|
81
82
|
```bash
|
|
82
|
-
#
|
|
83
|
-
pip install
|
|
83
|
+
# Con pip (desde PyPI)
|
|
84
|
+
pip install cloudshellgpt
|
|
84
85
|
|
|
85
86
|
# O con uv (más rápido)
|
|
86
|
-
uv pip install
|
|
87
|
+
uv pip install cloudshellgpt
|
|
87
88
|
|
|
88
|
-
#
|
|
89
|
-
|
|
89
|
+
# O desde GitHub (última versión dev)
|
|
90
|
+
pip install git+https://github.com/blaylopez/cloudshellgpt.git
|
|
90
91
|
```
|
|
91
92
|
|
|
92
93
|
### Configuración inicial (1 minuto)
|
|
@@ -422,5 +423,5 @@ Apache 2.0 — ver [LICENSE](LICENSE).
|
|
|
422
423
|
<p align="center">
|
|
423
424
|
<strong>Hecho con ⚡ para HACKATHONKIRO</strong>
|
|
424
425
|
<br>
|
|
425
|
-
<em>Repositorio: <a href="https://github.com/blaylopez/cloudshellgpt">github.com/blaylopez/cloudshellgpt</a></em>
|
|
426
|
+
<em>PyPI: <a href="https://pypi.org/project/cloudshellgpt/">pypi.org/project/cloudshellgpt</a> · Repositorio: <a href="https://github.com/blaylopez/cloudshellgpt">github.com/blaylopez/cloudshellgpt</a></em>
|
|
426
427
|
</p>
|
|
@@ -5,6 +5,7 @@
|
|
|
5
5
|
|
|
6
6
|
[](https://opensource.org/licenses/Apache-2.0)
|
|
7
7
|
[](https://www.python.org/downloads/)
|
|
8
|
+
[](https://pypi.org/project/cloudshellgpt/)
|
|
8
9
|
[](https://aws.amazon.com/bedrock/)
|
|
9
10
|
[](https://modelcontextprotocol.io)
|
|
10
11
|
[](https://kiro.dev)
|
|
@@ -32,14 +33,14 @@ CloudShellGPT convierte tus intenciones en lenguaje natural (en **cualquier idio
|
|
|
32
33
|
### Instalación (30 segundos)
|
|
33
34
|
|
|
34
35
|
```bash
|
|
35
|
-
#
|
|
36
|
-
pip install
|
|
36
|
+
# Con pip (desde PyPI)
|
|
37
|
+
pip install cloudshellgpt
|
|
37
38
|
|
|
38
39
|
# O con uv (más rápido)
|
|
39
|
-
uv pip install
|
|
40
|
+
uv pip install cloudshellgpt
|
|
40
41
|
|
|
41
|
-
#
|
|
42
|
-
|
|
42
|
+
# O desde GitHub (última versión dev)
|
|
43
|
+
pip install git+https://github.com/blaylopez/cloudshellgpt.git
|
|
43
44
|
```
|
|
44
45
|
|
|
45
46
|
### Configuración inicial (1 minuto)
|
|
@@ -375,5 +376,5 @@ Apache 2.0 — ver [LICENSE](LICENSE).
|
|
|
375
376
|
<p align="center">
|
|
376
377
|
<strong>Hecho con ⚡ para HACKATHONKIRO</strong>
|
|
377
378
|
<br>
|
|
378
|
-
<em>Repositorio: <a href="https://github.com/blaylopez/cloudshellgpt">github.com/blaylopez/cloudshellgpt</a></em>
|
|
379
|
+
<em>PyPI: <a href="https://pypi.org/project/cloudshellgpt/">pypi.org/project/cloudshellgpt</a> · Repositorio: <a href="https://github.com/blaylopez/cloudshellgpt">github.com/blaylopez/cloudshellgpt</a></em>
|
|
379
380
|
</p>
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|