./devel/py-aiofiles, File support for asyncio

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2020Q3, Version: 0.5.0, Package name: py37-aiofiles-0.5.0, Maintainer: pkgsrc-users

aiofiles is an Apache2 licensed library, written in Python, for handling
local disk files in asyncio applications.

Ordinary local file IO is blocking, and cannot easily and portably made
asynchronous. This means doing file IO may interfere with asyncio
applications, which shouldn't block the executing thread. aiofiles helps with
this by introducing asynchronous versions of files that support delegating
operations to a separate thread pool.


Master sites:

SHA1: b598b209987a978760aeafb22889b5762ddf8f51
RMD160: 9f71a47d9e6af23a3e665a2aafc578b9f47316e5
Filesize: 9.319 KB

Version history: (Expand)