skillfed

mypy-boto3-servicecatalog

Type annotations for boto3 ServiceCatalog 1.43.0 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-servicecatalog v1.43.0 277.7K downloads/30d#8,143 on PyPI670
Permissive license MIT Active released

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-servicecatalog

uv

uv add mypy-boto3-servicecatalog

poetry

poetry add mypy-boto3-servicecatalog

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

boto3 type stubs servicecatalogmypy boto3 annotationsservicecatalog type hintsboto3 ide autocompletetype checking aws sdkpyright boto3 stubsservicecatalog client types
type-stubsboto3aws

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-ec2

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

mypy-boto3-dataexchange

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-neptune

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-config

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-kms

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

mypy-boto3-controlcatalog

Provides type annotations and IDE…

permissive · top 15,000 on PyPI

mypy-boto3-marketplacecommerceanalytics

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-apigatewaymanagementapi

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

mypy-boto3-ssm

Provides type stubs and annotations for boto3's…

permissive · top 5,000 on PyPI