Type annotations for boto3.Detective 1.14.12 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-detective
Type annotations for boto3.Detective 1.14.12 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.12.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7f5bbaa7cc5d7342e49a0b974984c92a5940ac82e3d9751085008653930c2d6 |
|
MD5 | afab06b016747252d0bff4049b15e909 |
|
BLAKE2b-256 | ef9e13e6b27f21baf3a47073a07a655947d76fb7ef00a2a92d1e99495005f7ea |
Hashes for mypy_boto3_detective-1.14.12.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a910753bffbc49c6a30ea6e416586f41577cda873f07be7eb2962ff6ab29f42d |
|
MD5 | f8ddd973e7ae216894f05989c640edef |
|
BLAKE2b-256 | f4e040750d457a394e85aad3c1f47358462b02cd201e0b5ce86321541e3a1b5c |