--- id: mypy-boto3-s3vectors version: "1.43.31" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-s3vectors — Type annotations for boto3 S3Vectors 1.43.31 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 252.2K/mo ## What it is and what it does This package is a type stub library that adds static type annotations for boto3's S3Vectors service. It enables IDE code completion, type checking with mypy and pyright, and catches potential type errors before runtime. The stubs are generated automatically from boto3 1.43.31 using mypy-boto3-builder 8.12.0. When installed, it allows developers to write boto3 code with full type safety and IDE support across multiple editors and type checkers. The package is designed as a development-time dependency—it can be imported only within TYPE_CHECKING blocks to avoid adding a production runtime dependency. It includes type annotations for clients, paginators, waiters, and service-specific type definitions. Use it for: - Enable autocomplete and type hints for S3Vectors operations in VSCode or PyCharm while developing AWS applications. - Catch type errors in boto3 S3Vectors calls using mypy or pyright before deployment. - Provide explicit type annotations for S3VectorsClient and paginator objects in large codebases requiring strict typing. - Support IDE-based refactoring and navigation for boto3 S3Vectors code across Emacs, Sublime Text, or other LSP-compatible editors. - Use in TYPE_CHECKING blocks to add type safety without adding a production dependency to deployed applications. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocomplete support for the boto3 S3Vectors service, compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text. Yes, if you use boto3 with S3Vectors and want IDE autocomplete or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The package is a pure type stub with no security vulnerabilities. Skip it only if you do not use S3Vectors or do not value type safety in your workflow. ## Install pip install mypy-boto3-s3vectors uv add mypy-boto3-s3vectors poetry add mypy-boto3-s3vectors ## Installing mypy-boto3-s3vectors Before you install: Low friction; single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent releases, and the repository shows consistent activity. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install mypy-boto3-s3vectors from boto3.session import Session from mypy_boto3_s3vectors import S3VectorsClient client: S3VectorsClient = Session().client("s3vectors") Requires Python 3.9 or later; boto3 must be installed separately to use the client. Verify before relying: - Whether performance issues mentioned for PyCharm with Literal overloads have been resolved in recent versions. - Exact feature coverage and completeness of type annotations for all S3Vectors operations and paginators. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 252.2K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, s3vectors type annotations, mypy boto3 stubs, boto3 ide autocomplete, python aws type hints, pyright boto3 support, boto3 type checking, type-stubs, aws-sdk, ide-support [View on SkillFed](https://skillfed.io/packages/mypy-boto3-s3vectors) · [View on PyPI](https://pypi.org/project/mypy-boto3-s3vectors/)