skillfed

mypy-boto3-application-autoscaling

Type annotations for boto3 ApplicationAutoScaling 1.43.33 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-application-autoscaling v1.43.33 528.4K downloads/30d#6,167 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a stub-only type annotation library for boto3's ApplicationAutoScaling service, generated automatically by mypy-boto3-builder 8.12.0. It provides complete type hints for the ApplicationAutoScalingClient, paginators, and type definitions, enabling static type checkers and IDEs to catch errors and offer intelligent code completion when working with AWS Application Auto Scaling through boto3.

The package is designed to work alongside boto3 (which you install separately) and integrates with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware development tools. It has no runtime behavior—it only provides type information for development and type checking. Installation is straightforward with a single lightweight dependency, and the package is actively maintained to track boto3 releases.

Use it for:

  • Enable IDE autocomplete and type checking for boto3 ApplicationAutoScaling client calls in VSCode or PyCharm.
  • Catch type errors in AWS Application Auto Scaling code before runtime using mypy or pyright.
  • Document expected parameter types and return values for ApplicationAutoScaling API operations in your codebase.
  • Reduce boilerplate by letting your IDE infer types instead of writing manual type annotations for boto3 calls.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's ApplicationAutoScaling service, enabling static type checking with mypy, pyright, and compatible editors.

Yes, if you use boto3's ApplicationAutoScaling service and want static type checking or IDE autocompletion. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package adds no runtime overhead and integrates seamlessly with standard Python tooling. Skip it only if you have no type checker or IDE support in your workflow.

Install

mypy-boto3-application-autoscaling on PyPI

pip

pip install mypy-boto3-application-autoscaling

uv

uv add mypy-boto3-application-autoscaling

poetry

poetry add mypy-boto3-application-autoscaling

Installing mypy-boto3-application-autoscaling

Before you install

Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions.

Quickstart

pip install mypy-boto3-application-autoscaling

from boto3.session import Session
from mypy_boto3_application_autoscaling import ApplicationAutoScalingClient

client: ApplicationAutoScalingClient = Session().client("application-autoscaling")

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) have been resolved in recent PyCharm versions.
  • Exact coverage of ApplicationAutoScaling API operations and whether all service methods are annotated.

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 — 57 days since the last release
Last repo commit
First released
Downloads 528,410/month — #6,167 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_application_autoscaling-1.43.33-py3-none-any.whl

Keywords: boto3, application-autoscaling, 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 stubsapplication autoscaling type hintsmypy boto3 annotationsaws sdk type checkingboto3 ide autocompletepyright boto3 stubsstatic typing aws
type-stubsaws-sdkstatic-typing

More Software Development packages