Metadata-Version: 2.4
Name: aws-annoying
Version: 0.2.1
Summary: Utils to handle some annoying AWS tasks.
Project-URL: Homepage, https://github.com/lasuillard/aws-annoying
Project-URL: Repository, https://github.com/lasuillard/aws-annoying.git
Project-URL: Issues, https://github.com/lasuillard/aws-annoying/issues
Author-email: Yuchan Lee <lasuillard@gmail.com>
License-Expression: MIT
License-File: LICENSE
Requires-Python: <4.0,>=3.9
Requires-Dist: boto3>=1.37.1
Requires-Dist: pydantic>=2.10.6
Requires-Dist: typer>=0.15.1
Provides-Extra: dev
Requires-Dist: boto3-stubs[ecs,secretsmanager,ssm,sts]>=1.37.1; extra == 'dev'
Requires-Dist: mypy~=1.15.0; extra == 'dev'
Requires-Dist: ruff<0.12.0,>=0.9.9; extra == 'dev'
Provides-Extra: test
Requires-Dist: coverage<7.9,>=7.6; extra == 'test'
Requires-Dist: moto[ecs,secretsmanager,server,ssm]~=5.1.1; extra == 'test'
Requires-Dist: pytest-cov~=6.0.0; extra == 'test'
Requires-Dist: pytest-env~=1.1.1; extra == 'test'
Requires-Dist: pytest-snapshot>=0.9.0; extra == 'test'
Requires-Dist: pytest-sugar~=1.0.0; extra == 'test'
Requires-Dist: pytest-xdist>=3.6.1; extra == 'test'
Requires-Dist: pytest~=8.3.2; extra == 'test'
Requires-Dist: testcontainers[localstack]>=4.9.2; extra == 'test'
Description-Content-Type: text/markdown

# aws-annoying

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![CI](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml/badge.svg)](https://github.com/lasuillard/aws-annoying/actions/workflows/ci.yaml)
[![codecov](https://codecov.io/gh/lasuillard/aws-annoying/graph/badge.svg?token=gbcHMVVz2k)](https://codecov.io/gh/lasuillard/aws-annoying)
![PyPI - Version](https://img.shields.io/pypi/v/aws-annoying)

Utils to handle some annoying AWS tasks.
