skillfed

mypy-boto3-workspaces-web

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

mypy-boto3-workspaces-web v1.43.0 245.4K downloads/30d#8,731 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 WorkSpacesWeb service. It was generated with mypy-boto3-builder 8.12.0 and is compatible with boto3 1.43.0. When installed, it enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide code completion and type checking for WorkSpacesWeb API calls, and it works with command-line type checkers like mypy and pyright.

The package contains type annotations for WorkSpacesWeb clients, paginators, waiters, and service-specific type definitions. It requires only typing-extensions as a runtime dependency and supports Python 3.9 and later. The annotations are stubs only, so the package can be safely used in TYPE_CHECKING blocks to avoid adding it as a production dependency.

Use it for:

  • Enable IDE autocomplete and type hints when writing boto3 WorkSpacesWeb client code in VSCode or PyCharm.
  • Run mypy or pyright type checking on code that uses boto3 WorkSpacesWeb without manual type annotations.
  • Catch type errors in WorkSpacesWeb API calls at development time rather than runtime.
  • Use TYPE_CHECKING imports to add type safety without adding a production dependency.

Worth the install?

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

Provides type annotations and IDE autocompletion for boto3's WorkSpacesWeb service, enabling static type checking in mypy, pyright, and other tools.

Yes, if you use boto3's WorkSpacesWeb service and want IDE autocompletion or static type checking. The package is actively maintained, has no known vulnerabilities, installs with minimal friction, and is licensed permissively. Install it as part of boto3-stubs[workspaces-web] for the full experience, or standalone if you prefer. PyCharm users should be aware of potential performance issues with Literal overloads.

Install

mypy-boto3-workspaces-web on PyPI

pip

pip install mypy-boto3-workspaces-web

uv

uv add mypy-boto3-workspaces-web

poetry

poetry add mypy-boto3-workspaces-web

Installing mypy-boto3-workspaces-web

Before you install

Low friction install with a single runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and 670 repository stars indicate ongoing support.

License in practice

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

Quickstart

python -m pip install mypy-boto3-workspaces-web

from boto3.session import Session
from mypy_boto3_workspaces_web import WorkSpacesWebClient

client: WorkSpacesWebClient = Session().client("workspaces-web")

Requires Python 3.9 or later; boto3 must be installed separately.

Verify before relying

  • Whether the package works correctly with all listed Python versions (3.9–3.14) in practice.
  • Performance impact when used with PyCharm (documentation notes potential slowness with Literal overloads).

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 245,437/month — #8,731 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: mypy_boto3_workspaces_web-1.43.0-py3-none-any.whl

Keywords: boto3, workspaces-web, 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 workspaces-webtype annotations aws workspaces webmypy boto3 workspaces-webboto3 ide autocompletepyright boto3 stubsaws workspaces web typingboto3 type hints
type-stubsboto3aws

More Software Development packages