Contents

aioboto3 12.3.0

0

Async boto3 wrapper

Async boto3 wrapper

Stars: 640, Watchers: 640, Forks: 68, Open Issues: 9

The terrycain/aioboto3 repo was created 6 years ago and the last code push was 2 months ago.
The project is popular with 640 github stars!

How to Install aioboto3

You can install aioboto3 using pip

pip install aioboto3

or add it to a project with poetry

poetry add aioboto3

Package Details

Author
Terry Cain
License
Apache-2.0
Homepage
https://github.com/terrycain/aioboto3
PyPi:
https://pypi.org/project/aioboto3/
Documentation:
https://readthedocs.org/projects/aioboto3/
GitHub Repo:
https://github.com/terrycain/aioboto3

Classifiers

No  aioboto3  pypi packages just yet.

Errors

A list of common aioboto3 errors.

Code Examples

Here are some aioboto3 code examples and snippets.

GitHub Issues

The aioboto3 package has 9 open issues on GitHub

  • Aioboto3 blocks when calling Session or creating a resource.
  • Crash: ImportError on LinuxAWS docker image with version 9.3.1

See more issues on GitHub

Related Packages & Articles

starlette 0.37.2

Starlette is a lightweight ASGI (Asynchronous Server Gateway Interface) framework/toolkit, ideal for building asynchronous web services in Python. It is production-ready and offers a range of features including HTTP web framework, WebSocket support, in-process background tasks, startup and shutdown events, and a test client built on HTTPX. Starlette also supports CORS, GZIP, static files, streaming responses, and session and cookie support. It is compatible with asyncio and trio backends and boasts great overall performance against independent benchmarks. The package can be used as a complete framework or as an ASGI toolkit, allowing for the use of any of its components independently. It requires Python 3.8+ and an ASGI server such as uvicorn, daphne, or hypercorn for operation.

sniffio 1.3.1

Sniff out which async library your code is running under

cfn-lint 0.86.2

Checks CloudFormation templates for practices and behaviour that could potentially be improved

motor 3.4.0

Non-blocking MongoDB driver for Tornado or asyncio

uvloop 0.19.0

Fast implementation of asyncio event loop on top of libuv