Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/youtype/types-aiobotocore
- Owner: youtype
- License: mit
- Created: 2024-08-30T04:54:42.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T22:18:30.000Z (about 2 months ago)
- Last Synced: 2024-10-31T23:19:37.480Z (about 2 months ago)
- Topics: aiobotocore, type-annotations
- Language: Python
- Homepage: https://youtype.github.io/mypy_boto3_builder/
- Size: 167 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.