Type annotations for boto3.Backup 1.13.26 service, generated by mypy-boto3-buider 2.0.3
Project description
mypy-boto3-backup
Type annotations for boto3.Backup 1.13.26 service compatible with mypy, VSCode, PyCharm and other tools.
Generated by mypy-boto3-buider 2.0.3.
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 Backup
service.
python -m pip install boto3-stubs[backup]
# update installed packages index for automated type discovery
python -m mypy_boto3
Use boto3
with mypy_boto3_backup
in your project and enjoy type checking and auto-complete.
import boto3
from mypy_boto3_backup import BackupClient
# Now mypy can check if your code is valid.
client: BackupClient = boto3.client("backup")
# works for session as well
session = boto3.session.Session(region="us-west-1")
session_client: BackupClient = session.client("backup")
Automated type discovery
mypy_boto3
package can generate index for mypy_boto3_backup
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_backup as backup
from mypy_boto3_backup import BackupClient
# with these
from mypy_boto3 import backup
from mypy_boto3.backup import BackupClient
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-backup-1.13.26.1.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 66e351ae9e924a18f2eba3c5442649c07ad29bc36ffd8f83fb4968733ff92cd1 |
|
MD5 | 2e5d4ddef97770824f5369f1b4297de7 |
|
BLAKE2b-256 | 73b1258fe2c92a089dec574ae0fcf07b311d2ae924bc14dfc0227a9e56520955 |
Hashes for mypy_boto3_backup-1.13.26.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 40b8314d8a14b1ca61a687573777b84ac69294a80dce862e69dcd3c10e9d88f8 |
|
MD5 | edd7b371821f0e88173c90b9c01f3939 |
|
BLAKE2b-256 | bd6967cff891c22d1acee01fc9807489324394c039922981538c058ed75758b2 |