{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/2"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3 EC2 service, enabling static type checking with mypy, pyright, and other tools across VSCode, PyCharm, Emacs, and Sublime Text.","skillfed_tags":["type-stubs","aws-sdk","ide-support"],"use_cases":["Enable mypy or pyright type checking on EC2 code without manual type annotations.","Get IDE autocomplete and inline documentation for EC2 client methods in VSCode or PyCharm.","Catch boto3 EC2 API usage errors during development before runtime.","Use TYPE_CHECKING imports to provide type hints without adding a production dependency.","Validate EC2 resource operations and paginator calls against the boto3 API schema."],"what_it_does":"mypy-boto3-ec2 is a type-stub package that adds complete type annotations for the boto3 EC2 service. It is generated from boto3 1.43.67 using mypy-boto3-builder and provides IDE autocomplete, type checking, and inline documentation for EC2 client operations, paginators, waiters, and service resources.\n\nThe package works by installing alongside boto3 and making type information available to static analysis tools (mypy, pyright) and IDEs (VSCode with Pylance, PyCharm, Emacs, Sublime Text). It enables developers to catch type errors at development time and get IDE suggestions without writing explicit type annotations. The package is designed as a stub-only distribution and can optionally be imported only under TYPE_CHECKING to avoid a production dependency.","worth_installing":"Yes, if you use boto3 EC2 and want type checking or IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads and may prefer boto3-stubs-lite. No known security vulnerabilities."},"id":"mypy-boto3-ec2","links":{"html":"https://skillfed.io/packages/mypy-boto3-ec2","md":"https://skillfed.io/packages/mypy-boto3-ec2.md","pypi":"https://pypi.org/project/mypy-boto3-ec2/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-07","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-ec2","python_support":"supports_current","summary":"Type annotations for boto3 EC2 1.43.67 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":10938911,"position":1424,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.43.67"}
