{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/18"}],"enrichment":{"capability":"Provides type stubs and annotations for aioboto3 15.5.0, enabling IDE autocomplete and static type checking across VSCode, PyCharm, mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","async"],"use_cases":["Enable IDE autocomplete for aioboto3 method calls and parameters in VSCode or PyCharm.","Run mypy or pyright in CI/CD to catch type errors in async AWS SDK usage before deployment.","Document aioboto3 API contracts in large projects by making types explicit in code review.","Migrate from untyped boto3 to typed aioboto3 with confidence that type checkers validate the transition.","Support Emacs or Sublime Text development with LSP-based type checking and completion for AWS calls."],"what_it_does":"types-aioboto3-lite is a stub package that adds complete type annotations to aioboto3 15.5.0, the async AWS SDK wrapper. It contains no runtime code\u2014only type information that static type checkers and IDEs use to provide autocomplete, catch type errors, and document method signatures. The stubs cover Client, ServiceResource, Waiter, and Paginator types for AWS services, with auto-discovery support for dynamic calls like session.client() and client.get_waiter().\n\nThe package is generated automatically by mypy-boto3-builder 8.11.0 from botocore schemas, keeping annotations in sync with aioboto3 releases. It works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, and Sublime Text. You install it alongside aioboto3 in your development environment, and type checking works immediately without modifying your code\u2014write aioboto3 as usual and let the type checker catch mistakes.","worth_installing":"Yes, if you use aioboto3 in a project where static type checking or IDE autocomplete adds value. Install friction is negligible, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only gotcha is that you must manage the type stubs separately from aioboto3 itself and ensure versions stay in sync."},"id":"types-aioboto3-lite","links":{"html":"https://skillfed.io/packages/types-aioboto3-lite","md":"https://skillfed.io/packages/types-aioboto3-lite.md","pypi":"https://pypi.org/project/types-aioboto3-lite/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2025-10-31","license_spdx":null,"license_treatment":"permissive","name":"types-aioboto3-lite","python_support":"supports_current","summary":"Lite type annotations for aioboto3 15.5.0 generated with mypy-boto3-builder 8.11.0"},"popularity":{"monthly_downloads":77637,"position":14510,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"15.5.0"}
