Type annotations for boto3.ServerlessApplicationRepository 1.14.44 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-serverlessrepo
Type annotations for boto3.ServerlessApplicationRepository 1.14.44 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 ServerlessApplicationRepository
service.
python -m pip install boto3-stubs[serverlessrepo]
How to use
Client annotations
ServerlessApplicationRepositoryClient
provides annotations for boto3.client("serverlessrepo")
.
import boto3
from mypy_boto3_serverlessrepo import ServerlessApplicationRepositoryClient
from mypy_boto3_serverlessrepo.paginator import (
ListApplicationDependenciesPaginator,
ListApplicationsPaginator,
ListApplicationVersionsPaginator,
)
from mypy_boto3_serverlessrepo.type_defs import ApplicationDependencySummaryTypeDef, ...
client: ServerlessApplicationRepositoryClient = boto3.client("serverlessrepo")
# 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: ServerlessApplicationRepositoryClient = session.client("serverlessrepo")
Paginators annotations
mypy_boto3_serverlessrepo.paginator
module contains type annotations for all paginators.
client: ServerlessApplicationRepositoryClient = boto3.client("serverlessrepo")
# Explicit type annotations are optional here
# Type should be correctly discovered by mypy and IDEs
# VSCode requires explicit type annotations
list_application_dependencies_paginator: ListApplicationDependenciesPaginator = client.get_paginator("list_application_dependencies")
list_application_versions_paginator: ListApplicationVersionsPaginator = client.get_paginator("list_application_versions")
list_applications_paginator: ListApplicationsPaginator = client.get_paginator("list_applications")
Typed dictionations
mypy_boto3_serverlessrepo.type_defs
module contains structures and shapes assembled
to typed dictionaries for additional type checking.
def get_structure() -> ApplicationDependencySummaryTypeDef:
return {
...
}
Dynamic type annotations
mypy_boto3
command generates boto3.client/resource
type annotations for
mypy_boto3_serverlessrepo
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("serverlessrepo")
session_client = boto3.Session().client("serverlessrepo")
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-serverlessrepo-1.14.44.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 187179d6cede51bd8a2aa71b935238c8f88cd6d8b92bf6bbcf4fdc452c66100f |
|
MD5 | 166d30c7cf02ea38c384496f2db70ae1 |
|
BLAKE2b-256 | ed8c5491f35c2f7402bdd1771eb219970e91a2b089a50346db11f8c713629387 |
Hashes for mypy_boto3_serverlessrepo-1.14.44.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f3b60170aa518c12a1ca61dcbd1aad80c83ccf547af470e16f95a9f36aeae1f6 |
|
MD5 | d39f88bd85623f30cb5cbfe96dc40ac0 |
|
BLAKE2b-256 | 1e835cabff613578c26f54cf59393b19b246b28d6a09e24b37fe6550c9de787e |