skillfed

mypy-boto3-devops-guru

Type annotations for boto3 DevOpsGuru 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-devops-guru v1.43.0 247.5K downloads/30d#8,689 on PyPI670
Permissive license MIT Active released

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-guru

uv

uv add mypy-boto3-devops-guru

poetry

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 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs devops gurumypy boto3 devops guru annotationsboto3 devops guru type hintsdevops guru ide autocompleteboto3 static type checking awspyright boto3 devops guruboto3 devops guru mypy support
type-stubsboto3aws

More Software Development packages