Type annotations for boto3.ServerlessApplicationRepository 1.14.45 service, generated by mypy-boto3-buider 2.2.0
Project description
mypy-boto3-serverlessrepo
Type annotations for boto3.ServerlessApplicationRepository 1.14.45 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.45.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2b8fdc31e51ec6244afb5f4be7e40d4c0603a32e30eae8e2939d37a11827a266 |
|
MD5 | f78c5a69e1f313e622c1abe672f692d6 |
|
BLAKE2b-256 | 97028c7ddda8c91be44a6413d28bed7501d3b7235117aa39d6bef7ef272385bf |
Hashes for mypy_boto3_serverlessrepo-1.14.45.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5fb4bc62ba196eae1653b6794e8d0b7b5bb70b2522872ef7c92707959ec6cebd |
|
MD5 | f466796182d15c0058363637abd22b69 |
|
BLAKE2b-256 | 27f85df4548fdd857333fe493643423aafb223cfaabefb932c808273ef319523 |