{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/8"}],"enrichment":{"capability":"Provides type annotations for botocore to enable IDE code completion and static type checking with mypy and pyright.","skillfed_tags":["type-stubs","aws-sdk","static-typing"],"use_cases":["Enable IDE autocomplete and inline documentation for botocore client calls without manual type hints","Run mypy or pyright on infrastructure code to catch type errors before deployment","Provide type safety for serverless code that uses botocore for AWS service interactions","Support development workflows with LSP-based type checking for botocore operations"],"what_it_does":"types-botocore is a proxy package that delivers type annotations for botocore, enabling static type checking and IDE autocompletion. It works by depending on botocore-stubs, which contains the actual type stub files. When installed, it allows tools like mypy and pyright to understand botocore's API surface and provide real-time code completion and type validation.\n\nThe package is designed as a drop-in enhancement\u2014you use botocore normally without explicit type annotations, and the type checker automatically discovers types for client calls, resource operations, waiters, and paginators. Type information is extracted from documentation and processed for readability.","worth_installing":"Yes, if you use botocore and want IDE type support or static type checking. Installation is frictionless and the package is actively maintained. However, verify whether direct installation of botocore-stubs is now the recommended path, as this is explicitly a proxy package."},"id":"types-botocore","links":{"html":"https://skillfed.io/packages/types-botocore","md":"https://skillfed.io/packages/types-botocore.md","pypi":"https://pypi.org/project/types-botocore/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2022-04-01","license_spdx":null,"license_treatment":"permissive","name":"types-botocore","python_support":"unspecified","summary":"Proxy package for botocore-stubs"},"popularity":{"monthly_downloads":968655,"position":4615,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.0.2"}
