mypy-boto3-vpc-lattice
Type annotations for boto3 VPCLattice 1.43.37 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package is a stub-only type annotation library for boto3's VPC Lattice service, generated by mypy-boto3-builder 8.12.0. It provides type hints for the VPCLatticeClient, paginators, and service-specific data structures, enabling static type checkers and IDEs to validate your code and offer autocomplete as you write boto3 calls.
You install it alongside boto3 in your development environment—it has no runtime behavior and only one runtime dependency (typing-extensions). It works with VSCode, PyCharm, Emacs, Sublime Text, mypy, pyright, and other type-aware tools. The annotations are optional for development; you can use TYPE_CHECKING guards to keep the package out of production dependencies if needed.
Use it for:
- Enable IDE autocomplete and inline documentation for VPC Lattice API calls in VSCode or PyCharm without writing manual type annotations.
- Catch VPC Lattice boto3 API misuse (wrong argument names, types, or missing required parameters) during development with mypy or pyright.
- Provide explicit type signatures for VPCLatticeClient, paginators, and service resources in a shared library or team codebase.
- Migrate from untyped boto3 code to a type-safe workflow for AWS VPC Lattice operations without rewriting existing logic.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type annotations and IDE autocomplete support for boto3's VPC Lattice service, enabling static type checking with mypy, pyright, and other tools.
Yes, if you use boto3 with VPC Lattice and want IDE autocomplete or static type checking. Install friction is minimal (one dependency, low overhead), maintenance is active, and the MIT license poses no restrictions. No known vulnerabilities. Install as a dev-only dependency to keep production clean.
Install
mypy-boto3-vpc-lattice on PyPI
pip
pip install mypy-boto3-vpc-latticeuv
uv add mypy-boto3-vpc-latticepoetry
poetry add mypy-boto3-vpc-latticeInstalling mypy-boto3-vpc-lattice
Before you install
Low friction install with a single runtime dependency (typing-extensions). Actively maintained; last commit 2026-06-22 with 670 repository stars. Package released 46 days ago.
License in practice
MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and proprietary projects.
Quickstart
# Install
python -m pip install mypy-boto3-vpc-lattice
# Use with type checking
from boto3.session import Session
from mypy_boto3_vpc_lattice import VPCLatticeClient
client: VPCLatticeClient = Session().client("vpc-lattice")
# IDE and mypy now provide type checking and autocomplete
Requires Python 3.9 or later; boto3 must be installed separately in your environment.
Verify before relying
- Performance impact on PyCharm with full boto3-stubs (documentation notes potential slowness on Literal overloads); lite variant availability and trade-offs not detailed in fact sheet.
- Compatibility with all IDEs claiming mypy/pyright support—documentation lists specific tools but generalization to 'other IDEs' is untested per the excerpt.
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 — 46 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 250,594/month — #8,623 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: mypy_boto3_vpc_lattice-1.43.37-py3-none-any.whl
Keywords: boto3, vpc-lattice, boto3-stubs, type-annotations, mypy, typeshed, autocomplete
Tags
More Software Development packages
Provides backported and experimental type hints…
permissive · top 100 on PyPI
numpyNumPy provides an N-dimensional array object…
permissive · top 100 on PyPI
fastapiFastAPI is a Python web framework for building…
permissive · top 100 on PyPI
annotated-docProvides a way to document function parameters,…
permissive · top 100 on PyPI
typerTyper builds command-line applications from…
permissive · top 1,000 on PyPI
distlibDistlib provides low-level packaging utilities…
permissive · top 1,000 on PyPI
mypy-boto3-ec2Provides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-imagebuilderProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-evidentlyProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-elasticacheProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-uxcProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-m2Provides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-lakeformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-snowballProvides type annotations and IDE…
permissive · top 15,000 on PyPI