--- id: mypy-boto3-partnercentral-account version: "1.43.57" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-partnercentral-account — Type annotations for boto3 PartnerCentralAccountAPI 1.43.57 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 232.5K/mo ## What it is and what it does This package provides type stubs and annotations for boto3's PartnerCentralAccountAPI service, generated with mypy-boto3-builder 8.12.0. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 API calls, offering code completion and catching type errors before runtime. The package is a stub-only distribution—it contains no runtime code, only type information. It works with modern Python versions (3.9 through 3.14) and integrates transparently into existing boto3 workflows. You can use it alongside boto3-stubs for a full-featured experience or boto3-stubs-lite for a lighter footprint, and it's safe to guard imports behind TYPE_CHECKING to avoid production dependencies. Use it for: - Enable IDE autocomplete and type hints when writing boto3 PartnerCentralAccountAPI client code in VSCode or PyCharm. - Catch type mismatches and missing API parameters during development with mypy or pyright before deployment. - Provide explicit type annotations for PartnerCentralAccountAPIClient objects in shared libraries or team codebases. - Reduce runtime errors by validating boto3 API calls and response types at static analysis time. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for the boto3 PartnerCentralAccountAPI service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 PartnerCentralAccountAPI and want static type checking or IDE support. The package is lightweight, actively maintained, has no vulnerabilities, and carries a permissive MIT license. Install it as a development dependency (guarded by TYPE_CHECKING if needed) to gain type safety with minimal friction. ## Install pip install mypy-boto3-partnercentral-account uv add mypy-boto3-partnercentral-account poetry add mypy-boto3-partnercentral-account ## Installing mypy-boto3-partnercentral-account Before you install: Low friction installation with a single lightweight dependency (typing-extensions). Active maintenance with recent releases and no known vulnerabilities. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: # Install python -m pip install 'boto3-stubs[partnercentral-account]' # Use in code from boto3.session import Session from mypy_boto3_partnercentral_account import PartnerCentralAccountAPIClient client: PartnerCentralAccountAPIClient = Session().client("partnercentral-account") Requires boto3 to be installed separately; type checking requires mypy, pyright, or a compatible IDE with type-checking support. Verify before relying: - Whether the package works with boto3 versions other than 1.43.57, or if it requires exact version matching. - Performance impact of full boto3-stubs vs. the lite variant in typical projects. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 232.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws partnercentral account stubs, mypy boto3 type hints, ide autocomplete boto3, static type checking aws sdk, pyright boto3 support, boto3 type stubs, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-partnercentral-account) · [View on PyPI](https://pypi.org/project/mypy-boto3-partnercentral-account/)