skillfed

types-aiobotocore-geo-routes

Type annotations for aiobotocore LocationServiceRoutesV2 3.9.0 service generated with mypy-boto3-builder 8.12.0

types-aiobotocore-geo-routes v3.9.0 112.4K downloads/30d#12,372 on PyPI670
Permissive license MIT Active released

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-routes

uv

uv add types-aiobotocore-geo-routes

poetry

poetry add types-aiobotocore-geo-routes

Installing 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

Development Status :: 5 - Production/StableEnvironment :: ConsoleIntended Audience :: DevelopersNatural Language :: EnglishOperating System :: OS IndependentProgramming Language :: Python :: 3Programming Language :: Python :: 3 :: OnlyProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Programming Language :: Python :: 3.9Programming Language :: Python :: Implementation :: CPythonTyping :: Stubs Only

Tags

aiobotocore type stubsboto3 type annotationsaws sdk type hintsgeo-routes type checkingmypy boto3 stubsaiobotocore ide completionaws location service types
type-stubsaws-sdkasync-client

More Software Development packages

typing-extensions

Provides backported and experimental type hints…

permissive · top 100 on PyPI

numpy

NumPy provides an N-dimensional array object…

permissive · top 100 on PyPI

fastapi

FastAPI is a Python web framework for building…

permissive · top 100 on PyPI

annotated-doc

Provides a way to document function parameters,…

permissive · top 100 on PyPI

typer

Typer builds command-line applications from…

permissive · top 1,000 on PyPI

distlib

Distlib provides low-level packaging utilities…

permissive · top 1,000 on PyPI

mypy-boto3-geo-routes

Provides type stubs and annotations for the AWS…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-translate

Provides type stubs and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-route53

Provides type stubs and IDE autocompletion for…

permissive · top 15,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

types-aiobotocore-sts

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-rds

Provides type stubs and IDE autocompletion for…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI