--- id: mypy-boto3-codeguru-security version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-codeguru-security — Type annotations for boto3 CodeGuruSecurity 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.1K/mo ## What it is and what it does This package provides type stubs for boto3's CodeGuruSecurity service, generated automatically with mypy-boto3-builder 8.12.0. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 CodeGuruSecurity client types, offering code completion and catching type errors at development time rather than runtime. The stubs cover client methods, paginators, type definitions, and literal types for service operations. It is a development-only dependency—type annotations can be gated behind TYPE_CHECKING to avoid shipping it in production. The package is actively maintained and tracks boto3 releases; it depends only on typing-extensions and installs with minimal friction. Use it for: - Enable IDE autocomplete and type hints when writing boto3 CodeGuruSecurity client code in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 CodeGuruSecurity calls to catch type errors before deployment. - Provide explicit type annotations for CodeGuruSecurityClient and paginator objects in large codebases. - Use boto3-stubs as a development dependency while keeping production code free of type-stub overhead via TYPE_CHECKING guards. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and IDE autocomplete for boto3's CodeGuruSecurity service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text. Yes—if you use boto3's CodeGuruSecurity service and want static type checking or IDE autocomplete. Install friction is low, maintenance is active, and the MIT license has no restrictions. The only gotcha is that boto3 itself must be installed separately, and PyCharm users may experience performance issues with full stubs (lite variant available as alternative). ## Install pip install mypy-boto3-codeguru-security uv add mypy-boto3-codeguru-security poetry add mypy-boto3-codeguru-security ## Installing mypy-boto3-codeguru-security Before you install: Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable production status. Generated automatically from boto3 1.43.0, so updates track upstream boto3 releases. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: # Install python -m pip install 'boto3-stubs[codeguru-security]' # Use in code from boto3.session import Session from mypy_boto3_codeguru_security import CodeGuruSecurityClient client: CodeGuruSecurityClient = Session().client("codeguru-security") # Type checking and IDE autocomplete now work Requires Python 3.9 or later; boto3 must be installed separately (not included as a dependency). Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) remain unresolved or have been addressed. - Whether the lite variant (boto3-stubs-lite) offers meaningfully better IDE performance in practice. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs codeguru security, mypy boto3 type annotations, aws codeguru security typing, boto3 ide autocomplete, python aws type hints, static type checking boto3, boto3-stubs codeguru, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-codeguru-security) · [View on PyPI](https://pypi.org/project/mypy-boto3-codeguru-security/)