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