skillfed

types-aiobotocore-glue

Type annotations for aiobotocore Glue 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-glue v3.9.0 250.0K downloads/30d#8,642 on PyPI670
Permissive license MIT Active released

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

uv

uv add types-aiobotocore-glue

poetry

poetry add types-aiobotocore-glue

Installing 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

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

aiobotocore type stubsglue service type annotationsboto3 type hintsmypy aiobotocore stubsaws glue type checkingpyright boto3 typesaiobotocore autocomplete
type-stubsaws-sdkasync

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-glue

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-full

Provides complete type annotations for…

permissive · top 15,000 on PyPI

types-aiobotocore-acm

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-lambda

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI