mypy-boto3-resource-explorer-2
Type annotations for boto3 ResourceExplorer 1.43.37 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information to boto3's ResourceExplorer service. It is generated automatically from boto3 1.43.37 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other tools that support Python type checking.
When installed, it enables IDE code completion and type checking for ResourceExplorer API calls without requiring explicit type annotations in your code. You write boto3 code normally, and the stubs provide the type information that your editor and type checker need to catch errors and offer suggestions. It has minimal runtime overhead—only a single dependency on typing-extensions—and is designed to be optional for production deployments via TYPE_CHECKING guards.
Use it for:
- Enable IDE autocomplete and type hints when writing boto3 ResourceExplorer code in VSCode, PyCharm, or Emacs.
- Run mypy or pyright type checking on boto3 code to catch API misuse before runtime.
- Document ResourceExplorer API contracts in your codebase through type annotations without manual effort.
- Avoid runtime dependency by using TYPE_CHECKING guards while still getting development-time type support.
- Migrate from untyped boto3 usage to fully type-checked code incrementally.
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 ResourceExplorer service, enabling static type checking with mypy, pyright, and editor-integrated tools.
Yes, if you use boto3's ResourceExplorer service and want type checking or IDE support. Install friction is negligible, maintenance is active, and the MIT license has no restrictions. The only caveat: PyCharm users may experience performance issues with Literal-heavy overloads; boto3-stubs-lite is a lighter alternative if that becomes a problem.
Install
mypy-boto3-resource-explorer-2 on PyPI
pip
pip install mypy-boto3-resource-explorer-2uv
uv add mypy-boto3-resource-explorer-2poetry
poetry add mypy-boto3-resource-explorer-2Installing mypy-boto3-resource-explorer-2
Before you install
Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-29, with no known vulnerabilities.
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-resource-explorer-2
# Use in code
from boto3.session import Session
from mypy_boto3_resource_explorer_2 import ResourceExplorerClient
client: ResourceExplorerClient = Session().client("resource-explorer-2")
Requires Python 3.9 or later; boto3 1.43.37 must be installed separately to use the client.
Verify before relying
- Whether performance impact in PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads).
- Whether boto3-stubs-lite is a better fit if you need lighter resource usage or explicit type annotations.
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 — 46 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 269,523/month — #8,259 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_resource_explorer_2-1.43.37-py3-none-any.whl
Keywords: boto3, resource-explorer-2, 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-imagebuilderProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-elasticacheProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-resource-groupsProvides 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-discoveryProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-workspacesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-esProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-pinpoint-sms-voice-v2Provides type annotations and IDE…
permissive · top 15,000 on PyPI