mypy-boto3-gamelift
Type annotations for boto3 GameLift 1.43.66 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package provides type stub annotations for the AWS GameLift service within boto3, generated automatically by mypy-boto3-builder 8.12.0. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand and validate GameLift API calls at development time, offering code completion and catching type errors before runtime.
The package is a pure stub-only distribution with no runtime code—it exists solely to inform type checkers about the shape and behavior of boto3's GameLift client, paginators, and related types. Installation is lightweight and optional for production deployments; developers typically install it in their development environment or use it through boto3-stubs, which bundles stubs for multiple AWS services.
Use it for:
- Enable IDE autocomplete and type checking when writing GameLift API calls in a boto3 application.
- Catch type mismatches in GameLift client method calls before deployment using mypy or pyright.
- Provide explicit type hints for GameLift client, paginators, and response objects in team codebases.
- Integrate GameLift type support into VSCode or PyCharm workflows without manual annotation.
- Validate GameLift API usage in CI/CD pipelines using static type checkers.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for AWS GameLift service calls through boto3, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 to interact with AWS GameLift and want IDE support or static type checking. Install friction is minimal (one dependency, Python 3.9+), maintenance is active, and the MIT license poses no restrictions. No known vulnerabilities. Skip it only if you do not use GameLift or prefer to avoid stub dependencies in development.
Install
mypy-boto3-gamelift on PyPI
pip
pip install mypy-boto3-gameliftuv
uv add mypy-boto3-gameliftpoetry
poetry add mypy-boto3-gameliftInstalling mypy-boto3-gamelift
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with releases within the past week and a stable repository.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-gamelift
from boto3.session import Session
from mypy_boto3_gamelift import GameLiftClient
client: GameLiftClient = Session().client("gamelift")
# Type checking and IDE autocomplete now work for GameLift API calls
Requires Python 3.9 or later; boto3 must be installed separately to use the client.
Verify before relying
- Performance impact in PyCharm relative to boto3-stubs-lite variant mentioned in docs
- Whether generated type stubs remain synchronized with boto3 GameLift API changes
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 — 7 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 260,704/month — #8,393 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_gamelift-1.43.66-py3-none-any.whl
Keywords: boto3, gamelift, 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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-s3Provides type annotations and IDE…
permissive · top 1,000 on PyPI
mypy-boto3-backupProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-athenaProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-snowballProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI