--- id: mypy-boto3-autoscaling-plans version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-autoscaling-plans — Type annotations for boto3 AutoScalingPlans 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 251.1K/mo ## What it is and what it does This package is a type-stub library that adds static type information to boto3's AutoScalingPlans service. It is generated automatically from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tooling. When installed, it enables IDE code completion and catches type errors at development time without requiring explicit type annotations in your code. The package is a stub-only distribution—it contains no runtime code, only type definitions. It integrates transparently with boto3 once installed; you write boto3 code normally and the type checker uses the stubs to validate your calls. It can be installed standalone or as part of boto3-stubs with other AWS service stubs, and supports Python 3.9 through 3.14. Use it for: - Enable IDE autocompletion and type hints when writing boto3 AutoScalingPlans client code in VSCode or PyCharm. - Catch type errors in AutoScalingPlans API calls during development using mypy or pyright before runtime. - Provide explicit type annotations for AutoScalingPlans clients, paginators, and waiters in large codebases. - Use in TYPE_CHECKING blocks to add type safety without adding a production runtime dependency. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3's AutoScalingPlans service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3's AutoScalingPlans 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 only caveat is PyCharm performance with full stubs (lite version available as a workaround). For mypy, pyright, or VSCode workflows, this is a straightforward win. ## Install pip install mypy-boto3-autoscaling-plans uv add mypy-boto3-autoscaling-plans poetry add mypy-boto3-autoscaling-plans ## Installing mypy-boto3-autoscaling-plans Before you install: Low friction install with a single runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support. 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-autoscaling-plans from boto3.session import Session from mypy_boto3_autoscaling_plans import AutoScalingPlansClient client: AutoScalingPlansClient = Session().client("autoscaling-plans") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the docs (issue PY-40997) remain unresolved in current PyCharm versions. - Whether the lite version (boto3-stubs-lite) offers sufficient type coverage for typical AutoScalingPlans workflows. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 251.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs autoscaling, mypy boto3 annotations, aws autoscaling plans typing, boto3 ide autocomplete, type hints aws sdk, pyright boto3 stubs, static type checking aws, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-autoscaling-plans) · [View on PyPI](https://pypi.org/project/mypy-boto3-autoscaling-plans/)