aio-libs/aiobotocore
asyncio support for botocore library using aiohttp observed · 2026-08-28
Health v2 · maintenance only
98/100
- Activity 98
- Release rhythm 98
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 14
- age_days: 4112
- days_rel: 12
- days_push: 12
- n_releases_24m: 38
Adoption not part of the score
1424 stars · 208 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
aiobotocore is an asynchronous Python client for AWS services, built on botocore and aiohttp/asyncio. It provides a mostly full-featured async version of botocore's client API, including context-managed sessions and clients.
Use cases
- upload files to s3 asynchronously in python
- async aws sdk for python
- call aws services with asyncio
- async s3 client for python
- manage aws resources without blocking the event loop
- download objects from s3 asynchronously
When to choose
- you need non-blocking AWS API calls inside an asyncio application
- you want botocore-compatible API surface with async/await
- you're building async services that talk to S3, DynamoDB, or other AWS services
When to avoid
- you use boto3's higher-level resources or blocking workflows
- you don't use asyncio and just need standard synchronous AWS access
- you need a service or feature not yet supported by the async port
Facets
library · maturity active
http-client sdk cloud cloud-computing apis developer-tools python cross-platform asyncio aws botocore aiohttp aws-sdk s3
2 sources
- readme: https://github.com/aio-libs/aiobotocore · fetched 2026-08-28 · 2c292a400330
- registry_pypi: https://pypi.org/pypi/aiobotocore/json · fetched 2026-08-29 · 35922d086950
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| aio-libs/aiobotocore | main | 98 |
For agents
markdown · JSON · MCP: product_card(name="aio-libs/aiobotocore")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem