Contents

aiobotocore 3.1.3

0

Async client for aws services using botocore and aiohttp

Async client for aws services using botocore and aiohttp

Stars: 1384, Watchers: 1384, Forks: 205, Open Issues: 16

The aio-libs/aiobotocore repo was created 10 years ago and the last code push was 2 days ago.
The project is very popular with an impressive 1384 github stars!

How to Install aiobotocore

You can install aiobotocore using pip

pip install aiobotocore

or add it to a project with poetry

poetry add aiobotocore

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/aiobotocore/
Documentation:
https://aiobotocore.aio-libs.org
GitHub Repo:
https://github.com/aio-libs/aiobotocore

Classifiers

No  aiobotocore  pypi packages just yet.

Errors

A list of common aiobotocore errors.

Code Examples

Here are some aiobotocore code examples and snippets.

GitHub Issues

The aiobotocore package has 16 open issues on GitHub

  • Unblocking creation of SSL context
  • Support warm-up of loader caches
  • Race condition in credential management when reusing same session across tasks
  • Add support for executor configuration in AioConfig for file loading
  • Detected blocking call inside the event loop

See more issues on GitHub

Related Packages & Articles

idna_ssl 1.1.0

Patch ssl.match_hostname for Unicode(idna) domains support

sanic 25.12.0

A web server and web framework that's written to go fast. Build fast. Run fast.

sniffio 1.3.1

Sniff out which async library your code is running under