skillfed

mypy-boto3-storagegateway

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

mypy-boto3-storagegateway v1.43.0 251.6K downloads/30d#8,575 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 annotations for boto3's StorageGateway service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion and catch type errors at development time rather than runtime.

The package contains no runtime logic—it is purely type information. You install it alongside boto3 in your development environment, and your type checker or IDE automatically uses it to understand StorageGateway client methods, paginators, and type definitions. It supports explicit type annotations for clients, paginators, and service-specific types, and can be safely excluded from production deployments using TYPE_CHECKING guards.

Use it for:

  • Enable IDE autocomplete and inline documentation for StorageGateway API calls in VSCode or PyCharm.
  • Catch StorageGateway API misuse (wrong argument types, missing required fields) before runtime using mypy or pyright.
  • Write self-documenting code by annotating StorageGatewayClient types in function signatures and variable declarations.
  • Integrate StorageGateway type checking into CI/CD pipelines using mypy or pyright without adding runtime dependencies.

Worth the install?

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

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

Yes. Install this if you use boto3's StorageGateway service and want static type checking and IDE support. It has minimal install friction (one lightweight dependency), is actively maintained, carries no security vulnerabilities, and is licensed permissively. The only caveat is PyCharm users should monitor performance; if slow, switch to the lite variant or use mypy/pyright instead.

Install

mypy-boto3-storagegateway on PyPI

pip

pip install mypy-boto3-storagegateway

uv

uv add mypy-boto3-storagegateway

poetry

poetry add mypy-boto3-storagegateway

Installing mypy-boto3-storagegateway

Before you install

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

License in practice

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

Quickstart

pip install mypy-boto3-storagegateway

from boto3.session import Session
from mypy_boto3_storagegateway import StorageGatewayClient

client: StorageGatewayClient = Session().client("storagegateway")

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) affect your specific use case or have been resolved.
  • Whether the lite variant (boto3-stubs-lite) would be more suitable for your IDE if you experience performance degradation.

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

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

Keywords: boto3, storagegateway, 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 storagegatewayaws storagegateway type annotationsmypy boto3 storagegatewayboto3 ide autocompletetype hints aws sdk pythonpyright boto3 stubsstoragegateway client typing
type-stubsaws-sdkstatic-typing

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-apigatewaymanagementapi

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-connect

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI

mypy-boto3-backup-gateway

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-codepipeline

Provides type annotations and IDE…

permissive · top 15,000 on PyPI