skillfed

mypy-boto3-dlm

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

mypy-boto3-dlm v1.43.0 288.8K downloads/30d#8,013 on PyPI670
Permissive license MIT Active released

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-dlm

uv

uv add mypy-boto3-dlm

poetry

poetry add mypy-boto3-dlm

Installing 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

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 dlmaws dlm type annotationsmypy boto3 dlmboto3 dlm autocompletetype checking aws dlmdlm service type hintsboto3-stubs dlm
type-stubsaws-sdkboto3

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

boto3-stubs-lite

Provides type annotations for boto3 1.43.72,…

permissive · top 15,000 on PyPI

boto3-stubs-full

Provides type annotations for boto3 1.43.71 to…

permissive · top 5,000 on PyPI

boto3-stubs

Provides type stubs and annotations for boto3…

permissive · top 1,000 on PyPI

mypy-boto3-neptunedata

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ssm

Provides type stubs and annotations for boto3's…

permissive · top 5,000 on PyPI

mypy-boto3-detective

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-qapps

Provides type annotations for the boto3 QApps…

permissive · top 15,000 on PyPI

mypy-boto3-panorama

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-workmailmessageflow

Provides type stubs and annotations for boto3's…

permissive · top 15,000 on PyPI

mypy-boto3-simspaceweaver

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI