--- id: mypy-boto3-lakeformation version: "1.43.0" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-lakeformation — Type annotations for boto3 LakeFormation 1.43.0 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 1.7M/mo ## 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 above — 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 pip install mypy-boto3-lakeformation uv add mypy-boto3-lakeformation 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_current - Install friction: low - Maintenance: active - Downloads: 1.7M/month (top 5,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs lakeformation, mypy annotations aws lakeformation, boto3 ide autocomplete lakeformation, type hints boto3 lakeformation, pyright boto3 lakeformation stubs, lakeformation client type annotations, boto3-stubs lakeformation typing, type-stubs, boto3-service, aws-lakeformation [View on SkillFed](https://skillfed.io/packages/mypy-boto3-lakeformation) · [View on PyPI](https://pypi.org/project/mypy-boto3-lakeformation/)