aws-annoying 0.8.0__py3-none-any.whl → 0.8.2__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.
- aws_annoying-0.8.2.dist-info/METADATA +90 -0
- {aws_annoying-0.8.0.dist-info → aws_annoying-0.8.2.dist-info}/RECORD +5 -5
- aws_annoying-0.8.0.dist-info/METADATA +0 -86
- {aws_annoying-0.8.0.dist-info → aws_annoying-0.8.2.dist-info}/WHEEL +0 -0
- {aws_annoying-0.8.0.dist-info → aws_annoying-0.8.2.dist-info}/entry_points.txt +0 -0
- {aws_annoying-0.8.0.dist-info → aws_annoying-0.8.2.dist-info}/licenses/LICENSE +0 -0
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: aws-annoying
|
|
3
|
+
Version: 0.8.2
|
|
4
|
+
Summary: Utils to handle some annoying AWS tasks.
|
|
5
|
+
Project-URL: Homepage, https://github.com/lasuillard/aws-annoying
|
|
6
|
+
Project-URL: Repository, https://github.com/lasuillard/aws-annoying.git
|
|
7
|
+
Project-URL: Issues, https://github.com/lasuillard/aws-annoying/issues
|
|
8
|
+
Author-email: Yuchan Lee <lasuillard@gmail.com>
|
|
9
|
+
License-Expression: MIT
|
|
10
|
+
License-File: LICENSE
|
|
11
|
+
Requires-Python: <4.0,>=3.9
|
|
12
|
+
Requires-Dist: boto3<2,>=1
|
|
13
|
+
Requires-Dist: pydantic<3,>=2
|
|
14
|
+
Requires-Dist: requests<3,>=2
|
|
15
|
+
Requires-Dist: tqdm<5,>=4
|
|
16
|
+
Requires-Dist: typer<1,>=0
|
|
17
|
+
Description-Content-Type: text/markdown
|
|
18
|
+
|
|
19
|
+
# aws-annoying
|
|
20
|
+
|
|
21
|
+
[](https://opensource.org/licenses/MIT)
|
|
22
|
+
[](https://codecov.io/gh/lasuillard-s/aws-annoying)
|
|
23
|
+
[](https://pypi.org/project/aws-annoying/)
|
|
24
|
+
|
|
25
|
+
Utils to handle some annoying AWS tasks.
|
|
26
|
+
|
|
27
|
+
## ❓ About
|
|
28
|
+
|
|
29
|
+
This project aims to provide a set of utilities and examples to help with some annoying tasks when working with AWS.
|
|
30
|
+
|
|
31
|
+
Major directories of the project:
|
|
32
|
+
|
|
33
|
+
- **aws_annoying** Python package containing CLI and utility functions.
|
|
34
|
+
- **console** Utilities to help working with AWS Console.
|
|
35
|
+
- **examples** Examples of how to use the package.
|
|
36
|
+
|
|
37
|
+
## 🚀 Installation
|
|
38
|
+
|
|
39
|
+
It is recommended to use [pipx](https://pipx.pypa.io/stable/) to install `aws-annoying` CLI:
|
|
40
|
+
|
|
41
|
+
```bash
|
|
42
|
+
$ pipx install aws-annoying
|
|
43
|
+
$ aws-annoying --help
|
|
44
|
+
|
|
45
|
+
Usage: aws-annoying [OPTIONS] COMMAND [ARGS]...
|
|
46
|
+
|
|
47
|
+
...
|
|
48
|
+
```
|
|
49
|
+
|
|
50
|
+
As the package also provides some utility functions, you can install `aws-annoying` via pip, if you are going to use those utils.
|
|
51
|
+
|
|
52
|
+
## 💡 Usage
|
|
53
|
+
|
|
54
|
+
Below are brief explanation of available commands. For more detailed information about commands, please refer to the CLI help.
|
|
55
|
+
|
|
56
|
+
### `ecs task-definition-lifecycle`
|
|
57
|
+
|
|
58
|
+
Expire and delete ECS task definitions based on criteria.
|
|
59
|
+
|
|
60
|
+
### `ecs wait-for-deployment`
|
|
61
|
+
|
|
62
|
+
Wait for ECS deployment to start, complete or fail, and stabilize.
|
|
63
|
+
|
|
64
|
+
### `load-variables`
|
|
65
|
+
|
|
66
|
+
Wrapper command to run command with variables from various AWS resources (SSM Parameter Store, Secrets Manager, etc.) injected as environment variables.
|
|
67
|
+
|
|
68
|
+
### `mfa configure`
|
|
69
|
+
|
|
70
|
+
Configure AWS profile or refresh session for MFA.
|
|
71
|
+
|
|
72
|
+
### `session-manager install`
|
|
73
|
+
|
|
74
|
+
Install AWS Session Manager plugin.
|
|
75
|
+
|
|
76
|
+
### `session-manager port-forward`
|
|
77
|
+
|
|
78
|
+
Start a port forwarding session using AWS Session Manager.
|
|
79
|
+
|
|
80
|
+
### `session-manager start`
|
|
81
|
+
|
|
82
|
+
Start new session via Session Manager.
|
|
83
|
+
|
|
84
|
+
### `session-manager stop`
|
|
85
|
+
|
|
86
|
+
Stop running port forwarding session for PID file.
|
|
87
|
+
|
|
88
|
+
## 💖 Contributing
|
|
89
|
+
|
|
90
|
+
Any feedback, suggestions or contributions are welcome! Feel free to open an issue or a pull request.
|
|
@@ -35,8 +35,8 @@ aws_annoying/utils/downloader.py,sha256=bAh8Hu55L3F8Fyd1s4NBsyB_L0U-lk7SfKsS00Rp
|
|
|
35
35
|
aws_annoying/utils/ec2.py,sha256=VsOrnFQDSNplWQ_s-uT11IfiD2mi-74uLbSVoaeXynI,1055
|
|
36
36
|
aws_annoying/utils/platform.py,sha256=TBIzCzYiFj36HmndZedegvFlxPSNtBQyAxzuwelvxNg,985
|
|
37
37
|
aws_annoying/utils/timeout.py,sha256=9eCSqhkEp7f7wBoLzkyqfyUKAgY9irwL6LIWBvIvmFI,2394
|
|
38
|
-
aws_annoying-0.8.
|
|
39
|
-
aws_annoying-0.8.
|
|
40
|
-
aws_annoying-0.8.
|
|
41
|
-
aws_annoying-0.8.
|
|
42
|
-
aws_annoying-0.8.
|
|
38
|
+
aws_annoying-0.8.2.dist-info/METADATA,sha256=x4OS2Uc2ZaDB73aBVmzfSUdqvyp790bhte-ael05HAc,2770
|
|
39
|
+
aws_annoying-0.8.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
40
|
+
aws_annoying-0.8.2.dist-info/entry_points.txt,sha256=DcKE5V0WvVJ8wUOHxyUz1yLAJOuuJUgRPlMcQ4O7jEs,66
|
|
41
|
+
aws_annoying-0.8.2.dist-info/licenses/LICENSE,sha256=Q5GkvYijQ2KTQ-QWhv43ilzCno4ZrzrEuATEQZd9rYo,1067
|
|
42
|
+
aws_annoying-0.8.2.dist-info/RECORD,,
|
|
@@ -1,86 +0,0 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: aws-annoying
|
|
3
|
-
Version: 0.8.0
|
|
4
|
-
Summary: Utils to handle some annoying AWS tasks.
|
|
5
|
-
Project-URL: Homepage, https://github.com/lasuillard/aws-annoying
|
|
6
|
-
Project-URL: Repository, https://github.com/lasuillard/aws-annoying.git
|
|
7
|
-
Project-URL: Issues, https://github.com/lasuillard/aws-annoying/issues
|
|
8
|
-
Author-email: Yuchan Lee <lasuillard@gmail.com>
|
|
9
|
-
License-Expression: MIT
|
|
10
|
-
License-File: LICENSE
|
|
11
|
-
Requires-Python: <4.0,>=3.9
|
|
12
|
-
Requires-Dist: boto3<2,>=1
|
|
13
|
-
Requires-Dist: pydantic<3,>=2
|
|
14
|
-
Requires-Dist: requests<3,>=2
|
|
15
|
-
Requires-Dist: tqdm<5,>=4
|
|
16
|
-
Requires-Dist: typer<1,>=0
|
|
17
|
-
Provides-Extra: dev
|
|
18
|
-
Requires-Dist: boto3-stubs[ec2,ecs,secretsmanager,ssm,sts]>=1.37.1; extra == 'dev'
|
|
19
|
-
Requires-Dist: mypy<1.17,>=1.15; extra == 'dev'
|
|
20
|
-
Requires-Dist: ruff<0.12.0,>=0.9.9; extra == 'dev'
|
|
21
|
-
Requires-Dist: types-requests>=2.31.0.6; extra == 'dev'
|
|
22
|
-
Provides-Extra: test
|
|
23
|
-
Requires-Dist: coverage<7.9,>=7.6; extra == 'test'
|
|
24
|
-
Requires-Dist: moto[ecs,secretsmanager,server,ssm]~=5.1.1; extra == 'test'
|
|
25
|
-
Requires-Dist: pytest-cov<6.2,>=6.0; extra == 'test'
|
|
26
|
-
Requires-Dist: pytest-env~=1.1.1; extra == 'test'
|
|
27
|
-
Requires-Dist: pytest-snapshot>=0.9.0; extra == 'test'
|
|
28
|
-
Requires-Dist: pytest-sugar~=1.0.0; extra == 'test'
|
|
29
|
-
Requires-Dist: pytest-xdist>=3.6.1; extra == 'test'
|
|
30
|
-
Requires-Dist: pytest~=8.3.2; extra == 'test'
|
|
31
|
-
Requires-Dist: testcontainers[localstack]>=4.9.2; extra == 'test'
|
|
32
|
-
Requires-Dist: toml>=0.10.2; extra == 'test'
|
|
33
|
-
Requires-Dist: types-toml>=0.10.8.20240310; extra == 'test'
|
|
34
|
-
Description-Content-Type: text/markdown
|
|
35
|
-
|
|
36
|
-
# aws-annoying
|
|
37
|
-
|
|
38
|
-
[](https://opensource.org/licenses/MIT)
|
|
39
|
-
[](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml)
|
|
40
|
-
[](https://codecov.io/gh/lasuillard/aws-annoying)
|
|
41
|
-

|
|
42
|
-
|
|
43
|
-
Utils to handle some annoying AWS tasks.
|
|
44
|
-
|
|
45
|
-
## ❓ About
|
|
46
|
-
|
|
47
|
-
This project aims to provide a set of utilities and examples to help with some annoying tasks when working with AWS.
|
|
48
|
-
|
|
49
|
-
Major directories of the project:
|
|
50
|
-
|
|
51
|
-
- **aws_annoying** Python package containing CLI and utility functions.
|
|
52
|
-
- **console** Utilities to help working with AWS Console.
|
|
53
|
-
- **examples** Examples of how to use the package.
|
|
54
|
-
|
|
55
|
-
## 🚀 Installation
|
|
56
|
-
|
|
57
|
-
It is recommended to use [pipx](https://pipx.pypa.io/stable/) to install `aws-annoying`:
|
|
58
|
-
|
|
59
|
-
```bash
|
|
60
|
-
$ pipx install aws-annoying
|
|
61
|
-
$ aws-annoying --help
|
|
62
|
-
|
|
63
|
-
Usage: aws-annoying [OPTIONS] COMMAND [ARGS]...
|
|
64
|
-
|
|
65
|
-
...
|
|
66
|
-
```
|
|
67
|
-
|
|
68
|
-
Available commands:
|
|
69
|
-
|
|
70
|
-
- **ecs** ECS utilities.
|
|
71
|
-
- **task-definition-lifecycle** Help to manage ECS task definitions lifecycle.
|
|
72
|
-
- **wait-for-deployment** Wait for ECS deployment to complete.
|
|
73
|
-
- **load-variables** Wrapper command to run command with variables from AWS resources injected as environment variables.
|
|
74
|
-
- **mfa** Commands to manage MFA authentication.
|
|
75
|
-
- **configure** Configure AWS profile for MFA.
|
|
76
|
-
- **session-manager** AWS Session Manager CLI utilities.
|
|
77
|
-
- **install** Install AWS Session Manager plugin.
|
|
78
|
-
- **port-forward** Start a port forwarding session using AWS Session Manager.
|
|
79
|
-
- **start** Start new session.
|
|
80
|
-
- **stop** Stop running session for PID file.
|
|
81
|
-
|
|
82
|
-
Please refer to the CLI help for more information about the available commands and options.
|
|
83
|
-
|
|
84
|
-
## 💖 Contributing
|
|
85
|
-
|
|
86
|
-
Any feedback, suggestions or contributions are welcome! Feel free to open an issue or a pull request.
|
|
File without changes
|
|
File without changes
|
|
File without changes
|