skillfed

mypy-boto3-lakeformation

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

mypy-boto3-lakeformation v1.43.0 1.7M downloads/30d#3,602 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 for boto3's LakeFormation service. It is generated automatically from boto3 1.43.0 using mypy-boto3-builder 8.12.0 and works with static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to provide code completion and catch type errors at development time.

The package depends only on typing-extensions and is designed as a development-time tool. It can be installed standalone or as part of the larger boto3-stubs package. The type annotations cover LakeFormation client methods, paginators, waiters, and service-specific type definitions, allowing developers to write boto3 code with full IDE support and type safety without runtime overhead.

Use it for:

  • Enable IDE autocomplete and type checking when writing boto3 LakeFormation client code in VSCode or PyCharm.
  • Catch type errors in LakeFormation API calls during development using mypy or pyright before runtime.
  • Document LakeFormation service method signatures and expected parameter types for team code reviews.
  • Migrate legacy boto3 code to a type-safe codebase by gradually adding explicit type annotations.
  • Use in CI/CD pipelines to validate boto3 LakeFormation code correctness via static type checking.

Worth the install?

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

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

Yes. Install if you use boto3 with LakeFormation and want IDE autocompletion and static type checking. The package is actively maintained, has no known vulnerabilities, carries a permissive MIT license, and adds negligible install friction. It is a development-only dependency and can be safely excluded from production environments using TYPE_CHECKING guards.

Install

mypy-boto3-lakeformation on PyPI

pip

pip install mypy-boto3-lakeformation

uv

uv add mypy-boto3-lakeformation

poetry

poetry add mypy-boto3-lakeformation

Installing mypy-boto3-lakeformation

Before you install

Low install friction with a single lightweight dependency (typing-extensions). Actively maintained with recent releases; repository shows consistent activity and no archived status.

License in practice

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

Quickstart

pip install mypy-boto3-lakeformation

from boto3.session import Session
from mypy_boto3_lakeformation import LakeFormationClient

client: LakeFormationClient = Session().client("lakeformation")

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

Verify before relying

  • Whether the package works correctly with all listed IDE integrations (VSCode, PyCharm, Emacs, Sublime Text) in practice.
  • Performance impact on PyCharm when using full boto3-stubs versus the lite variant mentioned in the description.

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 1,739,058/month — #3,602 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

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

Keywords: boto3, lakeformation, 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 stubs lakeformationmypy annotations aws lakeformationboto3 ide autocomplete lakeformationtype hints boto3 lakeformationpyright boto3 lakeformation stubslakeformation client type annotationsboto3-stubs lakeformation typing
type-stubsboto3-serviceaws-lakeformation

More Software Development packages