Async http client/server framework
https://aiohttp.readthedocs.io/
Asyncronic HTTP client/server framework for Python.
- Supports both client and server side of HTTP protocol.
- Supports both client and server Web-Sockets out-of-the-box.
- Web-server has middlewares and pluggable routing.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
13
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Backports:SLE-15-SP4:SLECandidates/python-aiohttp && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
aiohttp-3.10.10.tar.gz | 0007542993 7.19 MB | |
python-aiohttp.changes | 0000060690 59.3 KB | |
python-aiohttp.spec | 0000005900 5.76 KB | |
test_no_warnings_fix.patch | 0000000822 822 Bytes | |
test_relax_import_time.patch | 0000000801 801 Bytes |
Latest Revision
Ana Guerrero (anag+factory)
accepted
request 1217029
from
Dirk Mueller (dirkmueller)
(revision 52)
- update to 3.10.10: * Fixed error messages from :py:class:`~aiohttp.resolver.AsyncResolver` being swallowed -- by :user:`bdraco`. Related issues and pull requests on GitHub: :issue:`9451`, :issue:`9455`. * Added :exc:`aiohttp.ClientConnectorDNSError` for differentiating DNS resolution errors from other connector errors -- by :user:`mstojcevich`. Related issues and pull requests on GitHub: :issue:`8455`. * Simplified DNS resolution throttling code to reduce chance of race conditions -- by :user:`bdraco`. Related issues and pull requests on GitHub: :issue:`9454`.
Comments 0