Skip to main content

Mypy-friendly boto3 type annotations for dlm service.

Project description

Mypy-boto3 dlm submodule

Provides type annotations for boto3 dlm service

Installation

pip install mypy-boto3[dlm]

Usage

import boto3
from mypy_boto3.dlm import Client, ServiceResource

client: Client = boto3.client("dlm")
resource: ServiceResource = boto3.resource("dlm")

# now your IDE can suggest you method and arguments names
# and mypy can check types

Project details


Release history Release notifications | RSS feed

This version

0.1.6

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mypy-boto3-dlm-0.1.6.tar.gz (2.1 kB view hashes)

Uploaded Source

Built Distribution

mypy_boto3_dlm-0.1.6-py3-none-any.whl (2.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page