skillfed

mypy-boto3-databrew

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

mypy-boto3-databrew v1.43.0 248.2K downloads/30d#8,674 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 boto3's GlueDataBrew service. It was generated using mypy-boto3-builder 8.12.0 and provides type hints compatible with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. When installed, it enables IDE autocompletion and type checking for GlueDataBrew client calls without requiring explicit type annotations in your code.

The package depends only on typing-extensions and is designed as a development-time tool—it can be installed under TYPE_CHECKING guards to avoid production dependencies. It includes annotations for the GlueDataBrewClient, paginators (ListDatasets, ListJobRuns, ListJobs, ListProjects, ListRecipeVersions, ListRecipes, ListRulesets, ListSchedules), and type definitions for service-specific objects.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 GlueDataBrew client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on code that calls GlueDataBrew APIs to catch type errors before runtime.
  • Provide explicit type annotations for GlueDataBrewClient instances and paginator objects in larger AWS projects.
  • Reduce cognitive load when working with unfamiliar GlueDataBrew API operations by leveraging IDE tooltips and parameter hints.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's GlueDataBrew service, enabling static type checking with mypy, pyright, and editor support.

Yes, if you use boto3 GlueDataBrew and want IDE autocompletion or static type checking. Install friction is minimal, maintenance is active, and the MIT license carries no restrictions. Note that PyCharm users may experience performance issues with the full type stubs; the documentation suggests using boto3-stubs-lite as an alternative if that occurs.

Install

mypy-boto3-databrew on PyPI

pip

pip install mypy-boto3-databrew

uv

uv add mypy-boto3-databrew

poetry

poetry add mypy-boto3-databrew

Installing mypy-boto3-databrew

Before you install

Low install friction 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 unrestricted use, modification, and distribution in both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-databrew

from boto3.session import Session
from mypy_boto3_databrew import GlueDataBrewClient

client: GlueDataBrewClient = Session().client("databrew")
# Type checking and IDE autocompletion now available

Requires Python 3.9 or later; boto3 must be installed separately for runtime use.

Verify before relying

  • Performance impact in PyCharm with full boto3-stubs (documentation mentions potential slowness with Literal overloads).
  • Whether type coverage is complete for all GlueDataBrew API operations in version 1.43.0.

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 248,161/month — #8,674 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_databrew-1.43.0-py3-none-any.whl

Keywords: boto3, databrew, 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 type stubs databrewaws glue databrew type hintsboto3 autocomplete ide supportmypy boto3 annotationspython aws sdk type checking
type-stubsaws-sdkide-support

More Software Development packages