--- id: mypy-boto3-customer-profiles version: "1.43.40" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-customer-profiles — Type annotations for boto3 CustomerProfiles 1.43.40 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 259.0K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's CustomerProfiles service. It enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion, inline documentation, and type validation when working with AWS CustomerProfiles API calls. The stubs are generated from boto3 1.43.40 and support Python 3.9 through 3.14. You install it alongside boto3 in your development environment—it does not affect runtime behavior and can be excluded from production deployments using TYPE_CHECKING guards. The package depends only on typing-extensions, making it lightweight. It's actively maintained and generated with mypy-boto3-builder 8.12.0, with no known security vulnerabilities. Use it for: - Enable IDE autocomplete and type hints when writing boto3 CustomerProfiles code in VSCode with Pylance or PyCharm. - Run mypy or pyright on a codebase using boto3 CustomerProfiles to catch type errors before deployment. - Reduce manual type annotation effort by letting the stubs provide inferred types for client methods and responses. - Use TYPE_CHECKING guards to include type stubs in development but exclude them from production dependencies. - Integrate with Emacs or Sublime Text LSP clients for real-time type checking while editing boto3 code. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 CustomerProfiles service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 CustomerProfiles and want static type checking or IDE support. Installation is frictionless, the package is actively maintained with no vulnerabilities, and the MIT license has no restrictions. The only caveat: PyCharm users may experience performance issues with Literal overloads (documented in the package); consider boto3-stubs-lite as an alternative if that occurs. ## Install pip install mypy-boto3-customer-profiles uv add mypy-boto3-customer-profiles poetry add mypy-boto3-customer-profiles ## Installing mypy-boto3-customer-profiles Before you install: Low friction installation with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities. License in practice: MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open-source and proprietary projects. Quickstart: pip install mypy-boto3-customer-profiles from boto3.session import Session from mypy_boto3_customer_profiles import CustomerProfilesClient client: CustomerProfilesClient = Session().client("customer-profiles") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether type stubs cover all CustomerProfiles API operations in boto3 1.43.40 or only a subset. - Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 259.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws customerprofiles typing, mypy boto3 annotations, ide autocomplete aws sdk, python type hints boto3, static type checking aws, boto3 type hints customerprofiles, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-customer-profiles) · [View on PyPI](https://pypi.org/project/mypy-boto3-customer-profiles/)