skillfed

mypy-boto3-healthlake

Type annotations for boto3 HealthLake 1.43.67 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-healthlake v1.43.67 289.1K downloads/30d#8,007 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type-stub library that adds static type information to boto3's HealthLake service client. It is generated automatically from boto3 1.43.67 using mypy-boto3-builder 8.12.0 and works with type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to enable code completion and catch type errors at development time.

The package provides explicit type annotations for HealthLake clients, paginators, waiters, and service-specific type definitions. It is designed to be installed alongside boto3 and requires only typing-extensions as a runtime dependency. The documentation notes that PyCharm may experience performance issues with the full type stubs due to Literal overload complexity, and recommends using the lite variant in such cases.

Use it for:

  • Enable IDE autocomplete and inline type hints when writing boto3 HealthLake client code in VSCode or other supported editors.
  • Catch type errors in HealthLake API calls before runtime using mypy or pyright in CI/CD pipelines.
  • Provide explicit type annotations for HealthLakeClient, paginators, and waiters in codebases that require strict static typing.
  • Support development workflows that rely on type information for refactoring and code navigation in large boto3-based projects.

Worth the install?

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

Provides type annotations and IDE autocompletion support for the boto3 HealthLake service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use boto3 HealthLake and want static type checking or IDE autocompletion. The package has low install friction, is actively maintained, carries no security vulnerabilities, and uses a permissive MIT license. Install it as part of boto3-stubs[healthlake] for the full experience, or standalone if you prefer. Note: PyCharm users may experience performance issues and should consider the lite variant instead.

Install

mypy-boto3-healthlake on PyPI

pip

pip install mypy-boto3-healthlake

uv

uv add mypy-boto3-healthlake

poetry

poetry add mypy-boto3-healthlake

Installing mypy-boto3-healthlake

Before you install

Low install friction with a single lightweight runtime dependency (typing-extensions). Package is actively maintained with a release within the past week, and has been stable since its initial release in 2020.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects.

Quickstart

pip install mypy-boto3-healthlake

from boto3.session import Session
from mypy_boto3_healthlake import HealthLakeClient

client: HealthLakeClient = Session().client("healthlake")

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

Verify before relying

  • Whether the package works with all IDEs mentioned (VSCode, PyCharm, Emacs, Sublime Text) without additional configuration beyond the documented setup steps.
  • Performance impact when used with PyCharm—documentation warns of potential slowness but does not quantify the effect.

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

Evidence: mypy_boto3_healthlake-1.43.67-py3-none-any.whl

Keywords: boto3, healthlake, 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 annotationshealthlake type stubsmypy boto3 supportaws sdk type hintside autocomplete boto3pyright boto3 typesstatic type checking aws
type-stubsaws-sdkide-support

More Software Development packages