--- id: mypy-boto3-marketplace-entitlement version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-marketplace-entitlement — Type annotations for boto3 MarketplaceEntitlementService 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 270.9K/mo ## What it is and what it does This package provides type stubs and annotations for boto3's MarketplaceEntitlementService, generated by mypy-boto3-builder 8.12.0. It enables static type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text, to understand and validate boto3 code at development time. Rather than being a runtime library, it's a development-time dependency that sits alongside boto3 to provide type information for client objects, paginators, and service-specific types. The package supports Python 3.9 through 3.14 and requires only typing-extensions as a runtime dependency. It can be installed standalone or as part of the broader boto3-stubs ecosystem. The documentation notes that PyCharm users may experience performance issues due to slow handling of Literal overloads and recommends using the boto3-stubs-lite variant as an alternative. Use it for: - Enable IDE code completion and type hints when writing boto3 MarketplaceEntitlementService client code in VSCode or PyCharm - Run mypy or pyright type checking on boto3 code to catch type errors before runtime - Provide explicit type annotations for MarketplaceEntitlementServiceClient, paginators, and service-specific types in production code - Use with Emacs or Sublime Text via LSP and pyright for real-time type checking during development ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's MarketplaceEntitlementService, enabling type checking with mypy, pyright, and other static analysis tools. Yes, if you use boto3's MarketplaceEntitlementService and want static type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. Note that PyCharm users should monitor performance and consider boto3-stubs-lite if slowness occurs. ## Install pip install mypy-boto3-marketplace-entitlement uv add mypy-boto3-marketplace-entitlement poetry add mypy-boto3-marketplace-entitlement ## Installing mypy-boto3-marketplace-entitlement Before you install: Low friction installation with a single lightweight dependency (typing-extensions). Actively maintained as of 2026-06-22 with regular releases. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal attribution requirements. Quickstart: # Install with pip python -m pip install 'boto3-stubs[marketplace-entitlement]' # Or standalone python -m pip install mypy-boto3-marketplace-entitlement # In your code from boto3.session import Session from mypy_boto3_marketplace_entitlement import MarketplaceEntitlementServiceClient client: MarketplaceEntitlementServiceClient = Session().client("marketplace-entitlement") Requires boto3 to be installed separately; this package provides only type annotations. PyCharm users may experience performance issues with Literal overloads (see documentation for boto3-stubs-lite alternative). Verify before relying: - Whether the package works with boto3 versions other than 1.43.0 or requires exact version matching - Performance impact when used with PyCharm (documentation warns of potential slowness with Literal overloads) ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 270.9K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs marketplace entitlement, mypy boto3 type annotations, boto3 IDE autocomplete, aws marketplace entitlement types, boto3 static type checking, pyright boto3 stubs, boto3 type hints, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-marketplace-entitlement) · [View on PyPI](https://pypi.org/project/mypy-boto3-marketplace-entitlement/)