skillfed

mypy-boto3-snowball

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

mypy-boto3-snowball v1.43.0 251.7K downloads/30d#8,570 on PyPI670
Permissive license MIT Active released

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-snowball

uv

uv add mypy-boto3-snowball

poetry

poetry add mypy-boto3-snowball

Installing 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

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 snowballaws snowball type annotationsboto3 snowball mypy supportsnowball service type hintsboto3 snowball ide autocompletetype checking aws snowballboto3 snowball pyright
type-stubsaws-sdkstatic-analysis

More Software Development packages