LICENSE
README.md
pyproject.toml
src/aws_profile_switch/__init__.py
src/aws_profile_switch/cli.py
src/aws_profile_switch/config_parser.py
src/aws_profile_switch/core.py
src/aws_profile_switch/exceptions.py
src/aws_profile_switch/models.py
src/aws_profile_switch/search.py
src/aws_profile_switch/shell.py
src/aws_profile_switch/ui.py
src/aws_profile_switch.egg-info/PKG-INFO
src/aws_profile_switch.egg-info/SOURCES.txt
src/aws_profile_switch.egg-info/dependency_links.txt
src/aws_profile_switch.egg-info/entry_points.txt
src/aws_profile_switch.egg-info/requires.txt
src/aws_profile_switch.egg-info/top_level.txt
tests/test_cli.py
tests/test_config_parser.py
tests/test_core.py
tests/test_integration.py
tests/test_models.py
tests/test_search.py
tests/test_shell.py