mypy-boto3-dlm
Type annotations for boto3 DLM 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
mypy-boto3-dlm is a type stub package that adds static type information to boto3's Data Lifecycle Manager service. It was generated using mypy-boto3-builder 8.12.0 and works with boto3 1.43.0. The package provides type annotations for DLMClient, service resources, waiters, paginators, literals, and type definitions—enabling your IDE and type checker (mypy, pyright, Pylance, or others) to validate DLM API calls at development time and offer accurate code completion.
You install it alongside boto3 in your Python environment. It has no runtime behavior; it only provides metadata that type checkers and IDEs consume. The package supports Python 3.9 through 3.14 and depends only on typing-extensions. It's designed to work with VSCode, PyCharm, Emacs, Sublime Text, and other editors that support Python language servers, as well as command-line type checkers.
Use it for:
- Catch DLM API errors before runtime by type-checking boto3 DLM client calls in mypy or pyright.
- Get IDE autocompletion and inline documentation for DLM methods and parameters in VSCode or PyCharm.
- Define type-safe function signatures that accept DLM client objects or service resources.
- Use DLM Literals and TypeDefs in your own type annotations for stricter validation of policy configurations.
- Enable continuous integration type checking on DLM-using code without runtime execution.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations for boto3's Data Lifecycle Manager (DLM) service, enabling static type checking and IDE autocompletion for DLM API calls.
Yes. Install this if you use boto3's DLM service and want static type checking and IDE support. It has low install friction (one small dependency), is actively maintained, carries no security vulnerabilities, and uses a permissive MIT license. The only caveat is PyCharm users may experience performance issues with full boto3-stubs due to a known PyCharm limitation with Literal overloads; in that case, use boto3-stubs-lite instead.
Install
mypy-boto3-dlm on PyPI
pip
pip install mypy-boto3-dlmuv
uv add mypy-boto3-dlmpoetry
poetry add mypy-boto3-dlmInstalling mypy-boto3-dlm
Before you install
Low friction: pure Python wheel with a single runtime dependency (typing-extensions). Actively maintained with recent releases; repo 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 commercial projects with minimal obligations.
Quickstart
pip install mypy-boto3-dlm
from boto3.session import Session
from mypy_boto3_dlm import DLMClient
client: DLMClient = Session().client("dlm")
# Type checking and IDE completion now available
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Performance impact in PyCharm with full boto3-stubs (documentation warns of potential slowness due to Literal overloads, but this is a known PyCharm issue, not specific to this package).
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 | 288,789/month — #8,013 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_dlm-1.43.0-py3-none-any.whl
Keywords: boto3, dlm, 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
boto3-stubs-liteProvides type annotations for boto3 1.43.72,…
permissive · top 15,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,000 on PyPI
boto3-stubsProvides type stubs and annotations for boto3…
permissive · top 1,000 on PyPI
mypy-boto3-neptunedataProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ssmProvides type stubs and annotations for boto3's…
permissive · top 5,000 on PyPI
mypy-boto3-detectiveProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-qappsProvides type annotations for the boto3 QApps…
permissive · top 15,000 on PyPI
mypy-boto3-panoramaProvides 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
mypy-boto3-simspaceweaverProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI