--- id: types-aiobotocore-glue version: "3.9.0" license: MIT license_treatment: permissive maintenance: active --- # types-aiobotocore-glue — Type annotations for aiobotocore Glue 3.9.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 250.0K/mo ## 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 above — 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 pip install types-aiobotocore-glue uv add types-aiobotocore-glue 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_current - Install friction: low - Maintenance: active - Downloads: 250.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags aiobotocore type stubs, glue service type annotations, boto3 type hints, mypy aiobotocore stubs, aws glue type checking, pyright boto3 types, aiobotocore autocomplete, type-stubs, aws-sdk, async [View on SkillFed](https://skillfed.io/packages/types-aiobotocore-glue) · [View on PyPI](https://pypi.org/project/types-aiobotocore-glue/)