Type annotations for boto3.PersonalizeEvents 1.14.0 service, generated by mypy-boto3-buider 2.1.0
Project description
mypy-boto3-personalize-events
Type annotations for boto3.PersonalizeEvents 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.1.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 PersonalizeEvents
service.
python -m pip install boto3-stubs[personalize-events]
How to use
Client annotations
PersonalizeEventsClient
provides annotations for boto3.client("personalize-events")
.
import boto3
from mypy_boto3_personalize_events import PersonalizeEventsClient
client: PersonalizeEventsClient = boto3.client("personalize-events")
# 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: PersonalizeEventsClient = session.client("personalize-events")
Typed dictionations
mypy_boto3_personalize_events.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
from mypy_boto3_personalize_events.type_defs import EventTypeDef, ...
def get_structure() -> EventTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_personalize_events
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
import boto3
# Type is discovered correctly by mypy and PyCharm
# VSCode still needs explicit type annotations
client = boto3.client("personalize-events")
session_client = boto3.Session().client("personalize-events")
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-personalize-events-1.14.0.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7d210b15d8552ec04f3a60137bb2f219d4edda13265cdda5eb7cf3c2dcd5effa |
|
MD5 | a0c52797c19f0365bc4110e545d16a7b |
|
BLAKE2b-256 | 87f783a22d4e334f72808034594360b5a1827e35bdd39e651953f983b0af4cdb |
Hashes for mypy_boto3_personalize_events-1.14.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | e6a0c72d503bf73ea3800ea2334d12fec90ab4f3a30ec194526b91797e2e235d |
|
MD5 | 306f4052dce759b906eae93dc3547981 |
|
BLAKE2b-256 | 97a3535c96592ca9199e60c84446b2501b1b1af22a62bdc79175714fd9b1ada1 |