Type annotations for boto3.SavingsPlans 1.14.0 service, generated by mypy-boto3-buider 2.0.4
Project description
mypy-boto3-savingsplans
Type annotations for boto3.SavingsPlans 1.14.0 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.4.
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 SavingsPlans
service.
python -m pip install boto3-stubs[savingsplans]
Use boto3
with mypy_boto3_savingsplans
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_savingsplans import SavingsPlansClient
# Now mypy can check if your code is valid.
client: SavingsPlansClient = boto3.client("savingsplans")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: SavingsPlansClient = session.client("savingsplans")
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_savingsplans
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("savingsplans")
session_client = boto3.Session().client("savingsplans")
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-savingsplans-1.14.0.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 083cd0d9b926d1a6b65ae002ba3c4c20c84d780a398a9fdf3b9c1bd098fda4f1 |
|
MD5 | fbf9fd286f916bc29c908c97f0d24c1d |
|
BLAKE2b-256 | 79b78aa30991e87fad66318eb72c16e4adcd61704514a253dd5390c8b9fa2e4d |
Hashes for mypy_boto3_savingsplans-1.14.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 78d921c3099011c8dd3834c58c5d2226473e5cf289afab37b94c18e0af81671a |
|
MD5 | ef5ae8c4dd2687c19b5ea07f6ee88e59 |
|
BLAKE2b-256 | 01780cfe45e42bfb6910b9b495709de22e6cb4a924ffe45a0dfd19b7c37c5e6e |