Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/youtype/types-aiobotocore

Type annotations and code completion for aiobotocore
https://github.com/youtype/types-aiobotocore

aiobotocore type-annotations

Last synced: about 1 month ago
JSON representation

Type annotations and code completion for aiobotocore

Awesome Lists containing this project

README

        

# types-aiobotocore

[![PyPI - types-aiobotocore](https://img.shields.io/pypi/v/types-aiobotocore.svg?color=blue&label=types-aiobotocore)](https://pypi.org/project/types-aiobotocore)
[![PyPI - aiobotocore](https://img.shields.io/pypi/v/aiobotocore.svg?color=blue&label=aiobotocore)](https://pypi.org/project/aiobotocore)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/types-aiobotocore.svg?color=blue)](https://pypi.org/project/types-aiobotocore)
[![PyPI - Downloads](https://static.pepy.tech/badge/types-aiobotocore)](https://pepy.tech/project/types-aiobotocore)

![boto3.typed](https://github.com/youtype/mypy_boto3_builder/raw/main/logo.png)

Type annotations and code completion for [aiobotocore](https://pypi.org/project/aiobotocore/) package.
This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project.

[![Publish types-aiobotocore](https://github.com/youtype/types-aiobotocore/actions/workflows/publish_on_update.yml/badge.svg)](https://github.com/youtype/types-aiobotocore/actions/workflows/publish_on_update.yml)

- [types-aiobotocore](#types-aiobotocore)
- [Installation](#installation)
- [Usage](#usage)
- [Versioning](#versioning)
- [Support and contributing](#support-and-contributing)

## Installation

```bash
python -m pip install 'types-aiobotocore[essential]'
```

## Usage

Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking.

## Versioning

`types-aiobotocore` and `types-aiobotocore-lite` versions are the same as related `aiobotocore` version and follows
[PEP 440](https://www.python.org/dev/peps/pep-0440/) format.

## Support and contributing

Please reports any bugs or request new features in
[mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder/issues) repository.