{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/16"}],"enrichment":{"capability":"Provides type-annotated stand-in classes for boto3 AWS service clients, resources, paginators, and waiters to enable IDE code completion and type inference.","skillfed_tags":["type-hints","aws-sdk","ide-support"],"use_cases":["Enable IDE autocomplete and type checking when writing boto3 code in PyCharm, VS Code, or other IDEs with type support.","Annotate boto3 client parameters in function signatures to catch argument errors before runtime.","Develop boto3-heavy applications where IDE support significantly reduces lookup time and typos.","Use in development environments where docstring access in the IDE is valuable, then switch to the lightweight variant for production.","Type-check boto3 code with mypy or similar static type checkers to catch service method misuse."],"what_it_does":"This package solves a fundamental limitation of boto3: because AWS services are instantiated at runtime using factory methods with string arguments, IDEs cannot infer their types or provide code completion. boto3_type_annotations works around this by defining static stand-in classes for every boto3 service\u2014clients, resources, paginators, and waiters\u2014with full type annotations extracted from boto3's own docstrings. You import these classes and use them to annotate boto3 objects in your code, giving your IDE the type information it needs to offer autocomplete and catch type errors.\n\nThe package comes in two variants: a 2.2 MB version without docstrings (boto3_type_annotations) and a 41 MB version with full docstrings (boto3_type_annotations_with_docs, the subject here). The trade-off is size versus development convenience\u2014docstrings in your IDE during development versus a lighter production dependency. The project is abandoned as of 2019, meaning it will not track boto3 API changes or receive updates.","worth_installing":"Yes, if you actively develop with boto3 and want IDE code completion\u2014the type annotations work and have no runtime overhead. However, be aware the project is abandoned (last update 2019) and will not track boto3 API changes. For production use, prefer the lightweight variant (boto3_type_annotations) unless you need docstrings in development. Monitor boto3 releases; if the API diverges significantly from 2019, these annotations may become inaccurate."},"id":"boto3-type-annotations-with-docs","links":{"html":"https://skillfed.io/packages/boto3-type-annotations-with-docs","md":"https://skillfed.io/packages/boto3-type-annotations-with-docs.md","pypi":"https://pypi.org/project/boto3-type-annotations-with-docs/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2019-05-02","license_spdx":null,"license_treatment":"permissive","name":"boto3-type-annotations-with-docs","python_support":"unspecified","summary":"Type annotations for boto3. Adds code completion in IDEs such as PyCharm."},"popularity":{"monthly_downloads":119909,"position":12050,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.3.1"}
