skillfed

mypy-boto3-mturk

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

mypy-boto3-mturk v1.43.0 251.0K downloads/30d#8,604 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds type annotations to boto3's MTurk service client. It is generated from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. When installed, it enables IDE autocomplete for MTurk API calls and allows static type checkers to catch errors before runtime.

The package is stub-only (no runtime code) and depends only on typing-extensions. It supports Python 3.9 through 3.14 and is designed to be used alongside boto3 itself. Type annotations cover the MTurk client, paginators, type definitions, and literal values for service parameters. The documentation recommends using boto3-stubs-lite for PyCharm if performance is a concern due to Literal overload handling.

Use it for:

  • Enable IDE autocomplete and parameter hints when writing boto3 MTurk client code in VSCode or PyCharm.
  • Catch MTurk API usage errors at type-check time with mypy or pyright before deployment.
  • Document expected parameter types and return types for MTurk operations in your codebase.
  • Use TYPE_CHECKING guards to keep type annotations dev-only while avoiding runtime dependencies.
  • Paginator type annotations for MTurk list operations like ListHITs and ListAssignmentsForHIT.

Worth the install?

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

Provides type annotations for boto3's MTurk service, enabling IDE autocomplete and static type checking with mypy, pyright, and other tools.

Yes. Install if you use boto3 MTurk and want static type checking or IDE autocomplete. The package is actively maintained, has no security vulnerabilities, carries a permissive MIT license, and installs with minimal friction. The only caveat is PyCharm performance with Literal overloads—use boto3-stubs-lite as an alternative if that becomes a problem.

Install

mypy-boto3-mturk on PyPI

pip

pip install mypy-boto3-mturk

uv

uv add mypy-boto3-mturk

poetry

poetry add mypy-boto3-mturk

Installing mypy-boto3-mturk

Before you install

Low friction—a single wheel dependency on typing-extensions. Actively maintained as of 2026-06-22 with 670 repository stars.

License in practice

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

Quickstart

pip install mypy-boto3-mturk

from boto3.session import Session
from mypy_boto3_mturk import MTurkClient

client: MTurkClient = Session().client("mturk")

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

Verify before relying

  • Whether performance issues with PyCharm Literal overloads (PY-40997) have been resolved in recent PyCharm versions.
  • Whether the package works correctly with boto3 versions other than 1.43.0.

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

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

Keywords: boto3, mturk, 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 annotationsmturk type stubsaws mturk typingboto3 autocompletestatic type checking boto3mypy boto3 stubside code completion aws
type-stubsaws-sdkboto3

More Software Development packages