types-aiobotocore-glue
Type annotations for aiobotocore Glue 3.9.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 information to the aiobotocore Glue service. It is generated automatically from aiobotocore's API surface using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text), type checkers (mypy, pyright), and language servers to provide code completion and catch type errors at development time.
You install it alongside aiobotocore to enable your editor and type checker to understand Glue client methods, paginators, and type definitions without requiring explicit type annotations in your code. It supports Python 3.9 through 3.14 and has no heavy dependencies—only typing-extensions.
Use it for:
- Enable IDE autocomplete and inline documentation for aiobotocore Glue client methods in VSCode or PyCharm.
- Run mypy or pyright to catch type errors in Glue API calls before runtime.
- Use TYPE_CHECKING guards to include type hints in development without adding a production dependency.
- Get paginator type annotations for Glue list operations like DescribeEntity or GetClassifiers.
- Verify correct argument types and return types for Glue service operations during code review.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for the aiobotocore Glue 3.9.0 service, enabling IDE code completion and static type checking with mypy and pyright.
Yes. If you use aiobotocore with the Glue service, this package is worth installing. It has minimal install friction, active maintenance, no security issues, and MIT licensing. The only caveat is PyCharm users may experience performance issues with Literal overloads (documented in the description), in which case the lite variant is recommended.
Install
types-aiobotocore-glue on PyPI
pip
pip install types-aiobotocore-glueuv
uv add types-aiobotocore-gluepoetry
poetry add types-aiobotocore-glueInstalling types-aiobotocore-glue
Before you install
Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and release 12 days old.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and commercial projects.
Quickstart
pip install types-aiobotocore-glue
from aiobotocore.session import get_session
from types_aiobotocore_glue import GlueClient
session = get_session()
async with session.create_client("glue") as client:
client: GlueClient
Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (PY-40997) have been resolved in recent versions.
- Exact scope of Glue service methods and paginators covered by the type annotations.
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 249,964/month — #8,642 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_glue-3.9.0-py3-none-any.whl
Keywords: aiobotocore, glue, aiobotocore-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-glueProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocore-fullProvides complete type annotations for…
permissive · top 15,000 on PyPI
types-aiobotocore-acmProvides type annotations and IDE…
permissive · top 15,000 on PyPI
types-aiobotocore-s3Provides type stubs and IDE autocompletion…
permissive · top 5,000 on PyPI
types-aiobotocore-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
types-aiobotocore-lambdaProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI