skillfed

mypy-boto3-snow-device-management

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

mypy-boto3-snow-device-management v1.43.0 244.7K downloads/30d#8,746 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds complete type annotations for boto3's SnowDeviceManagement service. It enables IDEs and type checkers to understand boto3 API calls, providing code completion, inline documentation, and static type validation without requiring explicit type hints in your code.

The stubs are generated automatically from boto3's service definitions using mypy-boto3-builder 8.12.0. It works with VSCode, PyCharm, Emacs, Sublime Text, mypy, and pyright. The package is marked as production-stable and supports Python 3.9 through 3.14. It has a single runtime dependency on typing-extensions and can be installed standalone.

Use it for:

  • Enable IDE autocomplete and type checking when writing boto3 SnowDeviceManagement client code in VSCode with Pylance.
  • Run mypy or pyright type checking on boto3 code to catch API usage errors before runtime.
  • Get inline documentation and parameter hints for SnowDeviceManagement API calls in any compatible editor.
  • Validate paginator and resource type annotations for SnowDeviceManagement operations.
  • Use in CI/CD pipelines to enforce type safety on AWS SDK code without runtime overhead.

Worth the install?

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

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

Yes. Install this if you use boto3's SnowDeviceManagement service and want IDE support and static type checking. The package is actively maintained, has no vulnerabilities, minimal dependencies, and is MIT-licensed. PyCharm users may experience performance issues with Literal overloads; verify whether a lite variant suits your needs.

Install

mypy-boto3-snow-device-management on PyPI

pip

pip install mypy-boto3-snow-device-management

uv

uv add mypy-boto3-snow-device-management

poetry

poetry add mypy-boto3-snow-device-management

Installing mypy-boto3-snow-device-management

Before you install

Low install friction with only typing-extensions as a runtime dependency. Package is actively maintained with recent releases and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.

Quickstart

pip install mypy-boto3-snow-device-management

from boto3.session import Session
from mypy_boto3_snow_device_management import SnowDeviceManagementClient

client: SnowDeviceManagementClient = Session().client("snow-device-management")

Requires boto3 1.43.0 to be installed separately; type checking requires mypy, pyright, or compatible IDE.

Verify before relying

  • Whether PyCharm performance issue PY-40997 with Literal overloads remains unresolved in current PyCharm versions.
  • Actual performance impact when using full stubs versus lite variant in typical projects.
  • Whether lite variant is recommended as default for PyCharm users.

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

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

Keywords: boto3, snow-device-management, 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 stubssnow device management typesmypy boto3 annotationsaws sdk type hintsboto3 autocompletepyright aws stubstype checking boto3
type-stubsaws-sdkboto3

More Software Development packages