mypy-boto3-glacier
Type annotations for boto3 Glacier 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-glacier is a type-stub package that adds static type checking and IDE autocompletion support for boto3's Glacier service. It was generated by mypy-boto3-builder 8.12.0 and works with type checkers like mypy and pyright, as well as IDEs including VSCode, PyCharm, Emacs, and Sublime Text. The package provides explicit type annotations for Glacier clients, paginators, waiters, and service resources, allowing developers to catch type errors during development rather than at runtime.
The package is designed to be installed alongside boto3 and requires only typing-extensions as a runtime dependency. It supports Python 3.9 through 3.14 and is classified as Production/Stable. Installation is straightforward via pip, either standalone or as part of boto3-stubs[glacier]. The documentation notes that PyCharm users may experience performance issues with the full type stubs and recommends using boto3-stubs-lite as an alternative if needed.
Use it for:
- Enable IDE autocompletion and inline type hints when writing boto3 Glacier code in VSCode or PyCharm.
- Run mypy or pyright type checking on Glacier client code to catch type errors before deployment.
- Use TYPE_CHECKING guards to import Glacier type annotations without adding a runtime dependency to production code.
- Provide explicit type annotations for Glacier paginators and waiters in complex AWS workflows.
- Integrate with Emacs or Sublime Text LSP clients for real-time type checking and code completion.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion for boto3's Glacier service, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text.
Yes. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and carries a permissive MIT license. Install it if you use boto3 with Glacier and want static type checking or IDE autocompletion; it adds no runtime overhead when used with TYPE_CHECKING guards.
Install
mypy-boto3-glacier on PyPI
pip
pip install mypy-boto3-glacieruv
uv add mypy-boto3-glacierpoetry
poetry add mypy-boto3-glacierInstalling mypy-boto3-glacier
Before you install
Low friction installation with a single runtime dependency (typing-extensions). Actively maintained with recent releases; repository shows 670 stars and last commit on 2026-06-22.
License in practice
MIT license permits use in commercial and private projects with minimal restrictions; suitable for most development contexts.
Quickstart
pip install mypy-boto3-glacier
from boto3.session import Session
from mypy_boto3_glacier import GlacierClient
client: GlacierClient = Session().client("glacier")
# Type checking and IDE autocompletion now work
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether the package works with boto3 versions other than 1.43.0 or if it requires exact version matching.
- Performance impact on PyCharm; documentation mentions potential slowness with Literal overloads (issue PY-40997).
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 | 290,760/month — #7,981 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_glacier-1.43.0-py3-none-any.whl
Keywords: boto3, glacier, 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-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
mypy-boto3-lakeformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-snowballProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI