Mypy-friendly boto3 type annotations for logs service.
Project description
Mypy-boto3 logs submodule
Provides type annotations for boto3 logs service
Installation
pip install mypy-boto3[logs]
Usage
import boto3
from mypy_boto3.logs import Client, ServiceResource
client: Client = boto3.client("logs")
resource: ServiceResource = boto3.resource("logs")
# now your IDE can suggest you method and arguments names
# and mypy can check types
Project details
Release history Release notifications | RSS feed
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-logs-0.1.6.tar.gz
(2.6 kB
view hashes)
Built Distribution
Close
Hashes for mypy_boto3_logs-0.1.6-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5b55ab6f5516f975dac6481737f41e532026a7dee09e9e324459c0d0171d2233 |
|
MD5 | 0b2137498679869253435c4383c8e5b0 |
|
BLAKE2b-256 | 4e5cc0fbc5fde9a850783ce69648d9555e4e357eb7426a271e2fcac15fffc955 |