--- id: mypy-boto3-elementalinference version: "1.43.68" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-elementalinference — Type annotations for boto3 ElementalInference 1.43.68 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 148.2K/mo ## 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 above — 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 pip install mypy-boto3-elementalinference uv add mypy-boto3-elementalinference 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_current - Install friction: low - Maintenance: active - Downloads: 148.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws elementalinference typing, mypy boto3 annotations, type hints for aws sdk, boto3 autocomplete ide, static type checking aws, pyright boto3 stubs, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-elementalinference) · [View on PyPI](https://pypi.org/project/mypy-boto3-elementalinference/)