mypy-boto3-schemas
Type annotations for boto3 Schemas 1.43.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package provides type stubs and annotations for the boto3 Schemas service, generated by mypy-boto3-builder 8.12.0. It enables static type checkers like mypy and pyright, plus IDE features like autocomplete and inline documentation in VSCode, PyCharm, Emacs, and Sublime Text, without requiring explicit type annotations in your code. The package is type-only—it adds no runtime behavior and depends only on typing-extensions.
It covers the full Schemas API surface: client methods, paginators, waiters, and type-safe literals for service parameters. The package is actively maintained, supports Python 3.9 through 3.14, and is part of the broader boto3-stubs ecosystem. Installation is straightforward (pip install mypy-boto3-schemas or as part of boto3-stubs[schemas]), and it integrates transparently with standard development workflows.
Use it for:
- Enable mypy or pyright type checking on boto3 Schemas code without manual type annotations.
- Get IDE autocomplete and inline documentation for Schemas API calls in VSCode with Pylance or PyCharm.
- Catch Schemas API usage errors at development time rather than runtime.
- Use TYPE_CHECKING guards to keep type stubs out of production dependencies while maintaining type safety.
- Support multi-IDE development teams (VSCode, PyCharm, Emacs, Sublime) with consistent type information.
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 Schemas service, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3 Schemas and want static type checking or IDE autocomplete. It has no runtime cost, minimal dependencies, is actively maintained, carries an MIT license, and integrates seamlessly into existing boto3 workflows. The only caveat: PyCharm users should be aware of documented Literal overload performance issues and may prefer boto3-stubs-lite as an alternative.
Install
mypy-boto3-schemas on PyPI
pip
pip install mypy-boto3-schemasuv
uv add mypy-boto3-schemaspoetry
poetry add mypy-boto3-schemasInstalling mypy-boto3-schemas
Before you install
Low friction: single runtime dependency (typing-extensions), pure Python wheel, actively maintained with recent releases. Designed as a type-only stub package with no runtime overhead.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal obligations.
Quickstart
pip install mypy-boto3-schemas
from boto3.session import Session
from mypy_boto3_schemas import SchemasClient
client: SchemasClient = Session().client("schemas")
Requires boto3 1.43.0 to be installed separately; Python 3.9 or later.
Verify before relying
- Whether the package works correctly with boto3 versions other than 1.43.0 or if it requires exact version matching.
- Performance impact in PyCharm compared to boto3-stubs-lite, given the documented Literal overload performance issue.
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 | 1,909,593/month — #3,439 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_schemas-1.43.0-py3-none-any.whl
Keywords: boto3, schemas, 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-sagemakerProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-rdsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
boto3-stubs-fullProvides type annotations for boto3 1.43.71 to…
permissive · top 5,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-s3tablesProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
GitHubKit-schemasProvides GitHub API schemas and models for…
permissive · top 15,000 on PyPI
botbuilder-schemaProvides serialized data schemas and message…
permissive · top 5,000 on PyPI