runbooks 0.1.6__tar.gz → 0.1.7__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.
- {runbooks-0.1.6/src/runbooks.egg-info → runbooks-0.1.7}/PKG-INFO +9 -1
- {runbooks-0.1.6 → runbooks-0.1.7}/pyproject.toml +19 -9
- {runbooks-0.1.6 → runbooks-0.1.7}/src/runbooks/__init__.py +1 -1
- {runbooks-0.1.6 → runbooks-0.1.7/src/runbooks.egg-info}/PKG-INFO +9 -1
- runbooks-0.1.7/src/runbooks.egg-info/entry_points.txt +3 -0
- {runbooks-0.1.6 → runbooks-0.1.7}/src/runbooks.egg-info/requires.txt +8 -0
- runbooks-0.1.6/src/runbooks.egg-info/entry_points.txt +0 -2
- {runbooks-0.1.6 → runbooks-0.1.7}/LICENSE +0 -0
- {runbooks-0.1.6 → runbooks-0.1.7}/README.md +0 -0
- {runbooks-0.1.6 → runbooks-0.1.7}/setup.cfg +0 -0
- {runbooks-0.1.6 → runbooks-0.1.7}/src/runbooks.egg-info/SOURCES.txt +0 -0
- {runbooks-0.1.6 → runbooks-0.1.7}/src/runbooks.egg-info/dependency_links.txt +0 -0
- {runbooks-0.1.6 → runbooks-0.1.7}/src/runbooks.egg-info/top_level.txt +0 -0
@@ -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
|
|
@@ -2,7 +2,7 @@
|
|
2
2
|
## Metadata: https://docs.astral.sh/uv/concepts/projects/config/
|
3
3
|
name = "runbooks"
|
4
4
|
## Incremented for new release
|
5
|
-
version = "0.1.
|
5
|
+
version = "0.1.7"
|
6
6
|
description = "CloudOps Automation Toolkit for DevOps and SRE teams."
|
7
7
|
readme = "README.md"
|
8
8
|
requires-python = ">=3.11"
|
@@ -64,8 +64,15 @@ dependencies = [
|
|
64
64
|
## CloudOps
|
65
65
|
# "ansible>=11.1.0",
|
66
66
|
# "awscli @ git+https://github.com/aws/aws-cli@v2",
|
67
|
-
# "
|
67
|
+
# "moto>=5.0.25",
|
68
|
+
"azure-cli",
|
68
69
|
"boto3>=1.35.90",
|
70
|
+
"botocore>=1.35.95",
|
71
|
+
"jmespath>=1.0.1",
|
72
|
+
"python-dateutil>=2.9.0",
|
73
|
+
"s3transfer>=0.10.4",
|
74
|
+
"six>=1.17.0",
|
75
|
+
"urllib3>=2.3.0",
|
69
76
|
|
70
77
|
## AI & Visual Analytics
|
71
78
|
"openai>=1.58.1",
|
@@ -75,7 +82,10 @@ dependencies = [
|
|
75
82
|
"pandas>=2.2.3",
|
76
83
|
"plotly>=5.24.1",
|
77
84
|
"vizro>=0.1.30",
|
78
|
-
"vizro-ai>=0.3.2"
|
85
|
+
"vizro-ai>=0.3.2",
|
86
|
+
|
87
|
+
## 1xOps/CloudOps-Runbooks: https://pypi.org/project/runbooks/
|
88
|
+
"runbooks>=0.1.7"
|
79
89
|
]
|
80
90
|
|
81
91
|
[dependency-groups]
|
@@ -85,9 +95,8 @@ dev = [
|
|
85
95
|
"pytest>=8.3.4",
|
86
96
|
"pytest-cov>=6.0.0",
|
87
97
|
"ruff>=0.8.4",
|
88
|
-
"
|
89
|
-
"
|
90
|
-
"pre-commit>=3.5.0",
|
98
|
+
# "black>=23.11.0",
|
99
|
+
# "pre-commit>=3.5.0",
|
91
100
|
"typer>=0.15.1",
|
92
101
|
"versioningit",
|
93
102
|
]
|
@@ -97,7 +106,7 @@ requires = ["setuptools"]
|
|
97
106
|
build-backend = "setuptools.build_meta"
|
98
107
|
|
99
108
|
[tool.setuptools]
|
100
|
-
package-dir = {"" = "src"}
|
109
|
+
package-dir = {"" = "src"} ## Use 'src' as root
|
101
110
|
packages = ["runbooks"]
|
102
111
|
license-files = []
|
103
112
|
# license-files = ["LICENSE"]
|
@@ -105,7 +114,7 @@ license-files = []
|
|
105
114
|
[tool.versioningit]
|
106
115
|
vcs = "git"
|
107
116
|
tag2version = "v{base}"
|
108
|
-
default-version = "0.1.
|
117
|
+
default-version = "0.1.7"
|
109
118
|
|
110
119
|
[tool.pytest.ini_options]
|
111
120
|
## Test Configuration
|
@@ -116,7 +125,8 @@ addopts = "--cov=src/runbooks --cov-report=term-missing --verbose"
|
|
116
125
|
|
117
126
|
[project.scripts]
|
118
127
|
## CLI Commands
|
119
|
-
runbooks = "runbooks.aws:
|
128
|
+
runbooks-aws = "runbooks.aws:run_script"
|
129
|
+
runbooks-security = "runbooks.security_baseline:run_script"
|
120
130
|
|
121
131
|
|
122
132
|
[tool.ruff]
|
@@ -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
|
|
@@ -20,7 +20,14 @@ ipykernel>=6.29.5
|
|
20
20
|
ipywidgets>=8.1.5
|
21
21
|
jupyterlab>=4.3.4
|
22
22
|
jupyterlab-git>=0.50.2
|
23
|
+
azure-cli
|
23
24
|
boto3>=1.35.90
|
25
|
+
botocore>=1.35.95
|
26
|
+
jmespath>=1.0.1
|
27
|
+
python-dateutil>=2.9.0
|
28
|
+
s3transfer>=0.10.4
|
29
|
+
six>=1.17.0
|
30
|
+
urllib3>=2.3.0
|
24
31
|
openai>=1.58.1
|
25
32
|
pydantic>=2.10.4
|
26
33
|
pydantic-ai>=0.0.16
|
@@ -29,3 +36,4 @@ pandas>=2.2.3
|
|
29
36
|
plotly>=5.24.1
|
30
37
|
vizro>=0.1.30
|
31
38
|
vizro-ai>=0.3.2
|
39
|
+
runbooks>=0.1.7
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|