mypy-boto3-glue
Type annotations for boto3 Glue 1.43.70 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-glue is a type-stub package that adds static type annotations to boto3's Glue client, enabling IDEs and type checkers to provide accurate autocomplete, inline documentation, and type validation. It is generated automatically from boto3's service model and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other tools that support Python type hints.
The package is a stub-only dependency—it contains no runtime code, only type information. You install it alongside boto3 to get IDE support and catch type errors during development. It supports explicit type annotations for the Glue client, paginators, and service-specific types, and can be used conditionally with TYPE_CHECKING to avoid production dependencies.
Use it for:
- Enable IDE autocomplete and inline documentation when writing boto3 Glue code in VSCode or PyCharm.
- Run mypy or pyright type checking on Glue client calls to catch errors before runtime.
- Get type-safe paginator annotations for Glue list operations like GetJobs, GetDatabases, and GetPartitions.
- Provide explicit type hints for Glue client and resource objects in team codebases using type-aware linters.
- Support conditional imports with TYPE_CHECKING to avoid adding a production dependency.
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 AWS Glue service, enabling static type checking with mypy, pyright, and compatible editors.
Yes. If you use boto3 Glue and want IDE support or static type checking, install this. It has no runtime overhead, a single lightweight dependency, active maintenance, MIT licensing, and zero known vulnerabilities. The only caveat is PyCharm performance on Literal overloads—if you use PyCharm, consider boto3-stubs-lite instead.
Install
mypy-boto3-glue on PyPI
pip
pip install mypy-boto3-glueuv
uv add mypy-boto3-gluepoetry
poetry add mypy-boto3-glueInstalling mypy-boto3-glue
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with a release just 2 days old and consistent recent activity.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects with minimal obligations.
Quickstart
pip install mypy-boto3-glue
from boto3.session import Session
from mypy_boto3_glue import GlueClient
client: GlueClient = Session().client("glue")
Requires Python 3.9 or later; boto3 must be installed separately.
Verify before relying
- Performance impact on PyCharm due to Literal overloads (documentation mentions this as a known issue but does not quantify the severity).
- Whether the type stubs remain synchronized with boto3 Glue API changes beyond the stated 1.43.70 version.
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 — 2 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 6,690,087/month — #1,872 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_glue-1.43.70-py3-none-any.whl
Keywords: boto3, glue, 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
types-aiobotocore-glueProvides type annotations for the aiobotocore…
permissive · top 15,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-databrewProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iamProvides type annotations and IDE…
permissive · top 5,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-comprehendProvides 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-quicksightProvides type annotations for boto3's…
permissive · top 15,000 on PyPI