runbooks 0.1.6__py3-none-any.whl → 0.1.7__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.
runbooks/__init__.py CHANGED
@@ -4,4 +4,4 @@ runbooks
4
4
  Provides utility functions for math operations, AWS S3 interactions, and data management.
5
5
  """
6
6
 
7
- # __version__ = "0.1.6"
7
+ # __version__ = "0.1.7"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: runbooks
3
- Version: 0.1.6
3
+ Version: 0.1.7
4
4
  Summary: CloudOps Automation Toolkit for DevOps and SRE teams.
5
5
  Author-email: runbooks maintainers <nnthanh101@gmail.com>
6
6
  License: Apache License
@@ -239,7 +239,14 @@ Requires-Dist: ipykernel>=6.29.5
239
239
  Requires-Dist: ipywidgets>=8.1.5
240
240
  Requires-Dist: jupyterlab>=4.3.4
241
241
  Requires-Dist: jupyterlab-git>=0.50.2
242
+ Requires-Dist: azure-cli
242
243
  Requires-Dist: boto3>=1.35.90
244
+ Requires-Dist: botocore>=1.35.95
245
+ Requires-Dist: jmespath>=1.0.1
246
+ Requires-Dist: python-dateutil>=2.9.0
247
+ Requires-Dist: s3transfer>=0.10.4
248
+ Requires-Dist: six>=1.17.0
249
+ Requires-Dist: urllib3>=2.3.0
243
250
  Requires-Dist: openai>=1.58.1
244
251
  Requires-Dist: pydantic>=2.10.4
245
252
  Requires-Dist: pydantic-ai>=0.0.16
@@ -248,6 +255,7 @@ Requires-Dist: pandas>=2.2.3
248
255
  Requires-Dist: plotly>=5.24.1
249
256
  Requires-Dist: vizro>=0.1.30
250
257
  Requires-Dist: vizro-ai>=0.3.2
258
+ Requires-Dist: runbooks>=0.1.7
251
259
 
252
260
  # 🔥 CloudOps Automation at Scale 🦅
253
261
 
@@ -0,0 +1,6 @@
1
+ runbooks/__init__.py,sha256=iIM66NiwDJHBC3CkhiU8ViMtCXg3bYV5hQ3ENU1rJFk,133
2
+ runbooks-0.1.7.dist-info/METADATA,sha256=Y3cpxx_9VkdEGD4dwaeo6VGIUzfefWqCtGL_f7Hiqs0,24982
3
+ runbooks-0.1.7.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
+ runbooks-0.1.7.dist-info/entry_points.txt,sha256=dxS4lhytftkG2sBS-tgSRKoWtK-AgQmiAJ4VxJY3f5A,115
5
+ runbooks-0.1.7.dist-info/top_level.txt,sha256=1EwNxU12QGOLtO0Naw75hXIdSIhgV_b-z_6vhlhVkhM,9
6
+ runbooks-0.1.7.dist-info/RECORD,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ runbooks-aws = runbooks.aws:run_script
3
+ runbooks-security = runbooks.security_baseline:run_script
@@ -1,6 +0,0 @@
1
- runbooks/__init__.py,sha256=_7SZc5Hr4Nynfpt_KtSYxUmsjSvYZkWdQ8o5dJO-V8Y,133
2
- runbooks-0.1.6.dist-info/METADATA,sha256=qBCWPmDeJGL5jQmTFDTfqs0JYym48nKqOKyTdPs8TMM,24733
3
- runbooks-0.1.6.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
4
- runbooks-0.1.6.dist-info/entry_points.txt,sha256=6lCgbrwZ3nlubzydqeMZQ_BZ_-Um1N1S0dH7x55UNqo,57
5
- runbooks-0.1.6.dist-info/top_level.txt,sha256=1EwNxU12QGOLtO0Naw75hXIdSIhgV_b-z_6vhlhVkhM,9
6
- runbooks-0.1.6.dist-info/RECORD,,
@@ -1,2 +0,0 @@
1
- [console_scripts]
2
- runbooks = runbooks.aws:execute_script