--- id: mypy-boto3-outposts version: "1.43.62" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-outposts — Type annotations for boto3 Outposts 1.43.62 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 254.5K/mo ## What it is and what it does This package is a stub-only type annotation library for the AWS boto3 Outposts service. It generates type hints compatible with boto3 1.43.62 and works with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text to provide IDE autocompletion and static type checking for Outposts API calls. The package is generated automatically from boto3's service definitions and requires only typing-extensions as a runtime dependency. It is designed to be installed alongside boto3 and boto3-stubs, either as a standalone package or as part of the boto3-stubs extras. The documentation notes that PyCharm may experience performance issues with the full type stubs due to Literal overload complexity, and recommends boto3-stubs-lite as an alternative in that case. Use it for: - Enable IDE autocompletion and type hints when writing boto3 Outposts client code in VSCode or PyCharm. - Run mypy or pyright type checking on boto3 Outposts code to catch type errors before runtime. - Provide explicit type annotations for OutpostsClient, paginators, and service resources in your codebase. - Use with Emacs or Sublime Text via LSP and pyright for remote type checking and code completion. - Integrate type stubs into a CI/CD pipeline to enforce type safety on AWS Outposts API calls. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations for the boto3 Outposts service, enabling type checking and IDE autocompletion in mypy, pyright, VSCode, PyCharm, and other tools. Yes, if you use boto3 for AWS Outposts and want IDE autocompletion and static type checking. The package is actively maintained, has no known vulnerabilities, and carries a permissive MIT license. Install friction is minimal. The only caveat is PyCharm performance with full stubs; if you use PyCharm, consider boto3-stubs-lite instead. ## Install pip install mypy-boto3-outposts uv add mypy-boto3-outposts poetry add mypy-boto3-outposts ## Installing mypy-boto3-outposts Before you install: Low install friction with a single runtime dependency on typing-extensions. The package is actively maintained, released 14 days ago, and has been stable since its initial 2019 release. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects. Quickstart: # Install type stubs for Outposts python -m pip install 'boto3-stubs[outposts]' # Use in your code from boto3.session import Session from mypy_boto3_outposts import OutpostsClient client: OutpostsClient = Session().client("outposts") Requires boto3 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-checking support. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact on PyCharm noted in docs; whether boto3-stubs-lite is a necessary alternative for your workflow. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 254.5K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws outposts typing, mypy boto3 stubs, type hints for boto3, ide autocomplete aws, pyright boto3 support, static type checking aws, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-outposts) · [View on PyPI](https://pypi.org/project/mypy-boto3-outposts/)