mypy-boto3-storagegateway
Type annotations for boto3 StorageGateway 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-storagegatewayuv
uv add mypy-boto3-storagegatewaypoetry
poetry add mypy-boto3-storagegatewayInstalling 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
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-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides 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-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-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-backup-gatewayProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-codepipelineProvides type annotations and IDE…
permissive · top 15,000 on PyPI