skillfed

mypy-boto3-emr-serverless

Type annotations for boto3 EMRServerless 1.43.24 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-emr-serverless v1.43.24 632.1K downloads/30d#5,656 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 EMRServerless service client. It is generated from boto3 1.43.24 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it enables IDE autocomplete, type checking, and inline documentation for EMRServerless API calls without requiring explicit type annotations in your code.

The package depends only on typing-extensions and is designed as a development-time tool—it can be safely excluded from production dependencies using TYPE_CHECKING guards. It provides annotations for the EMRServerlessClient, paginators, type definitions, and Literal overloads for method parameters.

Use it for:

  • Enable type checking and IDE autocomplete when writing boto3 EMRServerless code in VSCode with Pylance or Pyright
  • Catch EMRServerless API misuse at development time using mypy or pyright
  • Get inline documentation and parameter hints in PyCharm or Emacs for EMRServerless client methods
  • Validate paginator usage and response types for EMRServerless list operations
  • Use as a development dependency to improve code quality while keeping production code lightweight

Worth the install?

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

Provides type annotations and IDE autocomplete support for the boto3 EMRServerless service, enabling static type checking with mypy, pyright, and editor tools.

Yes, if you use boto3 EMRServerless and want type safety and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package integrates straightforwardly: install mypy-boto3-emr-serverless or boto3-stubs[emr-serverless], and type checking works immediately.

Install

mypy-boto3-emr-serverless on PyPI

pip

pip install mypy-boto3-emr-serverless

uv

uv add mypy-boto3-emr-serverless

poetry

poetry add mypy-boto3-emr-serverless

Installing mypy-boto3-emr-serverless

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained with recent releases; the package is generated from mypy-boto3-builder 8.12.0 and tracks boto3 1.43.24 closely.

License in practice

MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

python -m pip install mypy-boto3-emr-serverless

from boto3.session import Session
from mypy_boto3_emr_serverless import EMRServerlessClient

client: EMRServerlessClient = Session().client("emr-serverless")

Verify before relying

  • Whether PyCharm performance issues (PY-40997) mentioned in the docs still apply to current versions
  • Whether the lite variant is recommended as a default for most users

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

Evidence: mypy_boto3_emr_serverless-1.43.24-py3-none-any.whl

Keywords: boto3, emr-serverless, 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 emr serverlesstype annotations aws emrmypy boto3 emr serverlessboto3 ide autocomplete emrpyright boto3 type hintsaws emr serverless typingboto3 stubs emr service
type-stubsboto3aws

More Software Development packages