https://github.com/youtype/types-aioboto3
https://github.com/youtype/types-aioboto3
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/youtype/types-aioboto3
- Owner: youtype
- License: mit
- Created: 2024-08-30T05:07:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-08T01:56:44.000Z (5 months ago)
- Last Synced: 2025-06-27T01:42:09.489Z (4 months ago)
- Language: Python
- Size: 736 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# types-aioboto3
[](https://pypi.org/project/types-aioboto3)
[](https://pypi.org/project/aioboto3)
[](https://pypi.org/project/types-aioboto3)
[](https://pepy.tech/project/types-aioboto3)
Type annotations and code completion for [aioboto3](https://pypi.org/project/aioboto3/) package.
This package is a part of [mypy_boto3_builder](https://github.com/youtype/mypy_boto3_builder) project.[](https://github.com/youtype/types-aioboto3/actions/workflows/publish_on_update.yml)
- [types-aioboto3](#types-aioboto3)
- [Installation](#installation)
- [Usage](#usage)
- [Versioning](#versioning)
- [Support and contributing](#support-and-contributing)## Installation
```bash
python -m pip install 'types-aioboto3[essential]'
```## Usage
Use [mypy](https://github.com/python/mypy) or [pyright](https://github.com/microsoft/pyright) for type checking.
## Versioning
`types-aioboto3` and `types-aioboto3-lite` versions are the same as related `aioboto3` 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.