LICENSE
MANIFEST.in
README.md
setup.py
aws_profile_manager/__init__.py
aws_profile_manager/_version.py
aws_profile_manager/cli.py
aws_profile_manager.egg-info/PKG-INFO
aws_profile_manager.egg-info/SOURCES.txt
aws_profile_manager.egg-info/dependency_links.txt
aws_profile_manager.egg-info/entry_points.txt
aws_profile_manager.egg-info/requires.txt
aws_profile_manager.egg-info/top_level.txt
aws_profile_manager/commands/__init__.py
aws_profile_manager/commands/profile-add.py
aws_profile_manager/commands/profile-list.py
aws_profile_manager/commands/profile-remove.py
aws_profile_manager/commands/profile-switch.py
aws_profile_manager/commands/rotate-keys.py
aws_profile_manager/common/__init__.py
aws_profile_manager/common/common.py
aws_profile_manager/profile_add/__init__.py
aws_profile_manager/profile_add/add.py
aws_profile_manager/profile_switch/__init__.py
aws_profile_manager/profile_switch/switch.py
aws_profile_manager/rotate_keys/__init__.py
aws_profile_manager/rotate_keys/rotate.py
aws_profile_manager/tests/__init__.py
aws_profile_manager/tests/common.py
aws_profile_manager/tests/switch.py