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.
Files changed (69) hide show
  1. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/PKG-INFO +8 -7
  2. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/README.md +7 -6
  3. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/pyproject.toml +1 -1
  4. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/__init__.py +1 -1
  5. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.github/workflows/ci.yml +0 -0
  6. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.gitignore +0 -0
  7. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/hooks/lint-on-save.json +0 -0
  8. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/hooks/test-mirror-reminder.json +0 -0
  9. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/settings/mcp.json +0 -0
  10. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/skills/pytest-unit-creator.md +0 -0
  11. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/skills/python-module-scaffold.md +0 -0
  12. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/00-overview.md +0 -0
  13. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/01-architecture.md +0 -0
  14. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/02-acceptance-criteria.md +0 -0
  15. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/03-implementation-plan.md +0 -0
  16. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/specs/03-implementation-plan.meta.json +0 -0
  17. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/aws-conventions.md +0 -0
  18. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/code-style.md +0 -0
  19. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/commit-conventions.md +0 -0
  20. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/language.md +0 -0
  21. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/mcp-development.md +0 -0
  22. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/project-context.md +0 -0
  23. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/safety-patterns.md +0 -0
  24. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.kiro/steering/testing-guide.md +0 -0
  25. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/.pre-commit-config.yaml +0 -0
  26. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/LICENSE +0 -0
  27. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/VIDEO_PITCH.md +0 -0
  28. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/docs/DEMO_SCRIPT.md +0 -0
  29. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/docs/IAM_PERMISSIONS.md +0 -0
  30. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/infrastructure/app.py +0 -0
  31. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/infrastructure/cdk.json +0 -0
  32. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/infrastructure/lib/cloudshellgpt_stack.py +0 -0
  33. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/prueba.pdf +0 -0
  34. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/audit.py +0 -0
  35. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/bedrock_translator.py +0 -0
  36. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/cli.py +0 -0
  37. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/config.py +0 -0
  38. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/cost.py +0 -0
  39. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/executor.py +0 -0
  40. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/formatter.py +0 -0
  41. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/i18n.py +0 -0
  42. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/intent.py +0 -0
  43. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/learning.py +0 -0
  44. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/mcp_server.py +0 -0
  45. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/src/cloudshellgpt/safety.py +0 -0
  46. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/__init__.py +0 -0
  47. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/conftest.py +0 -0
  48. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/__init__.py +0 -0
  49. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/test_eval.py +0 -0
  50. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/translation_eval.yaml +0 -0
  51. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/eval/validate_distribution.py +0 -0
  52. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/integration/__init__.py +0 -0
  53. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/integration/test_e2e.py +0 -0
  54. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/__init__.py +0 -0
  55. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_audit.py +0 -0
  56. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_bedrock.py +0 -0
  57. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_bedrock_error.py +0 -0
  58. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_config.py +0 -0
  59. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_cost.py +0 -0
  60. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_executor.py +0 -0
  61. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_formatter.py +0 -0
  62. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_intent.py +0 -0
  63. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_learning.py +0 -0
  64. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_mcp_serve.py +0 -0
  65. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_mcp_server.py +0 -0
  66. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_mcp_tool_contracts.py +0 -0
  67. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_safety.py +0 -0
  68. {cloudshellgpt-1.0.0 → cloudshellgpt-1.0.1}/tests/unit/test_smoke.py +0 -0
  69. {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.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
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
54
54
  [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
55
+ [![PyPI](https://img.shields.io/pypi/v/cloudshellgpt.svg)](https://pypi.org/project/cloudshellgpt/)
55
56
  [![Powered by Bedrock](https://img.shields.io/badge/Powered_by-Amazon_Bedrock-orange.svg)](https://aws.amazon.com/bedrock/)
56
57
  [![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io)
57
58
  [![Kiro Compatible](https://img.shields.io/badge/Kiro-Ready-purple.svg)](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
- # Desde GitHub (recomendado)
83
- pip install git+https://github.com/blaylopez/cloudshellgpt.git
83
+ # Con pip (desde PyPI)
84
+ pip install cloudshellgpt
84
85
 
85
86
  # O con uv (más rápido)
86
- uv pip install git+https://github.com/blaylopez/cloudshellgpt.git
87
+ uv pip install cloudshellgpt
87
88
 
88
- # Desde PyPI (próximamente)
89
- # pip install cloudshellgpt
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
  [![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
7
7
  [![Python 3.12+](https://img.shields.io/badge/python-3.12+-blue.svg)](https://www.python.org/downloads/)
8
+ [![PyPI](https://img.shields.io/pypi/v/cloudshellgpt.svg)](https://pypi.org/project/cloudshellgpt/)
8
9
  [![Powered by Bedrock](https://img.shields.io/badge/Powered_by-Amazon_Bedrock-orange.svg)](https://aws.amazon.com/bedrock/)
9
10
  [![MCP Compatible](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io)
10
11
  [![Kiro Compatible](https://img.shields.io/badge/Kiro-Ready-purple.svg)](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
- # Desde GitHub (recomendado)
36
- pip install git+https://github.com/blaylopez/cloudshellgpt.git
36
+ # Con pip (desde PyPI)
37
+ pip install cloudshellgpt
37
38
 
38
39
  # O con uv (más rápido)
39
- uv pip install git+https://github.com/blaylopez/cloudshellgpt.git
40
+ uv pip install cloudshellgpt
40
41
 
41
- # Desde PyPI (próximamente)
42
- # pip install cloudshellgpt
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>
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "cloudshellgpt"
3
- version = "1.0.0"
3
+ version = "1.0.1"
4
4
  description = "AWS CLI that speaks your language. Natural language to AWS operations via Amazon Bedrock."
5
5
  authors = [
6
6
  { name = "CloudShellGPT Team", email = "team@cloudshellgpt.dev" }
@@ -6,6 +6,6 @@ powered by Amazon Bedrock (Claude 3.5 Sonnet). Built for the HACKATHONKIRO.
6
6
 
7
7
  from __future__ import annotations
8
8
 
9
- __version__ = "1.0.0"
9
+ __version__ = "1.0.1"
10
10
  __author__ = "CloudShellGPT Team"
11
11
  __license__ = "Apache-2.0"
File without changes
File without changes
File without changes
File without changes