Type annotations for boto3.Detective 1.14.33 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-detective
Type annotations for boto3.Detective 1.14.33 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.2.0.
More information can be found on boto3-stubs page.
How to install
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for Detective
service.
python -m pip install boto3-stubs[detective]
How to use
Client annotations
DetectiveClient
provides annotations for boto3.client("detective")
.
import boto3
from mypy_boto3_detective import DetectiveClient
from mypy_boto3_detective.type_defs import GraphTypeDef, ...
client: DetectiveClient = boto3.client("detective")
# now client usage is checked by mypy and IDE should provide code auto-complete
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: DetectiveClient = session.client("detective")
Typed dictionations
mypy_boto3_detective.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> GraphTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_detective
and other installed services.
# Run this command after you add or remove service packages
python -m mypy_boto3
Generated type annotations provide overloads for boto3.client
and boto3.resource
,
boto3.Session.client
and boto3.Session.resource
functions,
so explicit type annotations are not needed.
mypy
supports function overloads as expectedPyCharm
also supports function overloads, but consumes a lot of RAM, use carefully if you have many services installedVSCode
does not currently support function overloads, use explicit type annotations
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("detective")
session_client = boto3.Session().client("detective")
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
Built Distribution
Hashes for mypy-boto3-detective-1.14.33.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 39da98abee53c49dee3750d7d834af7db076c36a832a7cb2a0207b369660c46c |
|
MD5 | af6fdcd8d70e1d2ed7b6f1b4d717c4b3 |
|
BLAKE2b-256 | b9030ed4ad77b2fd8ff82266be22d52bdefaff1145f65f72ca53b268562e5a52 |
Hashes for mypy_boto3_detective-1.14.33.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5d36d4ff94eb8f33703e0bada16a30ed88b9cd99ab40624e30329f7bcca3a5b4 |
|
MD5 | b2892d9eceb71996f972347288dbc308 |
|
BLAKE2b-256 | 0617b0f241a98cb67fb2ffdc7d3dbcae0a4154b297418f0c4e680d29c9e6ce1e |