skillfed

mypy-boto3-wickr

Type annotations for boto3 WickrAdminAPI 1.43.23 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-wickr v1.43.23 232.4K downloads/30d#9,068 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-wickr is a type-stub package that adds static type annotations for boto3's WickrAdminAPI service. It enables IDE autocomplete, type checking with mypy and pyright, and catches type errors at development time rather than runtime. The package is generated automatically from boto3 metadata and works alongside the actual boto3 library without adding runtime overhead.

The stubs support explicit type annotations for clients, paginators, waiters, and service resources. Installation is straightforward via pip, and the package integrates transparently with VSCode, PyCharm, Emacs, Sublime Text, and other IDEs that support Python language servers. It requires only typing-extensions as a runtime dependency and supports Python 3.9 through 3.14.

Use it for:

  • Enable type checking and autocomplete when writing boto3 WickrAdminAPI code in VSCode or PyCharm.
  • Catch WickrAdminAPI client method errors and parameter mismatches during development with mypy or pyright.
  • Get IDE code completion for WickrAdminAPI paginator and waiter types without manual type annotations.
  • Use TYPE_CHECKING guards to avoid runtime dependencies on type stubs in production code.
  • Validate boto3 WickrAdminAPI calls in CI/CD pipelines using mypy or pyright type checkers.

Worth the install?

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

Provides type annotations and IDE autocomplete support for boto3's WickrAdminAPI service, compatible with mypy, pyright, VSCode, PyCharm, and other development tools.

Yes, if you use boto3 with WickrAdminAPI. Low install friction, active maintenance, permissive MIT license, and no known vulnerabilities. Type annotations are optional but strongly recommended for catching bugs early.

Install

mypy-boto3-wickr on PyPI

pip

pip install mypy-boto3-wickr

uv

uv add mypy-boto3-wickr

poetry

poetry add mypy-boto3-wickr

Installing mypy-boto3-wickr

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Active maintenance with recent releases; last commit 2026-06-22.

License in practice

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

Quickstart

pip install mypy-boto3-wickr

from boto3.session import Session
from mypy_boto3_wickr import WickrAdminAPIClient

client: WickrAdminAPIClient = Session().client("wickr")

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

Verify before relying

  • Performance impact on PyCharm when using full type stubs (documentation mentions potential slowness with Literal overloads).
  • Whether type annotations work correctly with all boto3 versions or only with 1.43.23.
  • Availability and behavior of lite variant for reduced memory footprint.

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

Evidence: mypy_boto3_wickr-1.43.23-py3-none-any.whl

Keywords: boto3, wickr, 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 wickrmypy annotations aws wickrboto3 wickr autocompletetype hints wickr admin apipyright boto3 wickride support boto3 wickrboto3 wickr type checking
type-stubsboto3aws-sdk

More Software Development packages