--- id: mypy-boto3-devops-guru version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-devops-guru — Type annotations for boto3 DevOpsGuru 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 247.5K/mo ## What it is and what it does This package is a type-stub library for AWS boto3's DevOpsGuru service, generated from boto3 1.43.0 using mypy-boto3-builder. It provides complete type annotations for DevOpsGuru client operations, paginators, and type definitions, enabling IDE autocompletion and static type checking without modifying your runtime code. The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type hints. It's designed as a development-only dependency—you can use TYPE_CHECKING guards to avoid including it in production builds. The package is actively maintained and supports Python 3.9 through 3.14. Use it for: - Enable IDE autocompletion for DevOpsGuru API calls in VSCode or PyCharm without writing manual type annotations. - Catch DevOpsGuru API usage errors at static analysis time using mypy or pyright before running code. - Document expected argument types and return types for DevOpsGuru client methods in your codebase. - Support paginator and resource collection type hints for complex DevOpsGuru queries. - Reduce runtime surprises by validating boto3 DevOpsGuru calls during development. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's DevOpsGuru service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's DevOpsGuru service and want IDE autocompletion and static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only caveat is PyCharm users may experience performance issues with the full stubs; the docs recommend the lite variant in that case. ## Install pip install mypy-boto3-devops-guru uv add mypy-boto3-devops-guru poetry add mypy-boto3-devops-guru ## Installing mypy-boto3-devops-guru Before you install: Low friction: a single runtime dependency (typing-extensions) and a wheel-only distribution. Actively maintained with recent commits and stable status. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: # Install alongside boto3-stubs python -m pip install 'boto3-stubs[devops-guru]' # Or standalone python -m pip install mypy-boto3-devops-guru # Use in code from boto3.session import Session from mypy_boto3_devops_guru import DevOpsGuruClient client: DevOpsGuruClient = Session().client("devops-guru") Requires Python 3.9 or later; intended as a type-checking-only dependency (stubs package). Verify before relying: - Performance impact on PyCharm noted in docs as potentially problematic; whether lite variant is necessary for your workflow is not determinable from this package alone. - Whether all DevOpsGuru API operations are fully covered by the generated stubs is not documented in the fact sheet. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 247.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs devops guru, mypy boto3 devops guru annotations, boto3 devops guru type hints, devops guru ide autocomplete, boto3 static type checking aws, pyright boto3 devops guru, boto3 devops guru mypy support, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-devops-guru) · [View on PyPI](https://pypi.org/project/mypy-boto3-devops-guru/)