--- id: mypy-boto3-support-app version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-support-app — Type annotations for boto3 SupportApp 1.43.0 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 that adds type annotations for boto3's SupportApp service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with static type checkers like mypy and pyright, as well as IDEs like VSCode, PyCharm, Emacs, and Sublime Text. When installed, it enables your editor and type checker to understand boto3 SupportApp client calls, providing autocomplete suggestions and catching type errors at development time rather than runtime. The package includes type definitions for service clients, literals for valid parameter values, and type definitions for request and response structures. It is designed as a development-only dependency and can be excluded from production builds using TYPE_CHECKING guards. Use it for: - Enable IDE autocomplete and type hints when writing boto3 SupportApp client code in VSCode or PyCharm. - Run mypy or pyright type checking on Python code that uses boto3 SupportApp to catch type errors before deployment. - Document expected parameter types and return types for SupportApp API calls in your codebase. - Use Literal types from the package to enforce valid enum values for SupportApp service parameters. - Integrate type checking into CI/CD pipelines for AWS SupportApp automation scripts. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for boto3's SupportApp service, enabling static type checking with mypy, pyright, and other tools. Yes. Install this if you use boto3's SupportApp service and want static type checking and IDE support. The package has low install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. It is a pure type stub with minimal dependencies, making it safe to add to development environments. Exclude it from production using TYPE_CHECKING if needed. ## Install pip install mypy-boto3-support-app uv add mypy-boto3-support-app poetry add mypy-boto3-support-app ## Installing mypy-boto3-support-app Before you install: Low friction install with a single runtime dependency (typing-extensions). Package is actively maintained with recent releases and a stable repository. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations. Quickstart: pip install mypy-boto3-support-app from boto3.session import Session from mypy_boto3_support_app import SupportAppClient client: SupportAppClient = Session().client("support-app") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice. - Performance impact when used with PyCharm, given the documentation's warning about potential slowness with Literal overloads. ## 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 stubs, aws supportapp type hints, mypy boto3 annotations, boto3 ide autocomplete, python aws type checking, supportapp client types, boto3-stubs support-app, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-support-app) · [View on PyPI](https://pypi.org/project/mypy-boto3-support-app/)