mypy-boto3-marketplace-agreement
Type annotations for boto3 AgreementService 1.43.66 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-marketplace-agreement on PyPI
pip
pip install mypy-boto3-marketplace-agreementuv
uv add mypy-boto3-marketplace-agreementpoetry
poetry add mypy-boto3-marketplace-agreementInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 243,364/month — #8,809 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_marketplace_agreement-1.43.66-py3-none-any.whl
Keywords: boto3, marketplace-agreement, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-marketplace-discoveryProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-s3Provides type annotations and IDE…
permissive · top 1,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI