runbooks 0.1.5__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 +1 -4
- {runbooks-0.1.5.dist-info → runbooks-0.1.7.dist-info}/METADATA +9 -1
- runbooks-0.1.7.dist-info/RECORD +6 -0
- runbooks-0.1.7.dist-info/entry_points.txt +3 -0
- runbooks-0.1.5.dist-info/RECORD +0 -6
- runbooks-0.1.5.dist-info/entry_points.txt +0 -15
- {runbooks-0.1.5.dist-info → runbooks-0.1.7.dist-info}/WHEEL +0 -0
- {runbooks-0.1.5.dist-info → runbooks-0.1.7.dist-info}/top_level.txt +0 -0
runbooks/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.2
|
2
2
|
Name: runbooks
|
3
|
-
Version: 0.1.
|
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,,
|
runbooks-0.1.5.dist-info/RECORD
DELETED
@@ -1,6 +0,0 @@
|
|
1
|
-
runbooks/__init__.py,sha256=Jb-vD5lxcblaWaYs5u6nHRuxrPIShftR9xgDwo-xeqQ,216
|
2
|
-
runbooks-0.1.5.dist-info/METADATA,sha256=f1TLGn_GS5c6PckdyiK6Y0sSBsVlZwcTWhaYezMnyVY,24733
|
3
|
-
runbooks-0.1.5.dist-info/WHEEL,sha256=In9FTNxeP60KnTkGw7wk6mJPYd_dQSjEZmXdBdMCI-8,91
|
4
|
-
runbooks-0.1.5.dist-info/entry_points.txt,sha256=_QeudHiRbT7oqnS32FShaOcqu03boiL5TJlFXKKYb7A,997
|
5
|
-
runbooks-0.1.5.dist-info/top_level.txt,sha256=1EwNxU12QGOLtO0Naw75hXIdSIhgV_b-z_6vhlhVkhM,9
|
6
|
-
runbooks-0.1.5.dist-info/RECORD,,
|
@@ -1,15 +0,0 @@
|
|
1
|
-
[console_scripts]
|
2
|
-
create_s3_bucket = runbooks.aws.s3_create_bucket:create_bucket
|
3
|
-
delete_s3_object = runbooks.aws.s3_object_operations:delete_object
|
4
|
-
delete_unused_eips = runbooks.aws.ec2_unused_eips:delete_unused_eips
|
5
|
-
delete_unused_volumes = runbooks.aws.ec2_unused_volumes:delete_unused_volumes
|
6
|
-
dynamodb_batch_write = runbooks.aws.dynamodb_operations:batch_write_items
|
7
|
-
dynamodb_delete_item = runbooks.aws.dynamodb_operations:delete_item
|
8
|
-
dynamodb_put_item = runbooks.aws.dynamodb_operations:put_item
|
9
|
-
list_ec2_instances = runbooks.aws.ec2_describe_instances:describe_instances
|
10
|
-
list_s3_buckets = runbooks.aws.s3_list_buckets:list_s3_buckets
|
11
|
-
put_s3_object = runbooks.aws.s3_object_operations:put_object
|
12
|
-
run_ec2_instances = runbooks.aws.ec2_run_instances:run_instances
|
13
|
-
start_ec2_instances = runbooks.aws.ec2_start_stop_instances:start_instances
|
14
|
-
stop_ec2_instances = runbooks.aws.ec2_start_stop_instances:stop_instances
|
15
|
-
terminate_ec2_instances = runbooks.aws.ec2_terminate_instances:terminate_instances
|
File without changes
|
File without changes
|