--- id: mypy-boto3-grafana version: "1.43.11" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-grafana — Type annotations for boto3 ManagedGrafana 1.43.11 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 284.9K/mo ## 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 above — 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 pip install mypy-boto3-grafana uv add mypy-boto3-grafana 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_current - Install friction: low - Maintenance: active - Downloads: 284.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs grafana, mypy annotations aws grafana, boto3 managed grafana types, grafana client type hints, aws sdk type checking, boto3 ide autocompletion, static typing boto3 services, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-grafana) · [View on PyPI](https://pypi.org/project/mypy-boto3-grafana/)