https://github.com/youtype/types-aiobotocore
Type annotations and code completion for aiobotocore
https://github.com/youtype/types-aiobotocore
aiobotocore type-annotations
Last synced: 4 months 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 (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-03T16:42:55.000Z (5 months ago)
- Last Synced: 2025-06-13T22:40:15.300Z (4 months ago)
- Topics: aiobotocore, type-annotations
- Language: Python
- Homepage: https://youtype.github.io/mypy_boto3_builder/
- Size: 1.04 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# types-aiobotocore
[](https://pypi.org/project/types-aiobotocore)
[](https://pypi.org/project/aiobotocore)
[](https://pypi.org/project/types-aiobotocore)
[](https://pepy.tech/project/types-aiobotocore)
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.[](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
[Python Packaging version specifiers](https://packaging.python.org/en/latest/specifications/version-specifiers/).## Support and contributing
Please reports any bugs or request new features in
[mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder/issues) repository.