--- id: mypy-boto3-marketplace-agreement version: "1.43.66" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-marketplace-agreement — Type annotations for boto3 AgreementService 1.43.66 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.4K/mo ## What it is and what it does This package is a type-stub library for boto3's AgreementService, generated automatically by mypy-boto3-builder 8.12.0. It provides complete type annotations for the marketplace-agreement AWS API, allowing your IDE and type checker to understand boto3 client calls, method signatures, and return types without runtime overhead. You install it alongside boto3 to get IDE autocompletion, inline documentation, and static type checking. The stubs work with VSCode (via Pylance), PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that understand Python type hints. It is a development-only dependency—the annotations are stripped at runtime and do not affect production code. Use it for: - Enable IDE autocompletion and inline documentation when writing boto3 AgreementService code. - Catch type errors in AWS API calls before runtime using mypy or pyright in CI/CD. - Reduce time spent reading AWS API documentation by letting your editor show method signatures. - Use TYPE_CHECKING guards to keep type stubs out of production dependencies while maintaining type safety during development. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and annotations for boto3's AgreementService, enabling IDE autocompletion and static type checking with mypy, pyright, and other Python type checkers. Yes, if you use boto3's AgreementService and want IDE support or static type checking. Install friction is negligible, maintenance is active, and the MIT license has no restrictions. The only caveat is PyCharm users may experience slowness with Literal overloads; in that case, consider the lite variant instead. ## Install pip install mypy-boto3-marketplace-agreement uv add mypy-boto3-marketplace-agreement poetry add mypy-boto3-marketplace-agreement ## Installing mypy-boto3-marketplace-agreement Before you install: Low install friction; pure Python wheel with a single runtime dependency on typing-extensions. Actively maintained with releases within the past week and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-marketplace-agreement from boto3.session import Session from mypy_boto3_marketplace_agreement import AgreementServiceClient client: AgreementServiceClient = Session().client("marketplace-agreement") Requires boto3 to be installed separately; type checking requires a compatible tool (mypy, pyright, or IDE with type support). Verify before relying: - Performance impact in PyCharm with Literal overloads (issue PY-40997 mentioned in docs but severity unclear). - Whether lite variant offers meaningful performance gains for this specific service. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 243.4K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws marketplace agreement types, mypy boto3 stubs, boto3 autocompletion, static type checking aws, pyright boto3 support, ide code completion boto3, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-marketplace-agreement) · [View on PyPI](https://pypi.org/project/mypy-boto3-marketplace-agreement/)