Skip to content

Type annotations and code completion for boto3 package

License

Notifications You must be signed in to change notification settings

youtype/types-boto3

Repository files navigation

types-boto3

PyPI - types-boto3 PyPI - boto3 PyPI - Python Version PyPI - Downloads

boto3.typed

Type annotations and code completion for boto3 package. This package is a part of mypy_boto3_builder project.

types-boto3 is a successor of boto3-stubs.

Publish types-boto3

Installation

python -m pip install 'types-boto3[essential]'

Migrate from boto3-stubs

  1. Replace boto3-stubs dependency with types-boto3, leave extras as is
  2. In your codebase replace mypy_boto3_<service> imports with types_boto3_<service>
# before migration
from mypy_boto3_ec2.client import EC2Client

# after migration
from types_boto3_ec2.client import EC2Client

Usage

Use mypy or pyright for type checking.

Versioning

types-boto3 and types-boto3-lite versions are 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.

About

Type annotations and code completion for boto3 package

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published