View on GitHub

mypy_boto3

Type annotations for boto3 compatible with mypy, VSCode and PyCharm

Download this project as a .zip file Download this project as a tar.gz file

Cli Parser

Auto-generated documentation for builder.mypy_boto3_builder.cli_parser module.

CLI parser.

get_absolute_path

[find in source code]

def get_absolute_path(path: str) -> Path:

Get absolute path from a string.

Arguments

Returns

Absolute path.

get_cli_parser

[find in source code]

def get_cli_parser() -> argparse.ArgumentParser:

Main CLI parser for builder.

Returns

Argument parser.

get_service_name

[find in source code]

def get_service_name(name: str) -> ServiceName:

Convert boto3 service name to ServiceName.

Arguments

Raises