skillfed

types-aiobotocore-batch

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

types-aiobotocore-batch v3.9.0 187.6K downloads/30d#9,961 on PyPI670
Permissive license MIT Active released

What it is and what it does

This package is a type stub library that adds static type information to aiobotocore's Batch service. It is generated from aiobotocore 3.9.0 using mypy-boto3-builder 8.12.0 and works with IDEs (VSCode, PyCharm, Emacs, Sublime Text) and type checkers (mypy, pyright) to provide code completion and catch type errors at development time rather than runtime.

The package contains type annotations for the BatchClient, paginators, and service-specific data types. It requires only typing-extensions as a runtime dependency and is designed to be installed alongside aiobotocore in your environment. You can use it directly in type hints or guard it behind TYPE_CHECKING to avoid a production dependency, though the documentation notes that PyCharm may experience performance issues with the full type set due to extensive Literal overloads.

Use it for:

  • Enable IDE autocomplete and parameter hints when writing async AWS Batch client code with aiobotocore.
  • Catch type mismatches in Batch API calls (job definitions, compute environments, queues) during development with mypy or pyright.
  • Provide explicit type annotations for Batch paginators and service resources in async workflows.
  • Use in VSCode with Pylance for real-time type checking without manual type annotations.
  • Guard the import behind TYPE_CHECKING to get development-time types without adding a production dependency.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Provides type annotations and IDE autocompletion support for aiobotocore's Batch service, enabling static type checking with mypy, pyright, and other tools.

Yes, if you use aiobotocore for AWS Batch operations and want IDE support or static type checking. Install friction is minimal, maintenance is active, and the MIT license poses no restrictions. PyCharm users should be aware of potential performance issues with Literal overloads and may prefer the lite variant; other IDEs and type checkers should work without friction.

Install

types-aiobotocore-batch on PyPI

pip

pip install types-aiobotocore-batch

uv

uv add types-aiobotocore-batch

poetry

poetry add types-aiobotocore-batch

Installing types-aiobotocore-batch

Before you install

Low friction installation with a single runtime dependency (typing-extensions). Actively maintained as of 2026-08-02, with recent activity and no known vulnerabilities.

License in practice

MIT license permits unrestricted use, modification, and distribution with minimal restrictions—suitable for both open-source and commercial projects.

Quickstart

pip install types-aiobotocore-batch

from aiobotocore.session import get_session
from types_aiobotocore_batch import BatchClient

session = get_session()
async with session.create_client("batch") as client:
    client: BatchClient
    # Type checking and IDE completion now work

Requires aiobotocore 3.9.0 to be installed separately; Python 3.9 or later.

Verify before relying

  • Whether PyCharm performance issues with Literal overloads (PY-40997) have been resolved since the package documentation flags this concern.
  • Practical performance impact when used with full types-aiobotocore versus the lite variant in large codebases.

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 187,580/month — #9,961 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: types_aiobotocore_batch-3.9.0-py3-none-any.whl

Keywords: aiobotocore, batch, 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 batch type stubsaws batch async type annotationsmypy aiobotocore batchpyright boto3 batch typesaiobotocore batch autocompletebatch service type hintsboto3 async batch typing
type-stubsaws-batchasync-boto

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

types-aiobotocore-iot

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI

types-aiobotocore-ec2

Provides type stubs and annotations for…

permissive · top 5,000 on PyPI

types-aiobotocore-sqs

Provides type annotations and IDE autocomplete…

permissive · top 5,000 on PyPI

types-aiobotocore-s3

Provides type stubs and IDE autocompletion…

permissive · top 5,000 on PyPI

types-aiobotocore-cloudformation

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-lite

Provides type annotations for aiobotocore…

permissive · top 15,000 on PyPI

mypy-boto3-batch

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-lambda

Provides type annotations and IDE…

permissive · top 5,000 on PyPI

types-aiobotocore-ssm

Provides type annotations and IDE autocomplete…

permissive · top 15,000 on PyPI