--- id: mypy-boto3-geo-routes version: "1.43.21" license: MIT license_treatment: permissive maintenance: active --- # mypy-boto3-geo-routes — Type annotations for boto3 LocationServiceRoutesV2 1.43.21 service generated with mypy-boto3-builder 8.12.0 License: permissive · Maintenance: active · Downloads: 286.1K/mo ## What it is and what it does This package is a type stub library that adds static type information to boto3's LocationServiceRoutesV2 service. It is generated automatically from boto3's service definitions using mypy-boto3-builder and works with mypy, pyright, and IDE language servers like Pylance and LSP-pyright. When installed, it enables your editor and type checker to understand boto3 LocationServiceRoutesV2 client calls, providing autocomplete suggestions and catching type errors before runtime. The package supports Python 3.9 through 3.14 and has no production dependencies beyond typing-extensions, making it safe to use in TYPE_CHECKING blocks to avoid adding a runtime dependency. Use it for: - Enable IDE autocomplete and type hints when writing boto3 code for AWS Location Service routing operations. - Catch type mismatches in boto3 calls during development with mypy or pyright before deployment. - Use in VSCode with Pylance or PyCharm to get real-time type checking and parameter suggestions. - Add type safety to routing service integrations without modifying production dependencies via TYPE_CHECKING imports. - Support Emacs or Sublime Text development with LSP-based type checking for boto3 routing calls. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. Provides type stubs and annotations for the AWS LocationServiceRoutesV2 service in boto3, enabling static type checking and IDE autocomplete for routing operations. Yes. Install this if you use boto3's LocationServiceRoutesV2 service and want type checking and IDE support. It has minimal install friction, active maintenance, no known vulnerabilities, and a permissive MIT license. The only caveat is PyCharm users may experience performance issues with Literal overloads—in that case, use boto3-stubs-lite instead. ## Install pip install mypy-boto3-geo-routes uv add mypy-boto3-geo-routes poetry add mypy-boto3-geo-routes ## Installing mypy-boto3-geo-routes Before you install: Low install friction; single runtime dependency on typing-extensions. Active maintenance with a recent release 72 days ago and 670 repository stars. License in practice: MIT license permits unrestricted use, modification, and distribution in both open-source and proprietary projects. Quickstart: # Install python -m pip install mypy-boto3-geo-routes # Use in code from boto3.session import Session from mypy_boto3_geo_routes import LocationServiceRoutesV2Client client: LocationServiceRoutesV2Client = Session().client("geo-routes") Requires Python 3.9 or later; boto3 itself must be installed separately for runtime use. Verify before relying: - Performance impact in PyCharm compared to boto3-stubs-lite variant (documentation mentions potential slowness with Literal overloads). - Whether type coverage is complete for all LocationServiceRoutesV2 operations and parameters. ## Package facts - License: MIT (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 286.1K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags boto3 type annotations, aws location service routes typing, mypy boto3 stubs, ide autocomplete boto3, static type checking aws sdk, boto3 geo routes types, pyright boto3 support, type-stubs, aws-sdk, static-typing [View on SkillFed](https://skillfed.io/packages/mypy-boto3-geo-routes) · [View on PyPI](https://pypi.org/project/mypy-boto3-geo-routes/)