mypy-boto3-servicecatalog
Type annotations for boto3 ServiceCatalog 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 annotations for boto3's ServiceCatalog service. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other IDE and type-checker tools. When installed, it enables IDE code completion and type checking for ServiceCatalog client calls, paginators, and type definitions without requiring explicit manual annotations in your code.
The package is designed as a development-time dependency and can be safely excluded from production code using TYPE_CHECKING guards. It has no runtime behavior—it only provides type information to static analysis tools. The single runtime dependency is typing-extensions, keeping the install footprint minimal.
Use it for:
- Enable IDE autocompletion and inline documentation for ServiceCatalog API calls in VSCode or PyCharm.
- Catch ServiceCatalog API misuse (wrong argument names, types, or missing required fields) during development with mypy or pyright.
- Annotate ServiceCatalogClient variables and paginator objects with precise types for code clarity and maintainability.
- Validate boto3 ServiceCatalog code in CI/CD pipelines using mypy or pyright without runtime overhead.
- Support refactoring and code navigation in IDEs by providing accurate type information for ServiceCatalog methods and responses.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocompletion support for boto3's ServiceCatalog service, enabling static type checking with mypy, pyright, and other tools.
Yes. Install this if you use boto3's ServiceCatalog service and want static type checking and IDE support. It has low install friction, an MIT license, no known vulnerabilities, and active maintenance. The only caveat is PyCharm users may experience performance issues with the full stubs; the documentation recommends boto3-stubs-lite as an alternative in that case.
Install
mypy-boto3-servicecatalog on PyPI
pip
pip install mypy-boto3-servicecataloguv
uv add mypy-boto3-servicecatalogpoetry
poetry add mypy-boto3-servicecatalogInstalling mypy-boto3-servicecatalog
Before you install
Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained as of 2026-06-22 with a stable release cadence.
License in practice
MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects.
Quickstart
pip install mypy-boto3-servicecatalog
from boto3.session import Session
from mypy_boto3_servicecatalog import ServiceCatalogClient
client: ServiceCatalogClient = Session().client("servicecatalog")
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Performance impact on PyCharm when using full boto3-stubs (docs mention PyCharm issue PY-40997 as a known concern).
- Whether the lite variant (boto3-stubs-lite) provides equivalent type coverage for ServiceCatalog operations.
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 | 277,716/month — #8,143 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_servicecatalog-1.43.0-py3-none-any.whl
Keywords: boto3, servicecatalog, 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-dataexchangeProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-controlcatalogProvides 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-apigatewaymanagementapiProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-ssmProvides type stubs and annotations for boto3's…
permissive · top 5,000 on PyPI