skillfed

mypy-boto3-glacier

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

mypy-boto3-glacier v1.43.0 290.8K downloads/30d#7,981 on PyPI670
Permissive license MIT Active released

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

uv

uv add mypy-boto3-glacier

poetry

poetry add mypy-boto3-glacier

Installing 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

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 glacier type stubstype annotations aws glaciermypy boto3 glacierglacier client type hintsboto3 glacier autocompletepyright glacier stubside support glacier aws
type-stubsaws-sdkmypy

More Software Development packages