mypy-boto3-appconfigdata
Type annotations for boto3 AppConfigData 1.43.0 service generated with mypy-boto3-builder 8.12.0
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 on this page — 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
mypy-boto3-appconfigdata on PyPI
pip
pip install mypy-boto3-appconfigdatauv
uv add mypy-boto3-appconfigdatapoetry
poetry add mypy-boto3-appconfigdataInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 1 — typing-extensions |
| Maintenance | actively maintained — 107 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 340,299/month — #7,413 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_appconfigdata-1.43.0-py3-none-any.whl
Keywords: boto3, appconfigdata, 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-apprunnerProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptunedataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotevents-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-signer-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-support-appProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iot-jobs-dataProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-application-insightsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-rds-dataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI