--- id: mypy-boto3-workspaces version: "1.43.64" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-workspaces — Type annotations for boto3 WorkSpaces 1.43.64 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 281.0K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations for the boto3 WorkSpaces service. It is generated from boto3 1.43.64 using mypy-boto3-builder 8.12.0 and provides explicit type hints for WorkSpaces client objects, paginators, and service resources. When installed alongside boto3, it enables static type checkers like mypy and pyright to validate your WorkSpaces API calls at development time, and it provides IDE autocomplete and inline documentation in VSCode, PyCharm, Emacs, Sublime Text, and other LSP-aware editors. The package is a pure stub-only library with minimal dependencies—just typing-extensions—so it adds no runtime overhead. It supports Python 3.9 through 3.14 and is maintained actively. You can install it standalone or as part of the boto3-stubs metapackage. The description notes that PyCharm users may experience performance issues with Literal overloads and recommends using boto3-stubs-lite as an alternative if needed. Use it for: - Add IDE autocomplete and type checking to boto3 WorkSpaces code in VSCode or PyCharm without writing manual type annotations. - Validate WorkSpaces API calls with mypy or pyright in a CI/CD pipeline to catch type errors before runtime. - Use TYPE_CHECKING guards to import WorkSpaces types for development while keeping the package out of production dependencies. - Enable paginator type hints when iterating over WorkSpaces results (e.g., DescribeWorkspacesPaginator). - Migrate legacy boto3 WorkSpaces code to typed Python by leveraging auto-generated type stubs for all service operations. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion for boto3 WorkSpaces 1.43.64, enabling static type checking with mypy, pyright, and editor support in VSCode, PyCharm, Emacs, and Sublime Text. Yes. This is a low-friction, actively maintained type-stub package with no security vulnerabilities, MIT licensing, and minimal dependencies. Install it if you use boto3 WorkSpaces and want IDE autocomplete and static type checking. It is especially valuable in team projects or codebases where type safety matters. PyCharm users should be aware of potential performance issues with Literal overloads and may prefer boto3-stubs-lite as noted in the documentation. ## Install pip install mypy-boto3-workspaces uv add mypy-boto3-workspaces poetry add mypy-boto3-workspaces ## Installing mypy-boto3-workspaces Before you install: Low install friction—a single pure-Python wheel with only typing-extensions as a runtime dependency. Actively maintained with a release 10 days old and a stable repository. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects with minimal restrictions. Quickstart: pip install mypy-boto3-workspaces from boto3.session import Session from mypy_boto3_workspaces import WorkSpacesClient client: WorkSpacesClient = Session().client("workspaces") Requires Python 3.9 or later; boto3 must be installed separately in your environment. Verify before relying: - Whether PyCharm performance issues mentioned in the description (issue PY-40997) have been resolved since the package was generated. - Exact scope of WorkSpaces API coverage—whether all service operations and paginators are included in version 1.43.64. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 281.0K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, workspaces type stubs, mypy boto3 workspaces, aws workspaces type hints, boto3 ide autocomplete, pyright boto3 stubs, workspaces client typing, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-workspaces) · [View on PyPI](https://pypi.org/project/mypy-boto3-workspaces/)