types-aiobotocore-geo-routes
Type annotations for aiobotocore LocationServiceRoutesV2 3.9.0 service generated with mypy-boto3-builder 8.12.0
What it is and what it does
This package provides type stubs for aiobotocore's LocationServiceRoutesV2 service, generated by mypy-boto3-builder 8.12.0. It enables static type checking and IDE autocompletion when working with AWS Location Service Routes via aiobotocore's async client. The stubs are compatible with mypy, pyright, VSCode, PyCharm, Emacs, and Sublime Text, allowing developers to catch type errors at development time and get accurate code completion without writing explicit type annotations.
The package is a pure-Python stub library with minimal dependencies (only typing-extensions). It works by providing type information that type checkers and IDEs can use to understand the shape and behavior of the LocationServiceRoutesV2Client. Installation is straightforward via pip, and it can be used in production code safely by wrapping imports in TYPE_CHECKING blocks to avoid a runtime dependency.
Use it for:
- Enable IDE autocompletion and type checking when using aiobotocore to interact with AWS Location Service Routes
- Catch type errors in mypy or pyright before deploying code that calls LocationServiceRoutesV2 client methods
- Provide explicit type annotations for LocationServiceRoutesV2Client in async AWS Lambda functions or other async applications
- Access Literal types for LocationServiceRoutesV2 service parameters to validate string constants at type-check time
- Integrate type checking into CI/CD pipelines for aiobotocore-based AWS applications without runtime overhead
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Provides type stubs and IDE autocompletion for aiobotocore's LocationServiceRoutesV2 service, enabling static type checking in mypy, pyright, VSCode, PyCharm, and other tools.
Yes, if you use aiobotocore with LocationServiceRoutesV2. It has low install friction, active maintenance, MIT licensing, no known vulnerabilities, and solves a real problem—catching AWS API errors at development time rather than runtime. The only gotcha is that it's tied to aiobotocore 3.9.0; verify your version matches before installing.
Install
types-aiobotocore-geo-routes on PyPI
pip
pip install types-aiobotocore-geo-routesuv
uv add types-aiobotocore-geo-routespoetry
poetry add types-aiobotocore-geo-routesInstalling types-aiobotocore-geo-routes
Before you install
Low friction: a pure-Python wheel with only typing-extensions as a runtime dependency. Active maintenance—last commit 2026-06-22, released 12 days ago.
License in practice
MIT license permits free use, modification, and distribution with minimal restrictions, making it safe for both open-source and commercial projects.
Quickstart
# Install
python -m pip install types-aiobotocore-geo-routes
# Use in code
from aiobotocore.session import get_session
from types_aiobotocore_geo_routes import LocationServiceRoutesV2Client
session = get_session()
async with session.create_client("geo-routes") as client:
client: LocationServiceRoutesV2Client
# Type checking and IDE completion now work
Requires aiobotocore 3.9.0 to be installed separately; type checking requires a compatible tool (mypy, pyright, or IDE with type support).
Verify before relying
- Whether the package works correctly with aiobotocore versions other than 3.9.0
- Performance impact in PyCharm (description mentions potential slowness with Literal overloads)
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 — 12 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 112,357/month — #12,372 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: types_aiobotocore_geo_routes-3.9.0-py3-none-any.whl
Keywords: aiobotocore, geo-routes, aiobotocore-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-geo-routesProvides type stubs and annotations for the AWS…
permissive · top 15,000 on PyPI
types-aiobotocore-ec2Provides type stubs and annotations for…
permissive · top 5,000 on PyPI
types-aiobotocoreProvides type annotations and IDE…
permissive · top 5,000 on PyPI
types-aiobotocore-translateProvides type stubs and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-iotProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-route53Provides type stubs and IDE autocompletion for…
permissive · top 15,000 on PyPI
types-aiobotocore-liteProvides type annotations for aiobotocore…
permissive · top 15,000 on PyPI
types-aiobotocore-stsProvides type annotations and IDE autocomplete…
permissive · top 15,000 on PyPI
types-aiobotocore-rdsProvides type stubs and IDE autocompletion for…
permissive · top 5,000 on PyPI
types-aiobotocore-cloudformationProvides type annotations and IDE…
permissive · top 5,000 on PyPI