Skip to main content

Type annotations for boto3 1.34.13 master module generated with mypy-boto3-builder 7.23.0

Project description

mypy-boto3

PyPI - mypy-boto3 PyPI - Python Version Docs PyPI - Downloads

boto3.typed

Dynamic boto3 1.34.13 type annotations builder for boto3-stubs.

Generated by mypy-boto3-builder 7.23.0.

More information can be found on boto3-stubs page.

See how it helps to find and fix potential bugs:

boto3-stubs demo

How to install

# Install this package
python -m pip install mypy-boto3

# Install type annotations for boto3 services you use
python -m pip install 'boto3-stubs[s3,ec2]'

# Lite version does not provide session.client/resource overloads
# it is more RAM-friendly, but requires explicit type annotations
python -m pip install 'boto3-stubs-lite[s3,ec2]'

Usage

Provides ServiceName and ResourceServiceName literals:

from typing import overload

import boto3
from botocore.client import BaseClient
from mypy_boto3.literals import ServiceName
from mypy_boto3_ec2.client import EC2Client
from mypy_boto3_ec2.literals import EC2ServiceName
from mypy_boto3_s3.client import S3Client
from mypy_boto3_s3.literals import S3ServiceName


@overload
def get_client(service_name: EC2ServiceName) -> EC2Client: ...


@overload
def get_client(service_name: S3ServiceName) -> S3Client: ...


@overload
def get_client(service_name: ServiceName) -> BaseClient: ...


def get_client(service_name: ServiceName) -> BaseClient:
    return boto3.client(service_name)


# type: S3Client, fully type annotated
# All methods and attributes are auto-completed and type checked
s3_client = get_client("s3")

# type: EC2Client, fully type annotated
# All methods and attributes are auto-completed and type checked
ec2_client = get_client("ec2")

# type: BaseClient, only basic type annotations
# Dynamodb-specific methods and attributes are not auto-completed and not type checked
dynamodb_client = get_client("dynamodb")

Latest changes

Full changelog can be found in Releases.

Versioning

mypy-boto3 version is the same as related boto3 version and follows PEP 440 format.

Support and contributing

Please reports any bugs or request new features in mypy_boto3_builder repository.

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

mypy-boto3-1.34.13.tar.gz (21.1 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mypy_boto3-1.34.13-py3-none-any.whl (21.0 kB view details)

Uploaded Python 3

File details

Details for the file mypy-boto3-1.34.13.tar.gz.

File metadata

  • Download URL: mypy-boto3-1.34.13.tar.gz
  • Upload date:
  • Size: 21.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mypy-boto3-1.34.13.tar.gz
Algorithm Hash digest
SHA256 4019092a787377f605cd985fbd195b245dd75bbd34a0d032f4699af8766a51c5
MD5 e9de067dbbf37816c86fe4d0ec4fc7f6
BLAKE2b-256 ca31d1dc22d6127c2d4f756059291ccfb57ba87f310dd8c6614c0961fb6677f2

See more details on using hashes here.

File details

Details for the file mypy_boto3-1.34.13-py3-none-any.whl.

File metadata

  • Download URL: mypy_boto3-1.34.13-py3-none-any.whl
  • Upload date:
  • Size: 21.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.7

File hashes

Hashes for mypy_boto3-1.34.13-py3-none-any.whl
Algorithm Hash digest
SHA256 0bfbbd607fa7f5e4c10438c1cba3c719cf296ada1435a69685fd86e35d349f85
MD5 a7def0ba0d23b8b92f563e814ebac70f
BLAKE2b-256 703d83ad0888749d82cfa2442b75c0bf6c9a94b13fcb59c34d59c40f2c0ee52f

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page