mypy-boto3-datapipeline
Type annotations for boto3 DataPipeline 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type stub library for AWS boto3's DataPipeline service, generated automatically from boto3 1.43.0. It provides complete type annotations for DataPipeline client objects, paginators, and type definitions, allowing your IDE and type checkers like mypy and pyright to understand and validate your DataPipeline code without runtime overhead.
You install it alongside boto3 and it works transparently—no code changes needed. Once installed, your editor gains full autocomplete for DataPipeline API calls, and static type checkers catch errors before runtime. The package is designed as a stub-only library (no runtime code), so it adds minimal dependency weight and can be safely excluded from production deployments using TYPE_CHECKING guards if desired.
Use it for:
- Add IDE autocomplete and type checking to boto3 DataPipeline client code in VSCode, PyCharm, or other LSP-aware editors.
- Catch DataPipeline API usage errors at development time with mypy or pyright before deployment.
- Generate explicit type annotations for DataPipelineClient, paginators, and type definitions in your codebase.
- Enable type-safe refactoring of DataPipeline integration code across large projects.
- Use in CI/CD pipelines to enforce type correctness on all DataPipeline-related code.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's DataPipeline service, enabling type checking and IDE autocomplete for DataPipeline client code.
Yes, if you use boto3's DataPipeline service and want IDE support and type checking. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat: PyCharm users may experience performance issues with full stubs; the documentation recommends boto3-stubs-lite as an alternative if that occurs.
Install
mypy-boto3-datapipeline on PyPI
pip
pip install mypy-boto3-datapipelineuv
uv add mypy-boto3-datapipelinepoetry
poetry add mypy-boto3-datapipelineInstalling mypy-boto3-datapipeline
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases and no known vulnerabilities.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.
Quickstart
pip install mypy-boto3-datapipeline
from boto3.session import Session
from mypy_boto3_datapipeline import DataPipelineClient
client: DataPipelineClient = Session().client("datapipeline")
# Type checking and IDE autocomplete now work on client usage
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether performance impact on PyCharm is acceptable for your codebase size (documentation notes potential slowness with Literal overloads).
- Whether boto3-stubs-lite is a better fit if you experience IDE performance issues with the full stub set.
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 | 250,938/month — #8,610 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_datapipeline-1.43.0-py3-none-any.whl
Keywords: boto3, datapipeline, boto3-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-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-codeconnectionsProvides type annotations for boto3…
permissive · top 15,000 on PyPI
mypy-boto3-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-workmailmessageflowProvides type stubs and annotations for boto3's…
permissive · top 15,000 on PyPI