mypy-boto3-snowball
Type annotations for boto3 Snowball 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-snowball is a type-stub package generated by mypy-boto3-builder that adds static type information to boto3's Snowball service client. It enables IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion, inline documentation, and type validation when working with Snowball API calls, without requiring explicit type annotations in your code.
The package is designed as a development-time dependency—you install it in your environment to get IDE and type-checking benefits, but it's not needed at runtime. It works alongside boto3 and typing-extensions, and supports modern Python versions from 3.9 onward. The stubs include annotations for the Snowball client, paginators, and type definitions, making it easier to catch API usage errors before deployment.
Use it for:
- Enable IDE autocomplete and type checking when writing boto3 Snowball client code in VSCode or PyCharm.
- Run mypy or pyright static analysis on code that uses boto3 Snowball to catch type errors early.
- Document Snowball API parameters and return types inline in your editor without manual type hints.
- Integrate boto3 Snowball type checking into CI/CD pipelines using mypy or pyright.
- Use paginator type annotations to safely iterate over large Snowball API result sets.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's Snowball service, enabling static type checking with mypy, pyright, and IDE support.
Yes, if you use boto3's Snowball service and want IDE autocompletion or static type checking. The package is actively maintained, has no security vulnerabilities, installs with minimal friction, and is MIT-licensed. Install it as a development dependency in your environment—it adds no runtime overhead and significantly improves code quality through type safety.
Install
mypy-boto3-snowball on PyPI
pip
pip install mypy-boto3-snowballuv
uv add mypy-boto3-snowballpoetry
poetry add mypy-boto3-snowballInstalling mypy-boto3-snowball
Before you install
Low friction install with a single lightweight 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 with minimal legal friction.
Quickstart
pip install mypy-boto3-snowball
from boto3.session import Session
from mypy_boto3_snowball import SnowballClient
client: SnowballClient = Session().client("snowball")
Requires Python 3.9 or later; boto3 must be installed separately.
Verify before relying
- Whether the type stubs cover all Snowball API operations and edge cases comprehensively.
- Performance impact on IDE responsiveness when using full boto3-stubs versus the lite variant.
- Compatibility with boto3 versions other than 1.43.0.
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,670/month — #8,570 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_snowball-1.43.0-py3-none-any.whl
Keywords: boto3, snowball, 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-lakeformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-forecastProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-snow-device-managementProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-memorydbProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-gameliftstreamsProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI