skillfed

mypy-boto3-resource-explorer-2

Type annotations for boto3 ResourceExplorer 1.43.37 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-resource-explorer-2 v1.43.37 269.5K downloads/30d#8,259 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 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-2

uv

uv add mypy-boto3-resource-explorer-2

poetry

poetry add mypy-boto3-resource-explorer-2

Installing 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

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 resource explorermypy boto3 type annotationsboto3 ide autocompleteresource explorer 2 type hintsboto3 static type checkingpyright boto3 stubsboto3 resource explorer typing
type-stubsboto3aws

More Software Development packages