skillfed

mypy-boto3-globalaccelerator

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

mypy-boto3-globalaccelerator v1.43.0 264.1K downloads/30d#8,344 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 GlobalAccelerator service client. It is generated from boto3 1.43.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other type-aware tools. When installed, it enables IDE autocompletion and catches type errors during development without requiring explicit type annotations in your code.

The package contains type definitions for the GlobalAccelerator client, paginators, waiters, and service-specific types. It is designed as a stub-only library (no runtime code) and has a single runtime dependency on typing-extensions. Installation is straightforward via pip, and it integrates seamlessly with existing boto3 code.

Use it for:

  • Enable IDE autocomplete and inline documentation for GlobalAccelerator API calls in VSCode or PyCharm.
  • Catch type mismatches in GlobalAccelerator client usage during static analysis with mypy or pyright.
  • Provide type hints for paginator and waiter objects when working with GlobalAccelerator operations.
  • Validate AWS SDK code in CI/CD pipelines using type checkers before deployment.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3's GlobalAccelerator service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 with GlobalAccelerator and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. No known vulnerabilities. Consider the lite variant if PyCharm performance is a concern.

Install

mypy-boto3-globalaccelerator on PyPI

pip

pip install mypy-boto3-globalaccelerator

uv

uv add mypy-boto3-globalaccelerator

poetry

poetry add mypy-boto3-globalaccelerator

Installing mypy-boto3-globalaccelerator

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with stable status.

License in practice

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

Quickstart

pip install mypy-boto3-globalaccelerator

from boto3.session import Session
from mypy_boto3_globalaccelerator import GlobalAcceleratorClient

client: GlobalAcceleratorClient = Session().client("globalaccelerator")

Requires Python 3.9 or later; boto3 must be installed separately to use the client.

Verify before relying

  • Whether PyCharm performance issues mentioned in the docs (issue PY-40997) have been resolved since the package was generated.
  • Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead.

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

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

Keywords: boto3, globalaccelerator, 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 stubsaws globalaccelerator typingmypy boto3 annotationside autocomplete awstype checking boto3pyright aws stubsboto3 type hints
type-stubsaws-sdktype-checking

More Software Development packages