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

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


Branch: pkgsrc-2017Q3, Version: 0.3.1, Package name: py36-aiofiles-0.3.1, 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: eca3180a5e6c306eaffde81dc5ea974c8813c8a0
RMD160: 6c3cb432b087a8710bcd89463918bcee770f8b58
Filesize: 5.344 KB

Version history: (Expand)