Typing stubs for boto
This is a PEP 561
type stub package for the boto
package.
It can be used by type-checking tools like
mypy,
pyright,
pytype,
Pyre,
PyCharm, etc. to check code that uses boto
. This version of
types-boto
aims to provide accurate annotations for
boto==2.49.*
.
Note: types-boto
is unmaintained and won't be updated.
This stub package is marked as partial.
If you find that annotations are missing, feel free to contribute and help complete them.
This package is part of the typeshed project.
All fixes for types and metadata should be contributed there.
See the README
for more details. The source for this package can be found in the
stubs/boto
directory.
This package was tested with
mypy 1.12.0,
pyright 1.1.385,
and pytype 2024.10.11.
It was generated from typeshed commit
a22e35814e0dba62d6283eeef6287f2f024b4394
.