--- id: aiobotocore version: "3.9.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # aiobotocore — Async client for aws services using botocore and aiohttp License: permissive · Maintenance: active · Popularity: top 100 on PyPI ## Install pip install aiobotocore uv add aiobotocore poetry add aiobotocore ## Description aiobotocore =========== .. |ci badge| image:: https://github.com/aio-libs/aiobotocore/actions/workflows/ci-cd.yml/badge.svg?branch=main :target: https://github.com/aio-libs/aiobotocore/actions/workflows/ci-cd.yml :alt: CI status of main branch .. |pre-commit badge| image:: https://results.pre-commit.ci/badge/github/aio-libs/aiobotocore/main.svg :target: https://results.pre-commit.ci/latest/github/aio-libs/aiobotocore/main :alt: pre-commit.ci status .. |coverage badge| image:: https://codecov.io/gh/aio-libs/aiobotocore/branch/main/graph/badge.svg :target: https://codecov.io/gh/aio-libs/aiobotocore :alt: Coverage status on main branch .. |docs badge| image:: https://readthedocs.org/projects/aiobotocore/badge/?version=latest :target: https://aiobotocore.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status .. |pypi badge| image:: https://img.shields.io/pypi/v/aiobotocore.svg :target: https://pypi.python.org/pypi/aiobotocore :alt: Latest version on pypi .. |gitter badge| image:: https://badges.gitter.im/Join%20Chat.svg :target: https://gitter.im/aio-libs/aiobotocore :alt: Chat on Gitter .. |pypi downloads badge| image::... ## AI interpretation — verify before relying Async client for AWS services using botocore and aiohttp, enabling non-blocking access to S3, DynamoDB, SNS, SQS, and other AWS APIs within asyncio applications. Verdict: Well-maintained async AWS client in the top 100 PyPI packages with no known vulnerabilities. Permissive Apache-2.0 license and low install friction make it a solid choice for async-first Python applications needing AWS integration. Requires Python 3.10+. [View on SkillFed](https://skillfed.io/packages/aiobotocore) · [View on PyPI](https://pypi.org/project/aiobotocore/)