Type annotations for boto3.QLDBSession 1.14.23 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-qldb-session
Type annotations for boto3.QLDBSession 1.14.23 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 QLDBSession
service.
python -m pip install boto3-stubs[qldb-session]
How to use
Client annotations
QLDBSessionClient
provides annotations for boto3.client("qldb-session")
.
import boto3
from mypy_boto3_qldb_session import QLDBSessionClient
from mypy_boto3_qldb_session.type_defs import CommitTransactionResultTypeDef, ...
client: QLDBSessionClient = boto3.client("qldb-session")
# 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: QLDBSessionClient = session.client("qldb-session")
Typed dictionations
mypy_boto3_qldb_session.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> CommitTransactionResultTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_qldb_session
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("qldb-session")
session_client = boto3.Session().client("qldb-session")
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-qldb-session-1.14.23.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d0b69a0c1fcc8dfad7a8b1a688c4eba7fca3bb7ea44d7e76d6fcbd239bcb49b |
|
MD5 | 483aa329ebf6d5af028377e5bb73009b |
|
BLAKE2b-256 | 718d6ca6682d928b6b9c13f3ba01e7dd7f24f7d034d7f0bdd36f45e34a7b6a64 |
Hashes for mypy_boto3_qldb_session-1.14.23.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 44f2111d426d9a7b761dd83143b31d2fe4ef78ef6251a4a82bb81023f3613e78 |
|
MD5 | fa09529e707275f09cf616315eef572c |
|
BLAKE2b-256 | 24482217645b6e3321c1f87f02b43715080d8e7ca22a2d39090755a50d0b14ef |