--- id: mypy-boto3-devicefarm version: "1.43.66" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-devicefarm — Type annotations for boto3 DeviceFarm 1.43.66 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 253.1K/mo ## 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 above — 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 pip install mypy-boto3-devicefarm uv add mypy-boto3-devicefarm 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_current - Install friction: low - Maintenance: active - Downloads: 253.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws devicefarm type annotations, boto3 mypy stubs, type hints for boto3, aws sdk type checking, boto3 autocomplete, static type checking aws, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-devicefarm) · [View on PyPI](https://pypi.org/project/mypy-boto3-devicefarm/)