skillfed

mypy-boto3-emr

Type annotations for boto3 EMR 1.43.50 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-emr v1.43.50 856.4K downloads/30d#4,889 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-emr is a type-stub package that adds complete type annotations to boto3's EMR service client. It enables IDE autocomplete, type checking with mypy and pyright, and catches potential bugs at development time rather than runtime. The package is generated from boto3 1.43.50 and works with VSCode, PyCharm, Emacs, Sublime Text, and other editors that support Python language servers.

You install it alongside boto3 and use it transparently—your boto3 code works exactly as before, but now your IDE knows the types of EMR client methods, their parameters, return values, paginators, and waiters. The package includes explicit type annotations for EMRClient, paginators (ListClustersPaginator, ListInstancesPaginator, etc.), and waiters, letting you write safer EMR automation scripts without manual type hints.

Use it for:

  • Add type checking to EMR cluster management scripts using mypy or pyright in CI/CD pipelines.
  • Get IDE autocomplete and inline documentation for EMR client methods while writing boto3 code.
  • Catch typos and incorrect parameter names in EMR API calls before runtime.
  • Use explicit type annotations for EMRClient in large codebases to improve code clarity and maintainability.
  • Enable type-safe pagination over EMR resources (clusters, instances, steps) with full IDE support.

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 EMR (Elastic MapReduce) service, compatible with mypy, pyright, VSCode, PyCharm, and other development tools.

Yes, if you use boto3 to manage AWS EMR clusters and want type safety and IDE support. Install friction is minimal, maintenance is active, and the MIT license is unrestricted. The package adds no runtime overhead (it is stubs-only) and integrates transparently with existing boto3 code. Recommended for any team using EMR automation.

Install

mypy-boto3-emr on PyPI

pip

pip install mypy-boto3-emr

uv

uv add mypy-boto3-emr

poetry

poetry add mypy-boto3-emr

Installing mypy-boto3-emr

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22.

License in practice

MIT license (permissive) means you can use this package freely in commercial and open-source projects without significant legal restrictions.

Quickstart

# Install with pip
python -m pip install mypy-boto3-emr

# Use in code
from boto3.session import Session
from mypy_boto3_emr import EMRClient

client: EMRClient = Session().client("emr")
# Type checking and IDE autocomplete now work for EMR client calls

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (mentioned in docs) affect typical EMR workflows.
  • How complete the paginator and waiter type coverage is for all EMR operations.

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

Evidence: mypy_boto3_emr-1.43.50-py3-none-any.whl

Keywords: boto3, emr, 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 emr type stubsaws emr type annotationsboto3 emr autocompleteemr client type hintsmypy boto3 emrpyright boto3 stubside support boto3 emr
type-stubsaws-sdkboto3

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-emr-containers

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-emr-serverless

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-omics

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-drs

Provides type annotations for the boto3 AWS Drs…

permissive · top 15,000 on PyPI

mypy-boto3-sustainability

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-evidently

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-wickr

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-health

Provides type annotations and IDE…

permissive · top 15,000 on PyPI