--- id: mypy-boto3-appconfigdata version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-appconfigdata — Type annotations for boto3 AppConfigData 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 340.3K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's AppConfigData service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE code completion and type checking without requiring explicit type annotations in your code—you write boto3 code normally and the stubs provide the type information behind the scenes. The package is a stub-only library (no runtime code), so it can be safely imported only during type checking using TYPE_CHECKING guards to avoid adding a production dependency. It includes typed client annotations, literal types for service-specific constants, and type definitions for all AppConfigData operations. The generated stubs are compatible with Python 3.9 through 3.14 and depend only on typing-extensions. Use it for: - Enable IDE autocomplete and type hints when writing boto3 AppConfigData client code in VSCode or PyCharm. - Run mypy or pyright type checking on AppConfigData-using code to catch type errors before runtime. - Provide explicit type annotations for AppConfigDataClient in function signatures and variable declarations. - Use AppConfigData service literals (e.g., AppConfigDataServiceName) for type-safe enum-like values in your code. - Avoid production dependencies by importing stubs only under TYPE_CHECKING guards while retaining full IDE support. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for boto3's AppConfigData service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's AppConfigData service and want IDE autocompletion or static type checking. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. The package is a stub-only library so it adds no runtime overhead. Consider the lite variant if PyCharm performance is a concern. ## Install pip install mypy-boto3-appconfigdata uv add mypy-boto3-appconfigdata poetry add mypy-boto3-appconfigdata ## Installing mypy-boto3-appconfigdata Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Package is actively maintained 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: pip install mypy-boto3-appconfigdata from boto3.session import Session from mypy_boto3_appconfigdata import AppConfigDataClient client: AppConfigDataClient = Session().client("appconfigdata") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issue PY-40997 remains unresolved and impacts current versions. - Whether the lite variant (boto3-stubs-lite) is recommended as a default over the full stubs package. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 340.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws appconfigdata type hints, mypy boto3 annotations, ide autocomplete aws sdk, static type checking boto3, pyright boto3 stubs, boto3 type checking, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-appconfigdata) · [View on PyPI](https://pypi.org/project/mypy-boto3-appconfigdata/)