{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/11"}],"enrichment":{"capability":"Provides type annotations and IDE autocomplete support for boto3's Detective service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","static-analysis"],"use_cases":["Enable IDE autocomplete and type hints when writing boto3 Detective client code in VSCode or PyCharm.","Catch type errors in Detective API calls during static analysis with mypy or pyright before runtime.","Document Detective API parameters and return types inline in your editor without consulting AWS documentation.","Reduce boilerplate by letting your type checker infer correct types for Detective responses automatically.","Use TYPE_CHECKING imports to keep type stubs out of production dependencies while maintaining full IDE support during development."],"what_it_does":"This package is a type-stub library that adds static type information to boto3's Detective service client. It is generated automatically from boto3's service definitions and works with mypy, pyright, VSCode Pylance, PyCharm, and other type-aware tools to provide IDE autocomplete, inline documentation, and compile-time type checking for Detective API calls.\n\nYou install it alongside boto3 in your development environment (or use it conditionally via TYPE_CHECKING to keep it out of production). Once installed, your IDE and type checker understand the shape of Detective client methods, parameters, and return types without requiring manual type annotations. The package includes typed literals for service-specific enums and type definitions for complex request/response structures.","worth_installing":"Yes, if you use boto3's Detective service and want IDE autocomplete and static type checking. Install friction is minimal, maintenance is active, the license is permissive, and there are no known vulnerabilities. The only caveat is PyCharm users may experience performance issues with the full stubs; the documentation suggests using boto3-stubs-lite as an alternative in that case."},"id":"mypy-boto3-detective","links":{"html":"https://skillfed.io/packages/mypy-boto3-detective","md":"https://skillfed.io/packages/mypy-boto3-detective.md","pypi":"https://pypi.org/project/mypy-boto3-detective/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-04-29","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-detective","python_support":"supports_current","summary":"Type annotations for boto3 Detective 1.43.0 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":250390,"position":8632,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.0"}
