skillfed

mypy-boto3-elementalinference

Type annotations for boto3 ElementalInference 1.43.68 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-elementalinference v1.43.68 148.2K downloads/30d#11,040 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 ElementalInference service client. It is generated from boto3 1.43.68 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. The stubs enable IDE code completion and catch type errors at development time without requiring explicit type annotations in your code.

The package depends only on typing-extensions and is distributed as a wheel. It is designed to be installed as a standalone stub package. The documentation notes that some IDEs may experience performance issues with Literal overload complexity, and recommends alternatives in such cases. Type checking works with no explicit annotations required—you write boto3 code normally and the stubs provide the type information behind the scenes.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 ElementalInference client code in VSCode or PyCharm.
  • Catch type errors in boto3 ElementalInference calls during static analysis with mypy or pyright before runtime.
  • Provide type information for paginators, waiters, and service resource types in ElementalInference workflows.
  • Support type-safe boto3 code in a development environment while keeping stubs out of production via TYPE_CHECKING guards.

Worth the install?

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

Provides type annotations for boto3's ElementalInference service, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools.

Yes. Install this if you use boto3's ElementalInference service and want IDE type support and static type checking. The package is actively maintained, has no vulnerabilities, minimal dependencies, and uses a permissive MIT license. The only caveat is potential performance issues in some IDEs; consult the documentation for workarounds.

Install

mypy-boto3-elementalinference on PyPI

pip

pip install mypy-boto3-elementalinference

uv

uv add mypy-boto3-elementalinference

poetry

poetry add mypy-boto3-elementalinference

Installing mypy-boto3-elementalinference

Before you install

Low friction: single runtime dependency (typing-extensions), wheel-only distribution, and active maintenance with a release 4 days old. No known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.

Quickstart

pip install mypy-boto3-elementalinference

from boto3.session import Session
from mypy_boto3_elementalinference import ElementalInferenceClient

client: ElementalInferenceClient = Session().client("elementalinference")

Requires Python 3.9 or later; boto3 must be installed separately as a peer dependency.

Verify before relying

  • Whether performance overhead on PyCharm is resolved since the documented issue PY-40997 was filed.
  • Whether the lite variant offers sufficient type coverage for typical ElementalInference workflows.
  • Real-world performance impact when used with large boto3 codebases in IDEs.

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

Evidence: mypy_boto3_elementalinference-1.43.68-py3-none-any.whl

Keywords: boto3, elementalinference, 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 stubsaws elementalinference typingmypy boto3 annotationstype hints for aws sdkboto3 autocomplete idestatic type checking awspyright boto3 stubs
type-stubsaws-sdkboto3

More Software Development packages