mypy-boto3-location
Type annotations for boto3 LocationService 1.43.0 service generated with mypy-boto3-builder 8.12.0
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-locationuv
uv add mypy-boto3-locationpoetry
poetry add mypy-boto3-locationInstalling 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
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-configProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-neptuneProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-kmsProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-batchProvides type annotations and IDE…
permissive · top 5,000 on PyPI
mypy-boto3-sqsProvides type annotations and IDE autocomplete…
permissive · top 5,000 on PyPI
mypy-boto3-connectProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
mypy-boto3-codepipelineProvides type annotations and IDE…
permissive · top 15,000 on PyPI
mypy-boto3-appmeshProvides type annotations and IDE…
permissive · top 15,000 on PyPI