LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
src/aws_toolbox/__init__.py
src/aws_toolbox/cli.py
src/aws_toolbox.egg-info/PKG-INFO
src/aws_toolbox.egg-info/SOURCES.txt
src/aws_toolbox.egg-info/dependency_links.txt
src/aws_toolbox.egg-info/entry_points.txt
src/aws_toolbox.egg-info/not-zip-safe
src/aws_toolbox.egg-info/requires.txt
src/aws_toolbox.egg-info/top_level.txt
src/aws_toolbox/commands/__init__.py
src/aws_toolbox/commands/regions.py
src/aws_toolbox/commands/ec2/__init__.py
src/aws_toolbox/commands/ec2/delete_ami.py
src/aws_toolbox/commands/ec2/delete_snapshot.py
src/aws_toolbox/commands/ec2/describe_ami.py
src/aws_toolbox/commands/ec2/describe_snapshot.py
src/aws_toolbox/commands/ec2/ec2.py
src/aws_toolbox/commands/ec2/upload_key_pair.py
src/aws_toolbox/commands/s3/__init__.py
src/aws_toolbox/commands/s3/delete_bucket.py
src/aws_toolbox/commands/s3/s3.py
src/aws_toolbox/commands/secretsmanager/__init__.py
src/aws_toolbox/commands/secretsmanager/delete_secrets.py
src/aws_toolbox/commands/secretsmanager/list_secrets.py
src/aws_toolbox/commands/secretsmanager/secretsmanager.py
src/aws_toolbox/config/__init__.py
src/aws_toolbox/config/metadata.py
src/aws_toolbox/utils/__init__.py
src/aws_toolbox/utils/guiutils.py
src/aws_toolbox/utils/logutils.py
src/aws_toolbox/utils/time.py