--- id: mypy-boto3-pcs version: "1.43.54" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-pcs — Type annotations for boto3 ParallelComputingService 1.43.54 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 243.8K/mo ## 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 above — 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 pip install mypy-boto3-pcs uv add mypy-boto3-pcs 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_current - Install friction: low - Maintenance: active - Downloads: 243.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws pcs type annotations, boto3 parallelcomputingservice types, mypy boto3 stubs, ide autocomplete boto3, static type checking aws sdk, boto3 type hints, type-stubs, aws-sdk, static-analysis [View on SkillFed](https://skillfed.io/packages/mypy-boto3-pcs) · [View on PyPI](https://pypi.org/project/mypy-boto3-pcs/)