skillfed

mypy-boto3-pcs

Type annotations for boto3 ParallelComputingService 1.43.54 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-pcs v1.43.54 243.8K downloads/30d#8,774 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 information for boto3's ParallelComputingService (version 1.43.54). It enables IDEs and type checkers to understand the shape and behavior of the PCS API, providing autocomplete suggestions and catching type errors before runtime.

The package is generated automatically by mypy-boto3-builder 8.12.0 and works with mypy, pyright, VSCode, PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. It has a single runtime dependency on typing-extensions and requires Python 3.9 or later. Installation is straightforward via pip, either standalone or as part of boto3-stubs.

Use it for:

  • Enable IDE autocomplete and type checking when writing boto3 code that calls ParallelComputingService operations.
  • Catch type errors in boto3 PCS calls during development using mypy or pyright before deployment.
  • Provide explicit type annotations for ParallelComputingServiceClient, paginators, and type definitions in your codebase.
  • Use in a TYPE_CHECKING block to get type hints without adding a runtime dependency to production code.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion for boto3's ParallelComputingService, enabling type checking with mypy, pyright, and other static analysis tools.

Yes, if you use boto3 with ParallelComputingService and want static type checking or IDE autocompletion. The package is actively maintained, has no known vulnerabilities, low install friction, and a permissive license. Install as part of boto3-stubs[pcs] for the full experience, or standalone if you prefer minimal dependencies.

Install

mypy-boto3-pcs on PyPI

pip

pip install mypy-boto3-pcs

uv

uv add mypy-boto3-pcs

poetry

poetry add mypy-boto3-pcs

Installing mypy-boto3-pcs

Before you install

Low install friction with a single runtime dependency (typing-extensions). Actively maintained with recent activity; generated from mypy-boto3-builder 8.12.0.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-pcs

from boto3.session import Session
from mypy_boto3_pcs import ParallelComputingServiceClient

client: ParallelComputingServiceClient = Session().client("pcs")

Requires Python 3.9 or later; boto3 must be installed separately to use the client.

Verify before relying

  • Whether the package works correctly with all advertised IDEs without additional configuration beyond what the description describes.
  • Performance impact when used with full boto3-stubs (the description warns of potential slowness due to Literal overload handling).

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 — 23 days since the last release
Last repo commit
First released
Downloads 243,796/month — #8,774 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_pcs-1.43.54-py3-none-any.whl

Keywords: boto3, pcs, 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 stubsaws pcs type annotationsboto3 parallelcomputingservice typesmypy boto3 stubside autocomplete boto3static type checking aws sdkboto3 type hints
type-stubsaws-sdkstatic-analysis

More Software Development packages