{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/7"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3's Firehose service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["Enable IDE autocomplete and parameter hints when writing boto3 Firehose client code in VSCode or PyCharm.","Catch type errors in Firehose API calls during development using mypy or pyright before runtime.","Document expected argument types and return values for Firehose operations in your codebase.","Use Firehose Literal types (e.g., AmazonOpenSearchServerlessS3BackupModeType) for type-safe enum-like values in function signatures.","Integrate type checking into CI/CD pipelines to validate Firehose API usage across your project."],"what_it_does":"mypy-boto3-firehose is a type-stub package that adds static type annotations for boto3's Firehose service. It's generated from boto3 1.43.29 and works with mypy, pyright, VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and other IDEs that support Python type checking. When installed, it enables IDE autocomplete and type checking for Firehose client calls without requiring explicit type annotations in your code.\n\nThe package is a stub-only distribution\u2014it contains no runtime code, only type definitions. It depends only on typing-extensions and is designed to be lightweight enough for development environments. The description notes that PyCharm may experience performance issues with the full stubs due to Literal overload complexity, and recommends the lite variant in that case. Type annotations can optionally be gated behind TYPE_CHECKING to avoid a production dependency.","worth_installing":"Yes, if you use boto3 Firehose and want IDE autocomplete and static type checking. Install friction is minimal (one lightweight dependency), maintenance is active, and the MIT license poses no restrictions. The only caveat is PyCharm users may experience performance issues with the full stubs and should consider the lite variant instead."},"id":"mypy-boto3-firehose","links":{"html":"https://skillfed.io/packages/mypy-boto3-firehose","md":"https://skillfed.io/packages/mypy-boto3-firehose.md","pypi":"https://pypi.org/project/mypy-boto3-firehose/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-06-12","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-firehose","python_support":"supports_current","summary":"Type annotations for boto3 Firehose 1.43.29 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":627755,"position":5679,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.29"}
