--- id: mypy-boto3-geo-places version: "1.43.43" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-geo-places — Type annotations for boto3 LocationServicePlacesV2 1.43.43 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 269.3K/mo ## What it is and what it does This package is a type-stub library that adds complete type annotations for boto3's LocationServicePlacesV2 service. It enables static type checkers (mypy, pyright) and IDEs (VSCode, PyCharm, Emacs, Sublime Text) to understand boto3 code, providing real-time error detection and autocomplete suggestions without requiring explicit type annotations in your code. The package is generated from boto3 1.43.43 using mypy-boto3-builder and includes client type definitions, service-specific literals, and type definitions for all API operations. It is designed as a development-time dependency and can be safely excluded from production using TYPE_CHECKING guards to avoid runtime overhead. Use it for: - Enable IDE autocomplete and inline documentation for boto3 LocationServicePlacesV2 API calls in VSCode or PyCharm. - Catch type errors in boto3 code before runtime using mypy or pyright in CI/CD pipelines. - Use LocationServicePlacesV2 Literal types for type-safe parameter validation in function signatures. - Improve code maintainability by catching incorrect service method calls or parameter types during development. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type annotations and IDE autocompletion support for the boto3 LocationServicePlacesV2 service, enabling static type checking with mypy, pyright, and other tools. Yes, if you use boto3 LocationServicePlacesV2 and want static type checking and IDE support. Install friction is minimal, maintenance is active, and the MIT license has no restrictions. The only caveat is that PyCharm users may experience performance issues with Literal overloads (documented in the package); boto3-stubs-lite is recommended as an alternative in that case. ## Install pip install mypy-boto3-geo-places uv add mypy-boto3-geo-places poetry add mypy-boto3-geo-places ## Installing mypy-boto3-geo-places Before you install: Low friction install with a single lightweight runtime dependency (typing-extensions). Actively maintained with recent releases; last commit 2026-06-22 and a release 37 days ago. License in practice: MIT license permits free use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects. Quickstart: pip install mypy-boto3-geo-places from boto3.session import Session from mypy_boto3_geo_places import LocationServicePlacesV2Client client: LocationServicePlacesV2Client = Session().client("geo-places") Requires boto3 1.43.43 to be installed separately; type checking requires a compatible tool like mypy, pyright, or an IDE with type-aware language server support. Verify before relying: - Whether the package works correctly with all listed Python versions (3.9–3.14) in practice. - Performance impact when used with PyCharm (documentation mentions potential slowness with Literal overloads). ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 269.3K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type stubs, aws location service types, mypy boto3 annotations, boto3 ide autocomplete, geo-places type hints, boto3 static type checking, aws sdk type stubs, type-stubs, aws-sdk, boto3 [View on SkillFed](https://skillfed.io/packages/mypy-boto3-geo-places) · [View on PyPI](https://pypi.org/project/mypy-boto3-geo-places/)