skillfed

mypy-boto3-s3outposts

Type annotations for boto3 S3Outposts 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-s3outposts v1.43.0 248.7K downloads/30d#8,661 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library generated for boto3's S3Outposts service. It provides complete type annotations for the S3OutpostsClient, paginators, and service-specific data types, enabling static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to catch type errors and offer intelligent code completion while writing boto3 code.

The stubs are generated from boto3 1.43.0 using mypy-boto3-builder and require only typing-extensions as a runtime dependency. They work with Python 3.9 and later. Installation is straightforward via pip, either standalone or as part of the boto3-stubs bundle. The package is designed to be used alongside boto3 itself and does not replace it—it purely adds type information for development and static analysis.

Use it for:

  • Enable IDE autocomplete and type hints when writing S3Outposts client code in VSCode or PyCharm.
  • Catch type errors in boto3 S3Outposts calls before runtime using mypy or pyright in CI/CD pipelines.
  • Provide explicit type annotations for S3OutpostsClient and paginator objects in codebases using TYPE_CHECKING guards.
  • Improve code maintainability by documenting expected argument and return types for S3Outposts API calls.
  • Support development workflows in Emacs or Sublime Text with LSP-based type checking and completion.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocomplete support for boto3's S3Outposts service, enabling static type checking with mypy, pyright, and compatible editors.

Yes. Install this if you use boto3's S3Outposts service and want type safety and IDE support. It has low friction (one lightweight dependency), active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat is PyCharm performance with full boto3-stubs on large projects—consider boto3-stubs-lite if you encounter slowness.

Install

mypy-boto3-s3outposts on PyPI

pip

pip install mypy-boto3-s3outposts

uv

uv add mypy-boto3-s3outposts

poetry

poetry add mypy-boto3-s3outposts

Installing mypy-boto3-s3outposts

Before you install

Low install friction; single runtime dependency on typing-extensions. Active maintenance with recent commits and stable production status.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal obligations—suitable for both open and closed projects.

Quickstart

pip install mypy-boto3-s3outposts

from boto3.session import Session
from mypy_boto3_s3outposts import S3OutpostsClient

client: S3OutpostsClient = Session().client("s3outposts")

Requires Python 3.9 or later; type checking requires a compatible tool (mypy, pyright, or IDE language server).

Verify before relying

  • Performance impact in PyCharm with full boto3-stubs (description mentions PyCharm issue PY-40997 but does not quantify overhead).
  • Whether lite variant (boto3-stubs-lite) is necessary for typical S3Outposts workflows or only for large projects.

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 — 107 days since the last release
Last repo commit
First released
Downloads 248,710/month — #8,661 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_s3outposts-1.43.0-py3-none-any.whl

Keywords: boto3, s3outposts, 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 stubs s3outpostsmypy boto3 type annotationsboto3 s3outposts autocompletetype checking aws sdk pythonboto3 ide code completionpyright boto3 stubsstatic type checking boto3
type-stubsboto3aws

More Software Development packages