mypy-boto3-supplychain
Type annotations for boto3 SupplyChain 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a type-stub library that adds static type information for AWS boto3's SupplyChain service. It enables IDEs and type checkers like mypy and pyright to understand boto3 SupplyChain API calls, providing code completion, inline documentation, and type-checking errors before runtime. The stubs are generated automatically from boto3 1.43.0 service definitions and work with VSCode, PyCharm, Emacs, Sublime Text, and other editors that support Python language servers.
The package is designed as a development-time dependency—it contains only type annotations, not runtime code. You install it alongside boto3 to get IDE support and static analysis, then optionally exclude it from production deployments using TYPE_CHECKING guards. It supports explicit type annotations for clients, paginators, waiters, and service resource types, allowing developers to catch type mismatches early and write more maintainable AWS integration code.
Use it for:
- Enable mypy or pyright type checking on boto3 SupplyChain code to catch API usage errors before deployment.
- Get IDE autocomplete and inline documentation for SupplyChain client methods, operations, and parameter types.
- Write explicit type annotations for functions that accept or return SupplyChain clients or resource objects.
- Reduce production dependencies by using TYPE_CHECKING imports to exclude stubs from runtime while retaining type safety during development.
- Migrate legacy boto3 code to typed Python by gradually adding type hints with IDE assistance.
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 SupplyChain 1.43.0 service, enabling static type checking with mypy, pyright, and compatible editors.
Yes, if you use boto3 SupplyChain in a Python project and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. The only gotcha is that PyCharm may experience performance issues with full stubs (the description recommends the lite variant as a workaround), and you must have Python 3.9+ and boto3 already installed.
Install
mypy-boto3-supplychain on PyPI
pip
pip install mypy-boto3-supplychainuv
uv add mypy-boto3-supplychainpoetry
poetry add mypy-boto3-supplychainInstalling mypy-boto3-supplychain
Before you install
Low friction install with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with recent releases, and the repository shows steady 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-supplychain
from boto3.session import Session
from mypy_boto3_supplychain import SupplyChainClient
client: SupplyChainClient = Session().client("supplychain")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved in recent PyCharm versions.
- Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory overhead.
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 | 242,731/month — #8,844 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_supplychain-1.43.0-py3-none-any.whl
Keywords: boto3, supplychain, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-managedblockchainProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-managedblockchain-queryProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-marketplacecommerceanalyticsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-fsxProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI