skillfed

mypy-boto3-vpc-lattice

Type annotations for boto3 VPCLattice 1.43.37 service generated with mypy-boto3-builder 8.12.0

mypy-boto3-vpc-lattice v1.43.37 250.6K downloads/30d#8,623 on PyPI670
Permissive license MIT Active released

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-lattice

uv

uv add mypy-boto3-vpc-lattice

poetry

poetry add mypy-boto3-vpc-lattice

Installing 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

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 vpc latticemypy annotations aws vpc latticeboto3 vpc lattice type hintspyright boto3 vpc latticeaws vpc lattice type checkingboto3 vpc lattice autocompletetype annotations vpc lattice service
type-stubsboto3-serviceaws-vpc-lattice

More Software Development packages