skillfed

mypy-boto3-location

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

mypy-boto3-location v1.43.0 268.5K downloads/30d#8,275 on PyPI670
Permissive license MIT Active released

What it is and what it does

mypy-boto3-location is a type stub package that adds static type annotations for boto3's LocationService client. It enables IDEs like VSCode, PyCharm, Emacs, and Sublime Text to provide code completion and type checking when working with AWS Location Service through boto3, without requiring explicit type annotations in your code.

The package is generated from boto3 1.43.0 using mypy-boto3-builder and works with type checkers including mypy and pyright. It covers client methods, paginators, waiters, and type definitions for LocationService. The single runtime dependency is typing-extensions, making it lightweight to add to development environments.

Use it for:

  • Enable IDE autocomplete and inline type hints when calling LocationService methods through boto3.
  • Catch type errors in LocationService API calls during development with mypy or pyright before runtime.
  • Provide explicit type annotations for LocationServiceClient in codebases that use TYPE_CHECKING guards.
  • Support paginator and waiter type hints for LocationService operations in static analysis workflows.

Worth the install?

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

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

Yes, if you use boto3's LocationService and want type checking or IDE support. Install friction is minimal, maintenance is active, and there are no known vulnerabilities. The MIT license imposes no restrictions. Note: PyCharm users may experience performance issues with the full stubs; consider boto3-stubs-lite as an alternative if needed.

Install

mypy-boto3-location on PyPI

pip

pip install mypy-boto3-location

uv

uv add mypy-boto3-location

poetry

poetry add mypy-boto3-location

Installing mypy-boto3-location

Before you install

Low friction install with a single runtime dependency (typing-extensions). The package is actively maintained with recent releases and no known vulnerabilities.

License in practice

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

Quickstart

pip install mypy-boto3-location

from boto3.session import Session
from mypy_boto3_location import LocationServiceClient

client: LocationServiceClient = Session().client("location")

Requires Python 3.9 or later and boto3 to be installed separately.

Verify before relying

  • Performance impact when used with PyCharm (description mentions PyCharm issue PY-40997 causing slowness with Literal overloads).
  • Whether the lite variant (boto3-stubs-lite) is recommended for production deployments to reduce memory footprint.

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

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

Keywords: boto3, location, 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 locationmypy boto3 annotationsaws location service typingboto3 ide autocompletetype hints aws sdkpyright boto3 stubsstatic type checking boto3
type-stubsaws-sdkstatic-typing

More Software Development packages