How it works#
Fully automated mypy-boto3-builder carefully generates
type annotations for each service, patiently waiting for boto3 updates. It delivers
drop-in type annotations for you and makes sure that:
- All available
botocoreservices are covered. - Each public class and method of every
botocoreservice gets valid type annotations extracted frombotocoreschemas. - Type annotations include up-to-date documentation.
- Link to documentation is provided for every method.
- Code is processed by ruff for readability.