CHANGELOG.md
LICENSE
MANIFEST.in
Makefile
README.md
pyproject.toml
pytest.ini
setup.py
docs/GITHUB_SECRETS_SETUP.md
docs/TESTING.md
docs/claude-bedrock-setup-implementation-plan.md
docs/claude-setup-pypi-distribution-plan.md
docs/console.rst
docs/highlighting.rst
docs/packaging-project.rst
src/claude_bedrock_setup.egg-info/PKG-INFO
src/claude_bedrock_setup.egg-info/SOURCES.txt
src/claude_bedrock_setup.egg-info/dependency_links.txt
src/claude_bedrock_setup.egg-info/entry_points.txt
src/claude_bedrock_setup.egg-info/not-zip-safe
src/claude_bedrock_setup.egg-info/requires.txt
src/claude_bedrock_setup.egg-info/top_level.txt
src/claude_setup/__init__.py
src/claude_setup/_version.py
src/claude_setup/auth_checker.py
src/claude_setup/aws_client.py
src/claude_setup/cli.py
src/claude_setup/config_manager.py
src/claude_setup/gitignore_manager.py
src/claude_setup/py.typed
tests/__init__.py
tests/conftest.py
tests/test_auth_checker.py
tests/test_aws_client.py
tests/test_cli.py
tests/test_config_manager.py
tests/test_gitignore_manager.py
tests/test_integration.py
tests/test_utils.py