skillfed

mypy-boto3-devicefarm

Type annotations for boto3 DeviceFarm 1.43.66 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-devicefarm v1.43.66 253.1K downloads/30d#8,528 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library for AWS boto3's DeviceFarm service, generated automatically from boto3 1.43.66 using mypy-boto3-builder 8.12.0. It provides complete type annotations for DeviceFarm client operations, paginators, and type definitions, enabling static type checkers and IDEs to validate your code and offer autocomplete suggestions as you write boto3 DeviceFarm calls.

The stubs work with mypy, pyright, VSCode (via Pylance), PyCharm, Emacs, Sublime Text, and other tools that support Python type hints. Installation is straightforward—either install standalone or as part of boto3-stubs with the devicefarm extra. The package has no production dependencies beyond typing-extensions and is purely a development-time aid; you can safely gate it behind TYPE_CHECKING to avoid runtime overhead.

Use it for:

  • Enable IDE autocomplete and type checking when writing boto3 DeviceFarm client code in VSCode or PyCharm.
  • Catch DeviceFarm API usage errors at development time with mypy or pyright before running tests.
  • Document DeviceFarm API signatures and available operations through inline type hints in your editor.
  • Validate paginator and resource type usage for DeviceFarm operations during static analysis.
  • Integrate type-checked boto3 DeviceFarm calls into a CI/CD pipeline using mypy or pyright.

Worth the install?

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

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

Yes, if you use boto3 to interact with AWS DeviceFarm. The package is actively maintained, has no security vulnerabilities, installs with minimal friction, and provides immediate value through IDE support and static type checking. Install it as a development dependency (optionally behind TYPE_CHECKING) to catch bugs early without runtime overhead.

Install

mypy-boto3-devicefarm on PyPI

pip

pip install mypy-boto3-devicefarm

uv

uv add mypy-boto3-devicefarm

poetry

poetry add mypy-boto3-devicefarm

Installing mypy-boto3-devicefarm

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Actively maintained with a release 7 days ago and consistent update cadence since 2019.

License in practice

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

Quickstart

pip install mypy-boto3-devicefarm

from boto3.session import Session
from mypy_boto3_devicefarm import DeviceFarmClient

client: DeviceFarmClient = Session().client("devicefarm")
# IDE now provides code completion and mypy checks client calls

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) remain unresolved or have been addressed.
  • Actual coverage of all DeviceFarm API operations and whether any are missing from the generated stubs.

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

Evidence: mypy_boto3_devicefarm-1.43.66-py3-none-any.whl

Keywords: boto3, devicefarm, 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 stubsaws devicefarm type annotationsboto3 mypy stubstype hints for boto3aws sdk type checkingboto3 autocompletestatic type checking aws
type-stubsaws-sdkboto3

More Software Development packages