--- id: mypy-boto3-codeguruprofiler version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-codeguruprofiler — Type annotations for boto3 CodeGuruProfiler 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.4K/mo ## What it is and what it does This package is a stub-only type annotation library for boto3's CodeGuruProfiler service, generated automatically by mypy-boto3-builder. It enables static type checkers and IDEs to understand the shape and behavior of CodeGuruProfiler client objects, paginators, and type definitions, providing autocomplete suggestions and catching type errors at development time rather than runtime. The package is designed to work alongside boto3 itself—it does not implement any functionality, only provides type information. It supports multiple workflows: installation via PyPI for direct use, generation via mypy-boto3-builder for local customization, or integration through VSCode and PyCharm extensions. It requires only typing-extensions as a runtime dependency and supports Python 3.9 through 3.14. Use it for: - Enable IDE autocomplete and inline documentation for CodeGuruProfiler API calls in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 code to catch incorrect service method calls before deployment. - Provide explicit type annotations for CodeGuruProfilerClient, paginators, and service-specific type definitions in codebases using type hints. - Integrate type checking into CI/CD pipelines to validate boto3 usage without runtime execution. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's CodeGuruProfiler service, compatible with mypy, pyright, VSCode, PyCharm, and other type-aware tools. Yes, if you use boto3's CodeGuruProfiler service and want static type checking or IDE autocompletion. Installation is frictionless, maintenance is active, and the MIT license poses no restrictions. The package is a pure-annotation stub with minimal dependencies, making it safe to add to any Python project targeting 3.9+. No security vulnerabilities are known. ## Install pip install mypy-boto3-codeguruprofiler uv add mypy-boto3-codeguruprofiler poetry add mypy-boto3-codeguruprofiler ## Installing mypy-boto3-codeguruprofiler Before you install: Low friction: single runtime dependency (typing-extensions) and a pure-Python wheel. Active maintenance with recent releases; repository has 670 stars and last commit on 2026-06-22. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: # Install python -m pip install mypy-boto3-codeguruprofiler # Use in code from boto3.session import Session from mypy_boto3_codeguruprofiler import CodeGuruProfilerClient client: CodeGuruProfilerClient = Session().client("codeguruprofiler") Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact in PyCharm compared to boto3-stubs-lite variant mentioned in the description. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 250.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, codeguruprofiler type annotations, mypy boto3 stubs, aws sdk type hints, boto3 ide autocomplete, pyright boto3 types, static type checking aws, type-stubs, boto3, aws-sdk [View on SkillFed](https://skillfed.io/packages/mypy-boto3-codeguruprofiler) · [View on PyPI](https://pypi.org/project/mypy-boto3-codeguruprofiler/)