{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/6"}],"enrichment":{"capability":"Provides type stubs and annotations for boto3 to enable static type checking, IDE autocompletion, and type-safe AWS SDK usage in Python.","skillfed_tags":["type-stubs","aws-sdk","static-typing"],"use_cases":["Enable mypy or pyright to catch type errors in AWS SDK calls before runtime.","Get IDE autocomplete and inline documentation for boto3 service clients and resources.","Write type-safe wrapper functions around boto3 that enforce correct service and method usage.","Migrate existing boto3 code to static typing without rewriting the underlying AWS calls.","Validate boto3 configuration and client initialization in test suites with type checking."],"what_it_does":"mypy-boto3 is a type stub package that adds static type checking and IDE autocompletion support to boto3, the AWS SDK for Python. It works by providing type annotations that map boto3's dynamic client and resource creation to concrete, typed service classes. The package is generated automatically from boto3's API definitions and versioned to match boto3 releases, with version 1.43.0 corresponding to boto3 1.43.0.\n\nThe package depends on boto3 and typing-extensions, and supports Python 3.9 through 3.14. The summary notes it is a legacy package and recommends an alternative, suggesting this may be superseded; however, it remains actively maintained with 842595 monthly downloads and is in the top 5000 PyPI packages.","worth_installing":"Yes, if you use boto3 and want static type checking and IDE support. Install friction is minimal and maintenance is active. However, the package summary recommends an alternative; verify whether that better suits your needs before committing to this one."},"id":"mypy-boto3","links":{"html":"https://skillfed.io/packages/mypy-boto3","md":"https://skillfed.io/packages/mypy-boto3.md","pypi":"https://pypi.org/project/mypy-boto3/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3","python_support":"supports_current","summary":"Legacy type annotations for boto3, use types-boto3 instead."},"popularity":{"monthly_downloads":842595,"position":4925,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
