skillfed

mypy-boto3-datazone

Type annotations for boto3 DataZone 1.43.69 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-datazone v1.43.69 268.3K downloads/30d#8,277 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package provides type stubs for boto3's DataZone service, generated with mypy-boto3-builder 8.12.0. It enables static type checking and IDE autocompletion when working with the DataZone API, compatible with boto3 1.43.69. The stubs include annotations for the DataZoneClient, paginators, waiters, and type definitions, allowing tools like mypy, pyright, VSCode Pylance, and PyCharm to understand your boto3 code without explicit type annotations.

You install it alongside boto3 and it immediately enables type checking in your IDE or via command-line type checkers. The package is a stub-only distribution—it contains no runtime code, only type information—so it has minimal overhead. It supports Python 3.9 through 3.14 and is actively maintained, with releases tracking boto3 updates.

Use it for:

  • Enable IDE autocompletion and type hints when writing boto3 DataZone client code in VSCode or PyCharm.
  • Catch type errors in DataZone API calls during development using mypy or pyright before runtime.
  • Provide explicit type annotations for DataZoneClient, paginators, and service resources in production code.
  • Improve code documentation and maintainability by making DataZone API contracts visible to other developers.
  • Use TYPE_CHECKING guards to include type stubs in development without adding a runtime dependency.

Worth the install?

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

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

Yes. If you use boto3 DataZone in Python, installing this package is a straightforward win: low friction, no vulnerabilities, actively maintained, and it immediately unlocks IDE autocompletion and static type checking. The MIT license carries no restrictions. The only gotcha is PyCharm's known performance issue with Literal overloads (noted in the docs), which may push some PyCharm users toward the lite variant instead.

Install

mypy-boto3-datazone on PyPI

pip

pip install mypy-boto3-datazone

uv

uv add mypy-boto3-datazone

poetry

poetry add mypy-boto3-datazone

Installing mypy-boto3-datazone

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with a release just 3 days ago and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.

Quickstart

pip install mypy-boto3-datazone

from boto3.session import Session
from mypy_boto3_datazone import DataZoneClient

client: DataZoneClient = Session().client("datazone")
# Type checking and IDE autocompletion now work

Requires Python 3.9 or later; boto3 must be installed separately in your environment.

Verify before relying

  • Whether the package works equally well across all listed IDEs (VSCode, PyCharm, Emacs, Sublime Text) or if performance issues noted for PyCharm apply more broadly.
  • Whether the lite variant (boto3-stubs-lite) is recommended as a default over the full version for most users.

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 — 3 days since the last release
Last repo commit
First released
Downloads 268,327/month — #8,277 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_datazone-1.43.69-py3-none-any.whl

Keywords: boto3, datazone, 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 datazoneaws datazone type annotationsboto3 datazone mypy supportdatazone client type hintsboto3 stubs ide autocompleteaws sdk python type checkingdatazone static type checking
type-stubsboto3aws-sdk

More Software Development packages