Type annotations for boto3.KinesisVideoSignalingChannels 1.13.24 service, generated by mypy-boto3-buider 2.0.2
Project description
mypy-boto3-kinesis-video-signaling
Type annotations for boto3.KinesisVideoSignalingChannels 1.13.24 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.2.
More information can be found on boto3-stubs page.
How to use
Make sure you have mypy installed and activated in your IDE.
Install boto3-stubs
for KinesisVideoSignalingChannels
service.
python -m pip install boto3-stubs[kinesis-video-signaling]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_kinesis_video_signaling
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_kinesis_video_signaling import KinesisVideoSignalingChannelsClient
# Now mypy can check if your code is valid.
client: KinesisVideoSignalingChannelsClient = boto3.client("kinesis-video-signaling")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: KinesisVideoSignalingChannelsClient = session.client("kinesis-video-signaling")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_kinesis_video_signaling
and other installed services.
# Run this command when you add or remove service packages
python -m mypy_boto3
Generated index provides overloads for boto3.client
and boto3.service
,
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 carefullyVSCode
does not currently support function overloads
Also, generated index allows you to import types from mypy_boto3
:
# you can replace imports
import mypy_boto3_kinesis_video_signaling as kinesis_video_signaling
from mypy_boto3_kinesis_video_signaling import KinesisVideoSignalingChannelsClient
# with these
from mypy_boto3 import kinesis_video_signaling
from mypy_boto3.kinesis_video_signaling import KinesisVideoSignalingChannelsClient
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-kinesis-video-signaling-1.13.24.3.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d6525735ff69509ee2a7bc13ba48c5446170ac839634fac580423f9b982bca42 |
|
MD5 | 178639c1d8390b8c999da849f528e86a |
|
BLAKE2b-256 | 107025db8c9f1fdb0de44015fa66a355a99b8c969a08deb8f9dd883ea43b9391 |
Hashes for mypy_boto3_kinesis_video_signaling-1.13.24.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 308d366c3da815b2cdcf7954046ba19728894ef13855d7a2e89e6773a8cf23ab |
|
MD5 | f8b35538eef7332ecd585f89b1d575ce |
|
BLAKE2b-256 | 88d5039b02cf12a0d16c238b6a2d7340db5b12351dbe8029f3432de650b63181 |