mypy-boto3-devops-guru
Type annotations for boto3 DevOpsGuru 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-devops-guru on PyPI
pip
pip install mypy-boto3-devops-guruuv
uv add mypy-boto3-devops-gurupoetry
poetry add mypy-boto3-devops-guruInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 247,549/month — #8,689 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_devops_guru-1.43.0-py3-none-any.whl
Keywords: boto3, devops-guru, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-devops-agentProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI