{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/10"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete for boto3's EBS service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["Type-check boto3 EBS API calls in mypy or pyright to catch errors before runtime.","Enable IDE autocomplete and inline documentation for EBS client methods and parameters.","Annotate EBS client variables and function signatures for better code clarity in large projects.","Validate EBS request parameters against Literal types to ensure only valid values are passed.","Use in CI/CD pipelines to enforce type safety on AWS infrastructure code."],"what_it_does":"mypy-boto3-ebs is a type-stub package that adds complete type annotations for the boto3 EBS service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode Pylance, PyCharm, Emacs, Sublime Text, and other IDE and type-checker tools. The package provides no runtime functionality\u2014it only supplies type information so that your IDE and type checker can validate EBS client calls and offer accurate code completion.\n\nWhen installed, it enables static type checking on boto3 EBS operations without requiring explicit type annotations in your code. You can import EBSClient to annotate client objects, access Literal types for valid parameter values, and use TypedDict structures for request and response shapes. The package is designed to be lightweight and can be installed in a TYPE_CHECKING block to avoid runtime dependencies in production code.","worth_installing":"Yes, if you use boto3 for EBS operations and want static type checking and IDE support. Install friction is minimal and maintenance is active. The package is permissively licensed (MIT) and has no known vulnerabilities. Caveat: PyCharm users may experience performance issues with Literal overloads; consider boto3-stubs-lite as an alternative if that occurs."},"id":"mypy-boto3-ebs","links":{"html":"https://skillfed.io/packages/mypy-boto3-ebs","md":"https://skillfed.io/packages/mypy-boto3-ebs.md","pypi":"https://pypi.org/project/mypy-boto3-ebs/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-ebs","python_support":"supports_current","summary":"Type annotations for boto3 EBS 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":292402,"position":7964,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
