Type annotations for boto3.Detective 1.14.39 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-detective
Type annotations for boto3.Detective 1.14.39 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.39.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 751d5532aa682d64f5b2c675f14e46dadc54e951bb0db19dad041f448fbf968a |
|
MD5 | a6acbe519d092564d08b9788945a9c93 |
|
BLAKE2b-256 | 0b4f07334a3e7c948d4bcfea47f25c1f7bf528707751984ea16a5310c693e17f |
Hashes for mypy_boto3_detective-1.14.39.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a52f7912769a92859c07795c4c76fd6c1996feba7459c3ea0037054a526ac289 |
|
MD5 | 2ef81535894a2a57abae69eb3f0aa6b7 |
|
BLAKE2b-256 | 72b4bb34766675df97725a46e903c4790c12eb8c68161558990617922277bdd7 |