skillfed

mypy-boto3-s3vectors

Type annotations for boto3 S3Vectors 1.43.31 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-s3vectors v1.43.31 252.2K downloads/30d#8,550 on PyPI670
Permissive license MIT Active released

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 on this page — 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

mypy-boto3-s3vectors on PyPI

pip

pip install mypy-boto3-s3vectors

uv

uv add mypy-boto3-s3vectors

poetry

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 the current Python release (>=3.9)
Install friction low — pure-Python wheel
Runtime dependencies 1 — typing-extensions
Maintenance actively maintained — 59 days since the last release
Last repo commit
First released
Downloads 252,210/month — #8,550 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_s3vectors-1.43.31-py3-none-any.whl

Keywords: boto3, s3vectors, boto3-stubs, type-annotations, mypy, typeshed, autocomplete

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubss3vectors type annotationsmypy boto3 stubsboto3 ide autocompletepython aws type hintspyright boto3 supportboto3 type checking
type-stubsaws-sdkide-support

More Software Development packages