skillfed

mypy-boto3-grafana

Type annotations for boto3 ManagedGrafana 1.43.11 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-grafana v1.43.11 284.9K downloads/30d#8,059 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to boto3's ManagedGrafana service client. It was generated with mypy-boto3-builder 8.12.0 and provides complete type annotations for client methods, paginators, waiters, and type definitions, allowing IDEs and type checkers to offer accurate autocompletion and catch type errors before runtime.

You install it alongside boto3 and it works transparently with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints. The package is a stub-only distribution—it contains no runtime code, only type information—and can be safely used with TYPE_CHECKING guards to avoid production dependencies if needed.

Use it for:

  • Enable IDE autocompletion and inline documentation for ManagedGrafana API calls in VSCode or PyCharm.
  • Catch type errors in boto3 ManagedGrafana code during development using mypy or pyright without running the code.
  • Document expected argument types and return types for ManagedGrafana client methods in your codebase.
  • Reduce debugging time by catching incorrect service method calls or argument mismatches at type-check time.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's ManagedGrafana service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 ManagedGrafana and want IDE support or 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 documentation recommends boto3-stubs-lite as an alternative in that case.

Install

mypy-boto3-grafana on PyPI

pip

pip install mypy-boto3-grafana

uv

uv add mypy-boto3-grafana

poetry

poetry add mypy-boto3-grafana

Installing mypy-boto3-grafana

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with recent release activity.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

# Install
python -m pip install mypy-boto3-grafana

# Use in code
from boto3.session import Session
from mypy_boto3_grafana import ManagedGrafanaClient

client: ManagedGrafanaClient = Session().client("grafana")
# Type checking and IDE completion now work automatically

Requires boto3 1.43.11 to be installed separately; requires Python 3.9 or later.

Verify before relying

  • Whether performance impact in PyCharm is acceptable for your project (documentation warns of potential slowness with Literal overloads).
  • Whether the lite variant (boto3-stubs-lite) would be sufficient for your use case to reduce memory overhead.

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 — 87 days since the last release
Last repo commit
First released
Downloads 284,881/month — #8,059 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_grafana-1.43.11-py3-none-any.whl

Keywords: boto3, grafana, 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 grafanamypy annotations aws grafanaboto3 managed grafana typesgrafana client type hintsaws sdk type checkingboto3 ide autocompletionstatic typing boto3 services
type-stubsboto3aws

More Software Development packages