--- id: mypy-boto3-s3outposts version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-s3outposts — Type annotations for boto3 S3Outposts 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 248.7K/mo ## 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 above — 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 pip install mypy-boto3-s3outposts uv add mypy-boto3-s3outposts 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_current - Install friction: low - Maintenance: active - Downloads: 248.7K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs s3outposts, mypy boto3 type annotations, boto3 s3outposts autocomplete, type checking aws sdk python, boto3 ide code completion, pyright boto3 stubs, static type checking boto3, type-stubs, boto3, aws [View on SkillFed](https://skillfed.io/packages/mypy-boto3-s3outposts) · [View on PyPI](https://pypi.org/project/mypy-boto3-s3outposts/)