clear-skies-aws 2.0.9__tar.gz → 2.0.10__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.
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/CHANGELOG.md +7 -0
- clear_skies_aws-2.0.10/LATEST_CHANGELOG.md +5 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/PKG-INFO +2 -3
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/pyproject.toml +2 -2
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/uv.lock +4 -6
- clear_skies_aws-2.0.9/LATEST_CHANGELOG.md +0 -9
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.copier-answers.yml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.editorconfig +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.github/workflows/create-version.yaml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.github/workflows/docs.yaml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.github/workflows/run-tests.yml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.github/workflows/tests-matrix.yaml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.github/workflows/tests.yaml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.gitignore +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.pre-commit-config.yaml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/.python-version +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/LICENSE +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/README.md +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/cliff.toml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/ruff.toml +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/action_aws.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/assume_role.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/ses.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/sns.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/sqs.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/step_function.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/backend.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/dynamo_db_backend.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/dynamo_db_condition_parser.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/dynamo_db_parti_ql_backend.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/sqs_backend.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/configs/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/cli_web_socket_mock.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_alb.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_api_gateway.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_api_gateway_web_socket.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_invoke.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_sns.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_sqs_standard.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/iam/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/iam/rds_mysql.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/port_forwarding/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/port_forwarding/ssm.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/aws_additional_config_auto_import.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/inject/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/inject/boto3.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/inject/boto3_session.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/inject/parameter_store.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/endpoints/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/endpoints/secrets_manager_rotation.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/endpoints/simple_body_routing.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/cli_web_socket_mock.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_alb.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_api_gateway.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_api_gateway_web_socket.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_input_output.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_invoke.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_sns.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_sqs_standard.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/ses.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/sns.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/sqs.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/step_function.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/models/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/models/web_socket_connection_model.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/additional_configs/__init__.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/additional_configs/iam_db_auth.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/additional_configs/iam_db_auth_with_ssm.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/additional_configs/mysql_connection_dynamic_producer_via_ssh_cert_bastion.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/additional_configs/mysql_connection_dynamic_producer_via_ssm_bastion.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/akeyless_with_ssm_cache.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/parameter_store.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/secrets.py +0 -0
- {clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/secrets_manager.py +0 -0
|
@@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [2.0.10] - 2026-01-21
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
- Jinja2 import
|
|
12
|
+
|
|
8
13
|
## [2.0.9] - 2026-01-14
|
|
9
14
|
|
|
10
15
|
### Changed
|
|
16
|
+
- Bump version to v2.0.9 by @github-actions[bot]
|
|
11
17
|
- Lock update
|
|
12
18
|
- Check if url is set
|
|
13
19
|
|
|
@@ -130,6 +136,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
130
136
|
* @cmancone made their first contribution
|
|
131
137
|
* @ made their first contribution
|
|
132
138
|
* @github-actions[bot] made their first contribution
|
|
139
|
+
[2.0.10]: https://github.com/clearskies-py/aws/compare/v2.0.9..v2.0.10
|
|
133
140
|
[2.0.9]: https://github.com/clearskies-py/aws/compare/v2.0.8..v2.0.9
|
|
134
141
|
[2.0.8]: https://github.com/clearskies-py/aws/compare/v2.0.7..v2.0.8
|
|
135
142
|
[2.0.7]: https://github.com/clearskies-py/aws/compare/v2.0.6..v2.0.7
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: clear-skies-aws
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.10
|
|
4
4
|
Summary: clearskies bindings for working in AWS
|
|
5
5
|
Project-URL: Repository, https://github.com/clearskies-py/clearskies-aws
|
|
6
6
|
Project-URL: Issues, https://github.com/clearskies-py/clearskies-aws/issues
|
|
@@ -17,14 +17,13 @@ Classifier: Programming Language :: Python :: 3
|
|
|
17
17
|
Requires-Python: <4.0,>=3.11
|
|
18
18
|
Requires-Dist: boto3<2.0.0,>=1.26.148
|
|
19
19
|
Requires-Dist: clear-skies<3.0.0,>=2.0.20
|
|
20
|
+
Requires-Dist: jinja2>=3.1.6
|
|
20
21
|
Requires-Dist: types-boto3[dynamodb,secretsmanager,ses,sns,sqs,ssm,stepfunctions]<2.0.0,>=1.38.13
|
|
21
22
|
Provides-Extra: akeyless
|
|
22
23
|
Requires-Dist: akeyless-cloud-id<0.5.0,>=0.2.3; extra == 'akeyless'
|
|
23
24
|
Requires-Dist: akeyless<6.0.0,>=5.0.0; extra == 'akeyless'
|
|
24
25
|
Provides-Extra: mysql
|
|
25
26
|
Requires-Dist: clear-skies[mysql]; extra == 'mysql'
|
|
26
|
-
Provides-Extra: ses
|
|
27
|
-
Requires-Dist: jinja2<4.0.0,>=3.1.2; extra == 'ses'
|
|
28
27
|
Description-Content-Type: text/markdown
|
|
29
28
|
|
|
30
29
|
# clearskies-aws
|
|
@@ -3,13 +3,14 @@
|
|
|
3
3
|
name = "clear-skies-aws"
|
|
4
4
|
description = "clearskies bindings for working in AWS"
|
|
5
5
|
license = "MIT"
|
|
6
|
-
version = "2.0.
|
|
6
|
+
version = "2.0.10"
|
|
7
7
|
readme = "./README.md"
|
|
8
8
|
authors = [{name = "tnijboer"}, {name = "Conor Mancone", email = "cmancone@gmail.com"}]
|
|
9
9
|
requires-python = '>=3.11,<4.0'
|
|
10
10
|
dependencies = [
|
|
11
11
|
'boto3 (>=1.26.148,<2.0.0)',
|
|
12
12
|
"clear-skies>=2.0.20,<3.0.0",
|
|
13
|
+
"jinja2>=3.1.6",
|
|
13
14
|
'types-boto3[dynamodb,sns,sqs,ses,ssm,secretsmanager,stepfunctions] (>=1.38.13,<2.0.0)',
|
|
14
15
|
]
|
|
15
16
|
classifiers = [
|
|
@@ -27,7 +28,6 @@ Documentation = "https://clearskies.info/modules/clearskies-aws/"
|
|
|
27
28
|
|
|
28
29
|
[project.optional-dependencies]
|
|
29
30
|
akeyless = ['akeyless-cloud-id (>=0.2.3,<0.5.0)', 'akeyless (>=5.0.0,<6.0.0)']
|
|
30
|
-
ses = ['jinja2 (>=3.1.2,<4.0.0)']
|
|
31
31
|
mysql = ['clear-skies[mysql]']
|
|
32
32
|
|
|
33
33
|
[build-system]
|
|
@@ -220,11 +220,12 @@ mysql = [
|
|
|
220
220
|
|
|
221
221
|
[[package]]
|
|
222
222
|
name = "clear-skies-aws"
|
|
223
|
-
version = "2.0.
|
|
223
|
+
version = "2.0.10"
|
|
224
224
|
source = { editable = "." }
|
|
225
225
|
dependencies = [
|
|
226
226
|
{ name = "boto3" },
|
|
227
227
|
{ name = "clear-skies" },
|
|
228
|
+
{ name = "jinja2" },
|
|
228
229
|
{ name = "types-boto3", extra = ["dynamodb", "secretsmanager", "ses", "sns", "sqs", "ssm", "stepfunctions"] },
|
|
229
230
|
]
|
|
230
231
|
|
|
@@ -236,9 +237,6 @@ akeyless = [
|
|
|
236
237
|
mysql = [
|
|
237
238
|
{ name = "clear-skies", extra = ["mysql"] },
|
|
238
239
|
]
|
|
239
|
-
ses = [
|
|
240
|
-
{ name = "jinja2" },
|
|
241
|
-
]
|
|
242
240
|
|
|
243
241
|
[package.dev-dependencies]
|
|
244
242
|
dev = [
|
|
@@ -259,10 +257,10 @@ requires-dist = [
|
|
|
259
257
|
{ name = "boto3", specifier = ">=1.26.148,<2.0.0" },
|
|
260
258
|
{ name = "clear-skies", specifier = ">=2.0.20,<3.0.0" },
|
|
261
259
|
{ name = "clear-skies", extras = ["mysql"], marker = "extra == 'mysql'" },
|
|
262
|
-
{ name = "jinja2",
|
|
260
|
+
{ name = "jinja2", specifier = ">=3.1.6" },
|
|
263
261
|
{ name = "types-boto3", extras = ["dynamodb", "sns", "sqs", "ses", "ssm", "secretsmanager", "stepfunctions"], specifier = ">=1.38.13,<2.0.0" },
|
|
264
262
|
]
|
|
265
|
-
provides-extras = ["akeyless", "
|
|
263
|
+
provides-extras = ["akeyless", "mysql"]
|
|
266
264
|
|
|
267
265
|
[package.metadata.requires-dev]
|
|
268
266
|
dev = [
|
|
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
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/actions/step_function.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/backends/dynamo_db_backend.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/cli_web_socket_mock.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_api_gateway.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_invoke.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/contexts/lambda_sqs_standard.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/iam/rds_mysql.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/cursors/port_forwarding/ssm.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/inject/boto3_session.py
RENAMED
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/di/inject/parameter_store.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/endpoints/simple_body_routing.py
RENAMED
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_alb.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_invoke.py
RENAMED
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/input_outputs/lambda_sns.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/mocks/actions/step_function.py
RENAMED
|
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
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/parameter_store.py
RENAMED
|
File without changes
|
|
File without changes
|
{clear_skies_aws-2.0.9 → clear_skies_aws-2.0.10}/src/clearskies_aws/secrets/secrets_manager.py
RENAMED
|
File without changes
|