{"categories":[{"label":"Software Development","url":"https://skillfed.io/packages/category/software-development/8"}],"enrichment":{"capability":"Provides type annotations and IDE autocompletion for boto3's AWS Certificate Manager (ACM) service, enabling static type checking with mypy, pyright, and other tools.","skillfed_tags":["type-stubs","aws-sdk","boto3"],"use_cases":["Enable IDE autocompletion and type hints when writing boto3 ACM code in VSCode, PyCharm, or Emacs without manual type annotations.","Run mypy or pyright on a codebase that uses boto3 ACM to catch type mismatches and missing parameters at check time.","Provide type safety for ACM client instantiation and method calls in a team project using static analysis.","Support paginator and waiter type hints for ACM operations like ListCertificates and SearchCertificates.","Use as an optional dev dependency with TYPE_CHECKING guards to keep production environments lean while maintaining type safety during development."],"what_it_does":"This package is a type-stub library that adds static type information to boto3's ACM (AWS Certificate Manager) service. It was generated from boto3 1.43.71 using mypy-boto3-builder 8.12.0 and enables IDEs and type checkers like mypy, pyright, VSCode Pylance, PyCharm, and Emacs to understand boto3 ACM method signatures, return types, and available parameters without requiring explicit type annotations in your code.\n\nThe package works by providing type definitions for ACM client objects, paginators, and waiters. When installed, it allows your editor to offer accurate autocompletion and enables static type checkers to catch type errors before runtime. It depends only on typing-extensions and is designed to be a development-time or optional runtime dependency\u2014you can use TYPE_CHECKING guards to exclude it from production builds if needed.","worth_installing":"Yes, if you use boto3 ACM and want static type checking or IDE autocompletion. The package is actively maintained, has low install friction, carries no security vulnerabilities, and uses a permissive MIT license. Install it as a dev dependency or use TYPE_CHECKING guards for production. The only caveat is PyCharm users may experience performance issues with Literal overloads; the documentation suggests boto3-stubs-lite as an alternative in that case."},"id":"mypy-boto3-acm","links":{"html":"https://skillfed.io/packages/mypy-boto3-acm","md":"https://skillfed.io/packages/mypy-boto3-acm.md","pypi":"https://pypi.org/project/mypy-boto3-acm/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-13","license_spdx":"MIT","license_treatment":"permissive","name":"mypy-boto3-acm","python_support":"supports_current","summary":"Type annotations for boto3 ACM 1.43.71 service generated with mypy-boto3-builder 8.12.0"},"popularity":{"monthly_downloads":508221,"position":6281,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"1.43.71"}
