skillfed

mypy-boto3-autoscaling-plans

Type annotations for boto3 AutoScalingPlans 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-autoscaling-plans v1.43.0 251.1K downloads/30d#8,599 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-autoscaling-plans on PyPI

pip

pip install mypy-boto3-autoscaling-plans

uv

uv add mypy-boto3-autoscaling-plans

poetry

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 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 251,062/month — #8,599 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_autoscaling_plans-1.43.0-py3-none-any.whl

Keywords: boto3, autoscaling-plans, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs autoscalingmypy boto3 annotationsaws autoscaling plans typingboto3 ide autocompletetype hints aws sdkpyright boto3 stubsstatic type checking aws
type-stubsaws-sdkboto3

More Software Development packages